Papers
Topics
Authors
Recent
Search
2000 character limit reached

Multi-Turn Neural Transparency

Updated 5 July 2026
  • The paper introduces a novel interface that visualizes dynamic, trait-specific neural activations over multiple conversation turns to detect behavioral drift.
  • It employs contrastive prompt pairs and cosine similarity to construct behavioral vectors that predict traits with high accuracy (R² ≥ 0.90) across empathy, toxicity, and others.
  • Real-time visual cues via sunburst and drift panels enhance user calibration of chatbot behavior in safety-critical, multi-turn interactions.

Multi-turn neural transparency denotes an interface design that exposes a chatbot’s internal, turn-by-turn behavioral state, rather than only its textual outputs, so that users can observe how model behavior changes across a conversation. In the explicit formulation introduced for LLMs, the interface surfaces internal neural activations in real time to help users anticipate and recognize drift toward traits such as empathy, toxicity, romanticness, sycophancy, sophistication, and roboticness (Karny et al., 14 May 2026). More broadly, related work in dialogue, retrieval, generation, and safety shows a convergent concern with making sequential neural behavior legible across turns by exposing intermediate states, reasoning paths, latent trajectories, or intermediate outputs (Olabiyi et al., 2020, Hao et al., 2023, Benmalek et al., 2018, Hu et al., 28 Feb 2025).

1. Behavioral drift as the central multi-turn transparency problem

The core motivation is that chatbot behavior is often opaque in multi-turn interaction because responses can shift unpredictably across a conversation. The central risk is not merely response-level error, but behavioral drift: a model that begins in one mode may, after context accumulation or user steering, move toward sycophancy, toxicity, romantic overinvolvement, or other unsafe or misleading modes (Karny et al., 14 May 2026). This differs from the dominant single-prompt framing, where transparency tools typically characterize one prompt and one response rather than a behavioral trajectory.

The multi-turn setting matters because users must calibrate to a changing system state. In the formulation studied with Llama-3.1-8B-Instruct, the transparency problem is operationalized with six traits—empathy, toxicity, romanticness, sycophancy, sophistication, and roboticness—chosen to span both safety-relevant behavior and stylistic persona (Karny et al., 14 May 2026). The interface is intended for contexts in which long interactions amplify risk, including companion AI, emotional support systems, role-play characters, and other settings where a stale impression of the model may lead to overtrust.

Related safety work sharpens the same point from an adversarial direction. Multi-turn jailbreak studies show that a dialogue may be unsafe as a whole even when no single turn is obviously unsafe, because harmful intent can be distributed across seemingly benign sub-queries (Zhou et al., 2024). A plausible implication is that multi-turn transparency must characterize the evolving conversation-level state, not only the local semantics of the latest utterance.

2. Mechanistic construction of behavioral vectors

The mechanistic core of multi-turn neural transparency is the construction of trait-specific behavioral vectors in activation space. For each trait, the method creates 5 contrastive system-prompt pairs and 40 situation questions, yielding 400 responses per trait. Positive and negative prompts are designed to induce opposite poles of the same trait, and an LLM-as-judge filters the outputs so that only responses genuinely exhibiting the intended polarity are retained (Karny et al., 14 May 2026).

The behavioral vector is defined as a difference of mean activations,

vtrait=μ(a+)μ(a),\mathbf{v}_{\text{trait}}=\mu(\mathbf{a}_+) - \mu(\mathbf{a}_-),

where μ(a+)\mu(\mathbf{a}_+) and μ(a)\mu(\mathbf{a}_-) are the mean activations over retained positive and negative examples. Given a token activation a\mathbf{a}, the behavioral score is the cosine similarity

s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},

with s[1,1]s \in [-1,1]; positive values indicate the positive pole, negative values the negative pole, and values near zero weak alignment (Karny et al., 14 May 2026). Cosine similarity is used rather than scalar projection so that scale is normalized across traits.

Validation is performed with synthetic prompts whose intended intensity is controlled. Claude Sonnet 4.6 generates 10 system prompts at 10 intensity levels for each trait, producing 100 prompts per trait. Regressing behavioral score against intended intensity yields R20.90R^2 \ge 0.90 for all six traits, specifically romantic $0.95$, robotic $0.93$, toxicity $0.93$, empathy μ(a+)\mu(\mathbf{a}_+)0, sycophancy μ(a+)\mu(\mathbf{a}_+)1, and sophistication μ(a+)\mu(\mathbf{a}_+)2 (Karny et al., 14 May 2026). Layer 11 is selected as the extraction layer because it maximizes mean μ(a+)\mu(\mathbf{a}_+)3 across traits.

The scores are then normalized using empirical bounds estimated from simulated multi-turn conversations. Because the original scores are bipolar, they are mapped into unipolar labels; for example, a score of μ(a+)\mu(\mathbf{a}_+)4 on empathy becomes 0.3 “empathetic” and 0 “unempathetic,” whereas μ(a+)\mu(\mathbf{a}_+)5 becomes 0 “empathetic” and 0.3 “unempathetic” (Karny et al., 14 May 2026). This conversion is important because the visualization does not present raw cosine values directly.

3. Real-time interface design and calibration evidence

The user-facing system is organized around a simple loop: compute internal activations at each turn, project them onto trait vectors, convert the scores into visual form, and update the display after every user message (Karny et al., 14 May 2026). The interface consists of a sunburst and a drift panel. The sunburst summarizes the model’s current behavioral profile, using a radial layout with trait categories in the inner ring and trait intensities in the outer ring; green indicates desirable poles, red harmful poles, and gray stylistically neutral poles. The drift panel plots the trajectory of a selected trait across turns as chronologically connected dots, allowing users to see steady drift, oscillation, or abrupt changes.

In the multi-turn condition, the sunburst is initialized from the system prompt and then updated after every conversation turn using the full history so far. Clicking a sunburst segment filters the drift panel to that trait; clicking a point in the drift panel restores the sunburst corresponding to that historical turn and scrolls the chat to the relevant message (Karny et al., 14 May 2026). To emphasize local changes, the system identifies the trait with the largest absolute change since the previous turn and emits synchronized cues: a pulsing border on the triggering message, a pulsing dot on the drift chart, a pulsing stroke on the relevant sunburst arc, and a “Behavioral Swing: [Trait]” notice in chat.

The empirical evaluation uses a randomized controlled study with μ(a+)\mu(\mathbf{a}_+)6 participants recruited on Prolific. All participants complete Session 1 without visualization; in Session 2 they are randomized into control / no visualization, single-turn static visualization, or multi-turn dynamic visualization. The study crosses these conditions with two persona prompts, Assistant and Role-play, and each session includes system-prompt reading and comprehension, an anticipation task, a 10-minute free-form chat, and an evaluation task (Karny et al., 14 May 2026).

Baseline calibration is poor. In Session 1, RMSE is roughly 0.6–0.7, sign accuracy is around 52%, and role-play is harder than assistant. Anticipation versus initial behavior yields assistant μ(a+)\mu(\mathbf{a}_+)7 and role-play μ(a+)\mu(\mathbf{a}_+)8; evaluation versus average behavior yields assistant μ(a+)\mu(\mathbf{a}_+)9 and role-play μ(a)\mu(\mathbf{a}_-)0 (Karny et al., 14 May 2026). Transparency improves calibration across the main RMSE measures: anticipation versus initial, μ(a)\mu(\mathbf{a}_-)1, μ(a)\mu(\mathbf{a}_-)2, μ(a)\mu(\mathbf{a}_-)3; evaluation versus initial, μ(a)\mu(\mathbf{a}_-)4, μ(a)\mu(\mathbf{a}_-)5, μ(a)\mu(\mathbf{a}_-)6; evaluation versus final, μ(a)\mu(\mathbf{a}_-)7, μ(a)\mu(\mathbf{a}_-)8, μ(a)\mu(\mathbf{a}_-)9; and evaluation versus average, a\mathbf{a}0, a\mathbf{a}1, a\mathbf{a}2. The multi-turn dynamic visualization also outperforms the static single-turn visualization on evaluation versus average, with a\mathbf{a}3, a\mathbf{a}4, a\mathbf{a}5; the effect is stronger when controlling for Session 1 baseline, with a\mathbf{a}6, a\mathbf{a}7 (Karny et al., 14 May 2026).

An important negative result is that sign accuracy does not improve significantly by condition (a\mathbf{a}8), indicating that transparency helps with magnitude estimation more than polarity identification. Transparency also reduces overconfidence: control participants increase their self-rated predictive ability by a\mathbf{a}9 (s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},0) and trust by s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},1 (s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},2), despite no gain in accuracy, whereas visualization participants do not show the same increase (Karny et al., 14 May 2026). This establishes calibration, rather than mere interpretability in the abstract, as a central evaluation criterion for the paradigm.

4. Explicit-state, path-based, and visual-justification predecessors

Although the phrase “multi-turn neural transparency” is introduced in a user-facing activation-visualization setting, earlier and parallel work exposes related forms of sequential legibility. In task-oriented dialogue, DLGNet-Task is described as “simultaneously modular and end-to-end” because it uses one autoregressive transformer model while explicitly generating intermediate variables corresponding to natural language understanding, dialogue state tracking, policy, and natural language generation (Olabiyi et al., 2020). The generated artifacts include intents, entities, all entities, all domains, active domains, plan slots, plans, API actions, API results, dialogue actions, and delexicalized templates. Because these variables are part of the same serialized sequence model, they can be inspected, validated, or replaced at any turn. The framework’s update variables, such as s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},3 and s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},4, make the accumulation of dialogue context explicit across turns.

IntentDial exposes another transparency mechanism by casting multi-turn intent understanding as graph traversal rather than opaque classification. The system encodes the current utterance and dialogue history into a context embedding, then uses reinforcement learning to traverse an intent graph toward either a standard query node or an intermediate feature node, with a monitoring platform that visualizes both the graph and the current reasoning path for each turn (Hao et al., 2023). Because intermediate nodes correspond to interpretable intent elements, the system can reveal an incremental reasoning process: early turns may terminate at a key feature node and trigger a clarifying question, while later turns update the path until a final query node is reached.

In generative modeling, “The Neural Painter” introduces multi-turn image generation in which a model produces an intermediate image after each user-provided attribute update. The authors explicitly describe these images as “visual justifications” of the model’s internal state (Benmalek et al., 2018). The transparency claim is not that the latent state is directly visualized, but that the evolving output sequence makes the effect of each conditioning variable observable over time. Qualitative analyses show turn-specific changes in color, shape, size, and localized parts such as the bill, as well as entanglements such as shape affecting background context.

Taken together, these systems expose different substrates of multi-turn transparency: explicit symbolic state, graph-structured reasoning paths, and human-comprehensible intermediate outputs. This suggests that activation-space visualization is one member of a broader class of methods for making sequential neural computation externally inspectable.

5. Safety monitoring, deception, and trajectory-level detection

A major adjacent line of work argues that multi-turn transparency is necessary because safety failures are trajectory-dependent. “Speak Out of Turn” shows that harmful intent can be decomposed into several sub-queries whose cumulative dialogue is unsafe even if the individual turns are only mildly risky or cautionary in appearance (Zhou et al., 2024). The paper reports that harmfulness generally increases with the number of turns, and that collapsing the same content into one turn reduces harmful scores substantially, which indicates that the vulnerability is genuinely sequential rather than merely a consequence of prompt rewriting.

Control-theoretic defenses make the same issue explicit in latent-state terms. “Steering Dialogue Dynamics for Robustness against Multi-turn Jailbreaking Attacks” models a conversation as a dynamical system with hidden state s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},5, user-query embedding s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},6, and response embedding s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},7, and introduces a neural barrier function to keep the dialogue inside a learned invariant safe region (Hu et al., 28 Feb 2025). The system uses hidden-state trajectory analysis, including PCA projections, to show that without steering the dialogue drifts toward unsafe regions, whereas with steering the trajectory is redirected away from the unsafe set. This is a directly trajectory-centric form of transparency: the object being monitored is the evolving latent conversation state.

Other work proposes lightweight, explicitly interpretable detectors for deceptive multi-turn interaction. “Evolving and Detecting Multi-Turn Deception using Geometric Signatures” constructs a detector from frozen sentence embeddings and three geometric features—angular coverage, distance ratio, and linearity—augmented with pairwise similarity statistics (Kumar et al., 26 May 2026). The resulting predictive model achieves consistently high recall, reported as 0.89 across base, reworded, and truncated scenarios, with test-time F1 ranging from 0.74 to 0.86. The claim is that deceptive conversational intent leaves a stable geometric footprint in embedding space, so that detection can be explained in terms of conversation shape rather than a large opaque classifier.

Dynamic evaluation work reaches a related conclusion. “Eliciting Behaviors in Multi-Turn Conversations” argues that static, single-turn benchmarks are insufficient for understanding conversational behavior and proposes online elicitation methods that actively discover model-specific failures in multi-turn settings (Huang et al., 29 Dec 2025). The paper reports average success rates of 45% for self-affirmation, 19% for inference memory, and 77% for jailbreaking with only a few thousand queries, highlighting the need for adaptive, dynamic benchmarks rather than fixed prompt sets. A plausible implication is that transparency mechanisms must be paired with evaluation methods that probe changing decision boundaries over time.

An important counterpoint is that some harmful multi-turn structure can be compressed into a single turn. “One-Shot is Enough” introduces multi-turn-to-single-turn prompt conversions—Hyphenize, Numberize, and Pythonize—and shows that structured single-turn prompts can match or exceed the original multi-turn jailbreaks on several models (Ha et al., 6 Mar 2025). This suggests that turn boundaries alone are not reliable indicators of safety or intent; structural packaging and full-context semantics also matter.

6. Limitations and open research directions

The current formulations of multi-turn neural transparency have several explicit limitations. In the activation-visualization framework, trait filtering and user-message generation rely on automated judging, synthetic validation assumes that generated intensity levels correspond to intended trait strengths, the experimental horizon is limited to 10-minute conversations, and the “biggest swing” cue is only locally defined (Karny et al., 14 May 2026). The paper also notes a misuse risk: a provider could suppress harmful traits in the display, or users and attackers could exploit the interface strategically.

Other transparency paradigms introduce their own constraints. IntentDial depends on manual graph construction, feature labeling, and key-node design, and currently supports reasoning-path visualization for a single multi-turn dialogue rather than large-scale dataset analysis (Hao et al., 2023). DLGNet-Task preserves verifiable intermediate structure, but its reported end-to-end performance is below some stronger baselines on MultiWOZ2.1, reflecting a practical trade-off between explicit operational structure and benchmark optimization (Olabiyi et al., 2020). The neural barrier-function approach improves safety but introduces a safety-helpfulness trade-off controlled by the steering threshold s=avav,s=\frac{\mathbf{a}\cdot\mathbf{v}}{\|\mathbf{a}\|\,\|\mathbf{v}\|},8 (Hu et al., 28 Feb 2025). The geometric deception detector depends on the frozen embedding model, is trained on a relatively small human-validated dataset, and shows reduced precision under shortened context (Kumar et al., 26 May 2026).

Across these works, a common pattern emerges. Transparency in multi-turn systems is increasingly defined not as post-hoc explanation of a single output, but as exposure of a trajectory: a sequence of activation-space scores, symbolic states, graph decisions, latent safety margins, or generated intermediate artifacts. This suggests that future research will need to integrate at least three requirements. First, transparency must be dynamic, because meaningful behavioral changes often emerge only after several turns. Second, it must be conversation-level, because locally acceptable steps can compose into globally unsafe or misleading behavior. Third, it must be calibrative, in the sense demonstrated by the user study: the purpose is not merely to show internal quantities, but to improve how accurately humans anticipate and evaluate model behavior over time (Karny et al., 14 May 2026).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Multi-Turn Neural Transparency.