When Attention Closes: How LLMs Lose the Thread in Multi-Turn Interaction

📅 2026-05-12
📈 Citations: 0
Influential: 0
📄 PDF

career value

216K/year
🤖 AI Summary
This study addresses the tendency of large language models to forget initial instructions, role assignments, and behavioral constraints during multi-turn interactions, leading to deviant outputs. The authors propose a “channel switching” mechanism, identifying the dynamic interplay between attention channel deactivation and residual representation retention as a key driver of target information degradation. To diagnose this phenomenon, they introduce the Goal Accessibility Ratio (GAR) and develop a channel switching analysis framework, validated through ablation studies with sliding-window attention, linear probing of residual streams, causal interventions, and cross-architecture comparisons. Experiments demonstrate that linear probes achieve up to 0.99 AUC across four mainstream architectures in predicting target recall from residual representations. Notably, forcibly disabling attention channels reduces Mistral’s target recall rate from nearly 100% to 11% and substantially increases role violations.
📝 Abstract
Large language models can follow complex instructions in a single turn, yet over long multi-turn interactions they often lose the thread of instructions, persona, and rules. This degradation has been measured behaviorally but not mechanistically explained. We propose a channel-transition account: goal-defining tokens become less accessible through attention, while goal-related information may persist in residual representations. We introduce the Goal Accessibility Ratio (GAR), measuring attention from generated tokens to task-defining goal tokens, and combine it with sliding-window ablations and residual-stream probes. When attention to instructions closes, what survives reveals architecture. Across architectures, the transition yields qualitatively distinct failure modes: some models preserve goal-conditioned behavior at vanishing attention, others fail despite decodable residual goal information, and the layer at which this encoding emerges varies from 2 to 27. A within-model causal ablation that force-closes the attention channel in Mistral collapses recall from near-perfect to 11% on a 20-fact retention task and raises persona-constraint violations above an adversarial-pressure baseline without user pressure, with both effects emerging at the predictable crossover turn. Linear probes recover per-episode recall outcomes from residual representations with AUC up to 0.99 across all four primary architectures, while input embeddings remain at chance. Across architectures and model scales, the gap between attention loss and residual decodability predicts whether goal-conditioned behavior survives channel closure. We contribute GAR as a diagnostic, the channel-transition framework as a controlled mechanistic account, and a parametric prediction of failure timing under windowed attention closure.
Problem

Research questions and friction points this paper is trying to address.

multi-turn interaction
goal retention
attention mechanism
instruction following
large language models
Innovation

Methods, ideas, or system contributions that make the work stand out.

channel-transition
Goal Accessibility Ratio (GAR)
residual stream probing
attention closure
multi-turn degradation
🔎 Similar Papers
No similar papers found.