Paper deep dive
Introspective Coupling: Self-Explanation Training Tracks Behavioral Change Despite Fixed Supervision
Zifan Carl Guo, Laura Ruis, Jacob Andreas, Belinda Z. Li
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 95%
Last extracted: 7/5/2026, 8:29:45 AM
Summary
The paper introduces 'Introspective Coupling,' a phenomenon where language models (LMs) trained to generate counterfactual explanations (using fixed supervision from an earlier checkpoint) actually learn to explain their current, drifted behavior more faithfully than the original training targets. This occurs when the training process includes behavioral regularization, which keeps the model's current behavior sufficiently correlated with the original labels. The study demonstrates this effect across sycophancy (Hint-MMLU, AITA) and refusal tasks, showing that explanations track behavioral shifts even when supervision is static. Mechanistic analysis via activation patching confirms that the same internal representations/circuits are used for both behavior and explanation.
Entities (8)
Relation Signals (4)
Introspective Coupling â ischaracterizedby â Self > Orig
confidence 100% · We refer to this Self > Orig as introspective coupling.
QWEN3-8B â istestedon â Hint-MMLU
confidence 100% · Our primary model M 0 throughout the paper is Qwen3-8B... Hint-MMLU [Chen et al., 2025]
Behavioral Regularization â enables â Introspective Coupling
confidence 95% · This effect disappears without regularization... regularized explanation training reduces drift...
Activation Patching â revealslinkbetween â Behavior and Explanation
confidence 90% · We investigate whether explanation and behavior are causally linked... We patch activations into the shared prefix...
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:When does training language models (LMs) to generate explanations of their predictions yield faithful introspection, rather than superficial imitation? We study LMs trained to explain which features of their inputs influenced their behavior, using models' counterfactual behavior on modified inputs as supervision. Surprisingly, we find that LMs trained on fixed counterfactual explanations derived from earlier checkpoints of themselves, or even from behaviorally similar models in different families, frequently produce explanations more faithful to their own current behaviors than to those of their training targets. This "introspective" coupling between LM explanations and behaviors occurs when training explanations remain sufficiently correlated with current behaviors over the course of training, even as behaviors themselves shift. We also show that introspective coupling tracks behavior shifts: when explanation training is provided concurrently with other post-training objectives, explanations track those shifts without requiring updated supervision. This phenomenon appears in multiple tasks, including sycophancy and refusal, and is robust to label noise. Overall, our results show that even fixed datasets of counterfactual explanations can provide scalable and generalizable post-training signal for introspection.
Tags
Links
- Source: https://arxiv.org/abs/2606.32038v1
- Canonical: https://arxiv.org/abs/2606.32038v1
Trouble viewing inline? Open PDF directly â
Full Text
95,363 characters extracted from source content.
Expand or collapse full text
Introspective Coupling: Self-Explanation Training Tracks Behavioral Change Despite Fixed Supervision Zifan Carl Guo * Laura RuisJacob AndreasBelinda Z. Li MIT EECS Abstract When does training language models (LMs) to generate explanations of their predictions yield faithful introspection, rather than superficial imitation? We study LMs trained to explain which features of their inputs influenced their behavior, using modelsâ counterfactual behavior on modified inputs as supervision. Surprisingly, we find that LMs trained on fixed counterfactual explanations derived from earlier checkpoints of themselves, or even from behaviorally similar models in different families, frequently produce explana- tions more faithful to their own current behaviors than to those of their training targets. This âintrospectiveâ coupling between LM explanations and behaviors occurs when training explanations remain sufficiently correlated with current behaviors over the course of training, even as behaviors themselves shift. We also show that introspective coupling tracks behavior shifts: when explanation training is provided concurrently with other post-training objectives, explanations track those shifts without requiring updated supervision. This phenomenon appears in multiple tasks, including sycophancy and refusal, and is robust to label noise. Overall, our results show that even fixed datasets of counterfactual explanations can provide scalable and generalizable post-training signal for introspection. 1 Introduction Methods for training language models (LMs) to faithfully articulate the reasons behind their predictions and decisions offer a promising avenue for understanding LM behavior. Such introspective abilities could enable monitoring, debugging, and reasoning about behavioral changes under distribution shift. Past work has studied several forms of self-explanation, including explanations of features [Pan et al., 2026, Karvonen et al., 2026], circuits [Li et al., 2025a, Lindsey, 2025], and behavioral traits [Binder et al., 2025, Plunkett et al., 2025, Hase and Potts, 2026]. Yet a central challenge is ensuring that LM-generated explanations track an LMâs own behavior, rather than merely imitating plausible explanation patterns. Following many past works studying self-explanation in LMs [Hase and Potts, 2026, Li et al., 2025a, Turpin et al., 2023], we adopt a counterfactual simulability view of explanation, in which explanations are judged to be faithful if they identify features of inputs (e.g. clues about the answer) that influence model decision-making, and are evaluated by testing whether model behavior changes when (only) identified features are perturbed (Fig. 1). While self-explanation ability may emerge from sufficiently large models [Lindsey, 2025], out-of-the-box models are not guaranteed to generate faithful explanations [Turpin et al., 2023, Madsen et al., 2024, Chen et al., 2025, Barez et al., 2025]. This has motivated a line of work that explicitly trains models to generate explanations. A common recipe is supervised fine-tuning (SFT) on a static set of explanation labels derived from an initial snapshot of the model being explained [Binder et al., 2025, Li et al., 2025b]. This approach has an underexamined limitation: as an LM is trained to generate explanations, its behavior on non-explanation inputs may drift, so the model being trained learns to explain the behavior of the earlier checkpoint, rather * Preprint. Correspondence to carlguo@mit.edu. 1 arXiv:2606.32038v1 [cs.CL] 30 Jun 2026 Guo et al.Introspective Coupling Construct ground-truth explanation E(M reg ) B M 0 M reg A : Cue- included Input x : Cue- ablated input x Largest planet is? (A) Mars (B) Jupiter Hint: A B Model behaviors B(M 0 ) A How would your answer change without hint? Largest planet is? (A) Mars (B) Jupiter Hint: A Changes from A to B Construct ground-truth explanation E(M 0 ) Changes from A to B No change from B Changes after training! A B B Trained to produce explan- ations of Orig Model ()M 0 C Changes after training! D : Meta- level question q Predicted explanation No change from B Model behaviors B(M reg ) â Match â No Match Actually generates explanations of Self () M reg Cue Base Model Trained Model Largest planet is? (A) Mars (B) Jupiter Training Evaluation Behavior Regular- ization Explanation Training Self: Orig: M reg Figure 1: Method overview. (A) First, we sample behaviorsB(M 0 )from the base modelM 0 on inputsx,x and construct labelsE(M 0 )explaining those behaviors. (B) Next, we fine-tuneM 0 to produce these explanations, yielding M reg . (C) During training,M reg drifts to a new behavior distributionB(M reg ), which induces corresponding explana- tions to shift toE(M reg ). (D) We find thatM reg âs predicted explanations track this behavior change: they better match explanations ofM reg âs own behavior (Self) despite training on explanations of theM 0 (Orig). We refer to this Self> Orig as introspective coupling. than its own, current behavior. However, a faithful self-explanation must track the modelâs current behavior rather than its original behavior before explanation training. In this paper, we make the surprising observation that training models to generate explanations of their earlier behavior, while regularizing behaviors themselves toward an earlier checkpoint, in fact causes them to explain their current behavior more faithfully than the checkpoint from which the explanations were derived (Fig. 1). On test data, regularized explanation training reduces drift relative to unregularized fine-tuning, but does not eliminate it entirely. A model that is fine-tuned with regularization is able to capture this behavioral drift and learn to generate explanations consistent with its current state, despite never receiving supervision derived from its current behaviors. This effect disappears without regularization. More formally, we call this effect Self > Orig, where: A model demonstrates Self > Orig if its explanations more faithfully predict its current behavior than the original behavior used to generate its training labels. We interpret Self > Orig as evidence of introspective coupling: Introspective Coupling: a phenomenon where a model learns to couple its explanations to its own current behavior rather than merely reproducing static explanation training targets. We show that Self > Orig is robust across three tasks (Section 3): two sycophancy datasets (Hint- MMLU [Chen et al., 2025] and AITA [Cheng et al., 2026]), and a refusal dataset comprising a mix of FalseReject [Zhang et al., 2025] and WildJailbreak [Jiang et al., 2024]. In each case, regularized training 2 Guo et al.Introspective Coupling B(M)dataset of instance-level behaviors(x, y M ), y M âŒM(·| x) E(M)dataset of ground-truth meta-level explanations(q,e M )in question-answer pairs; each explana- tion e M is deterministically constructed to describe behaviors in B(M) M 0 base model (start of training) M[D 0 ,D 1 , . . .]model fine-tuned fromM 0 on a mixture of datasetsD 0 ,D 1 , . . . Aâ B evaluate explanations predicted by model-A, Ë e ⌠A(· | q), against ground truth explanation of model B, E(B) Orig the eval pairM â M 0 : predictions fromMscored against the base modelâs ground-truth explanations E(M 0 ). Selfthe eval pairMâM: predictionsMscored againstMâs own ground-truth explanationsE(M). Table 1: Notation for explanation training and evaluation. produces models whose explanations are more faithful to their current behavior than to the behavior of the original model that generated their training labels. We further show that introspective coupling leaves a mechanistic fingerprint, coupling not only behaviors and explanations but the internal representations that produce them (Section 3.3). We characterize when introspective coupling emerges (Section 4), finding that explanation training data must remain similar to the modelâs current, online behaviorâeven if explanations diverge from the modelâs original behavior by up to 50%. This holds promise for scaling explanation training: not only do we not need to regenerate explanation labels over the course of training, but we may also be able to reuse labels from a sufficiently similar separate model and still induce introspective coupling. Finally, we demonstrate that introspective coupling remains useful when the model acquires new behavior beyond the original explanation labels (Section 5). We train the model on auxiliary data that shifts its underlying behavior distribution, either directly or indirectly. We find that explanation shifts track behavioral shifts. This has promising consequences for integrating introspection training into post- training pipelines: modelsâ self-explanations track behavioral drifts and new behaviors induced by auxiliary post-training supervision. 1 2 Methods 2.1 (Counterfactual) Explanation Construction Following past work, we focus on counterfactual explanations: how behaviors change under an edit to its input (e.g. removal of a hint) [Li et al., 2025a, Hase and Potts, 2026]. These allow us to identify which aspects of the input are salient to particular model decisions. Let a cueC â xdenote a contiguous span of an inputxhypothesized to causally influence a modelâs behavior. We writex for the cue-ablated input obtained by removingCfromx, and refer to the originalx as the cue-included input. In general, we are interested in enabling LMs to answer questions of the form: [x]. If the cue were removed, how would the assistantâs answer change? with answers of the form: The response [would/would not] change to <M(x )>. We train models to produce these answers via supervised fine-tuning (SFT). We use notation shown in Table 1 throughout. As illustrated in Figure 1, our method has four steps: 1 We refer to âintrospectionâ in the context of the operationalization above where models exhibit behavioral introspection that matches its own object-level outputs. We understand the ongoing debate about the specific definition of model introspection and do not make claims that models have metacognitive awareness or complete access to all internal computations. 3 Guo et al.Introspective Coupling 1. M 0 explanation construction (§2.1): We start with base modelM 0 , sample model behaviorsB(M 0 ), from which ground-truth explanationsE(M 0 )are constructed. This is shown in the running example in Figure 1: B(M 0 ) is a set of input-output pairs fromM 0 : Input 1: with hint Largest planet is? (A) Mars (B) Jupiter Hint: A Model answer:A Input 2: no hint Largest planet is? (A) Mars (B) Jupiter Hint: A Model answer:B E(M 0 ) is constructed from the set above as âbehavior changes from A to B when the hint is removedâ. 2. Explanation training (§2.2): We trainM 0 on explanationsE(M 0 )while regularizing its behaviors towards B(M 0 ), obtaining a model: M reg =M[B(M 0 ), E(M 0 )].(1) 3. M reg explanation construction (§2.1): We roll out behaviorsB(M reg )from the newM reg and construct ground-truth explanations E(M reg ) describing those behaviors. In Figure 1, B(M reg ) is the pair: Input 1: with hint Largest planet is? (A) Mars (B) Jupiter Hint: A Model answer:Aâ Bafter training Input 2: no hint Largest planet is? (A) Mars (B) Jupiter Hint: A Model answer:Bunchanged andE(M reg )is constructed from above as âbehavior remains unchanged as Bâ when the hint is removed. 4.Measuring introspective coupling (§2.3): We evaluate whether the predicted explanations generated by M reg better match the ground-truth explanations of the original modelE(M 0 ), or the explanations of self E(M reg ). As shorthand, we denote evaluatingM reg âs predictions onM 0 âs explanations asM reg âM 0 (orOrig) and evaluatingM reg âs predictions onM reg âs explanations asM reg â M reg (orSelf). When Self > Orig, we say that a model exhibits introspective coupling. In Figure 1:M reg âs output matches E(M reg ) but not E(M 0 ), and thus, introspective coupling is observed. 2.2 Explanation Training Given a modelM, we perform SFT training on explanation data from base modelE(M 0 )while regularizing behaviors to be close toB(M 0 ). We use cross-entropy to train explanations and KL divergence to regularize behaviors. Formally, the objective is: L(M) =E (q,e)âŒE(M 0 ) [ â log p M (e| q) ] |z explanation cross-entropy + λE (x,y)âŒB(M 0 ) KL(p M 0 (y| x)â„ p M (y| x)) |z behavioral regularizer .(2) 2.3 Evaluation Metrics We evaluate all models on two main metrics: 4 Guo et al.Introspective Coupling Explanation Exact Match (EM) scores how well the LMMhas learned to explain a target modelM âČ , whereM âČ = M 0 for Orig andM âČ = M reg for Self. Specifically, we measure exact match between the explainerMâs prediction Ë e (M) , against the ground-truth explanation E(M âČ ) for target modelM âČ : Explanation EM(MâM 0 ) = 1 |E(M 0 )| â (q, e M 0 )â E(M 0 ), Ë e (M) âŒM(·|q) 1 h Ë e (M) = e M 0 i ,(3) where Ë e (M) âŒM(·| q)is the explainer modelâs predicted response to a meta-questionq(âif the cue were removed, how would your answer change?â). Behavioral Exact Match captures the drift between two modelsâ behavioral outputs, such as the drift of a model before and after explanation training. LetD =(x,C)be a held-out set of inputsxand cue spans C, and lety M (x) ⌠M(· | x)denoteMâs label onx, andy M (x )denote the label onx . We measure agreement between the trained modelM and original modelM 0 on both versions of each input: Behavior EM(M,M 0 ) = 1 |D| â (x,C)âD 1 y M (x) = y M 0 (x) | z cue-included match · 1 h y M (x ) = y M 0 (x ) i |z cue-ablated match .(4) In the metric above, both cue-ablated and cue-included behavior must match. Fine-grained metrics are in Section B.1. 3 Characterizing Introspective Coupling 3.1 Experiment Setup Models. Our primary modelM 0 throughout the paper is Qwen3-8B [Yang et al., 2025]. To verify that our result is not model-specific, we show supplemental results on Llama-3.1-8B-Instruct [Grattafiori et al., 2024] and on the larger Qwen3-32B in Section B.6. We perform full fine-tuning by default and explore LoRA fine-tuning in Section D.1. Sycophancy Datasets.Modern language models often exhibit sycophancy â over-agreeableness with the user â at the expense of accuracy [Sharma et al., 2024, Wei et al., 2024]. We investigate training models to articulate when they are sycophantic. Specifically, we study two datasets: First, Hint-MMLU [Chen et al., 2025, Li et al., 2025a] assesses whether models will modify their answer to follow a user-suggested hint. Here, xis an MMLU multiple-choice question with an injectedC =âHint:Aâ string (see Figure 1). Sycophantic models will change their answer when the hint is present; we train a model to articulate whether they will do so. Second, AITA measures whether models are overly inclined to flatter the user. 2 This dataset consists of morally ambiguous stories from Redditâs r/AmItheAsshole. Here,xis a Reddit post andyis a judgment of the user âs moral characterââNot the Asshole (NTA)â,âYouâre the Asshole (YTA)â.Cis a system prompt framing the story in first- or third-person. In this case, sycophantic models will change their judgment to be more favorable if the story were written in first-person. We train models to articulate when they will change their judgment based on the system prompt. Refusal Datasets. Understanding when LMs refuse requests allows us to debug over- or under-refusals. We specifically investigate how the userâs presented role interacts with refusal. The userâs role is a popular attack surfaceâmodels may be more susceptible to answering harmful queries for users who are fiction writers, or to overrefusing users who are kindergarten teachers. Thus, we would like to train models to articulate whether and how their refusal hinges on a stated role.xis a user prompt andCis a system 2 The dataset can be found here: https://huggingface.co/datasets/OsamaBsher/AITA-Reddit-Dataset. 5 Guo et al.Introspective Coupling Hint MMLUAITARefusal 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Score 80.8% 62.2% 76.8% (a) Behavior EM (M reg ) M reg vs M 0 Hint MMLUAITARefusal 78.5% 89.6% 58.3% 85.3% 65.9% 75.4% (b) Explanation EM (M reg ) Agreement (matched)Disagreement Orig (M reg M 0 )Self (M reg M reg ) Hint MMLUAITARefusal 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% 55.0% 45.2% 66.6% (c) Behavior EM (M unreg ) M unreg vs M 0 Hint MMLUAITARefusal 80.1% 60.0% 57.0% 32.5% 73.9% 70.6% (d) Explanation EM (M unreg ) Orig (M unreg M 0 )Self (M unreg M unreg ) Model with Behavior Regularization M reg Model without Behavior Regularization M unreg Figure 2: Self>Orig emerges only with regularization, across three counterfactual explanation tasks: Hint-MMLU, AITA, and Refusal. Left block (a, b): the regularized modelM reg . Right block (c, d): the unregularized modelM unreg . (a, c) Behavior EM: agreement between original behavior labelsB(M 0 )and current behavior labels (B(M reg )in (a), B(M unreg )in (c)) on held-out examples. (b, d) Explanation EM: explanations scored againstE(M 0 )labels (orange) and self labels (blue). We find thatM reg , despite being trained onM 0 , explains itself better thanM 0 (panel b); without regularization, this gap collapses and reverses (panel d), soM unreg explainsM 0 better than itself. Note that much of M reg âs apparent ability to explainM 0 comes from the subset whereM 0 andM reg agree (the hatched lower segment in panel b), and the gap is made up by the disagreement subset. prompt that frames the user in different roles. 3 We measureyârefuse,complyby sampling a freeform response and scoring it with an LLM judge. Note that this setting is much harder than Hint-MMLU and AITA: the behavior label is inferred from freeform generation rather than constructed deterministically from a single answer token, so the explanation target is a higher-level property of the response. We obtainxby combining two refusal datasets: FalseReject [Zhang et al., 2025], a benign dataset to test over-refusal, and WildJailbreak [Jiang et al., 2024] for harmful queries. We generate roleplay system promptsCwith an LLM. 3.2 Results Results can be found in Figure 2, where we compare regularized training (λ =1 in Equation (2), left side) against unregularized training (λ =0 in Equation (2), right side), plotting both behavior drift (a,c) and explanation EM for both Self and Orig (b,d). From Figure 2(b), we observe that across held-out data on all three tasksâHint-MMLU, AITA, and Refusalâthe regularized modelM reg âs predicted explanations match its own labelsE(M reg )better than the original targetsE(M 0 )it was trained on. Thus, we observe the Self>Orig signature of introspective coupling across all three tasks. By construction, this gap arises entirely from examples where self and original labels disagree. This subset is plotted in Figure 2(b) as a darker shade, above the white line. On this subset, M reg resolves the discrepancy in favor of its own behavior 79%, 82%, and 63% of the time, respectively. In Section B.2, we rule out trivial accounts of the Self>Orig gap: thatE(M reg )has drifted to a degenerate distribution that is easier for any external explainer to learn. We further validate that regularized training produces this signature across other model sizes and families (Figure 14). From Figure 2(d), we observe that Self>Orig disappears without regularization: a model trained on explanations alone,M unreg =M[E(M 0 )]actually demonstrates Self < Orig. When comparing Figure 2(a) against Figure 2(c), we notice thatM unreg âs behavior drifts further away fromM 0 thanM reg âs behavior drifts. Following this, we hypothesize that behavior similarity during training governs coupling, which we test in depth in Section 4. 3 See example in Section B.5. 6 Guo et al.Introspective Coupling 3.3 Introspective coupling at the mechanistic level We perform mechanistic analysis of models that display the Self > Orig signature. We investigate whether explanation and behavior are causally linked [Merullo et al., 2024], by testing if intervening on representations to shift behaviorB(M)also shifts the explanationE(M)in the corresponding direction. We conduct our interpretability experiments on Hint-MMLU models. We intervene on representations via activation patching (Figure 3 left). Recall that each explanation queryqimplicitly contains the underlying object-level inputx(§2.1). We patch activations into the shared prefixxand measure downstream effect on both behaviorsM(x)and explanationsM(q). We create two counterfactual inputs, a sourcexand a targetx âČ (with corresponding source and target meta-questions q,q âČ ) that share the same hint cueC = C âČ , but have different cue-included behavioral responsesM(x) Ìž= M(x âČ )and as a result different ground-truth explanationsE(M)(q) Ìž= E(M)(q âČ ). For each pair, we patch activations from the source forward pass (i.e.xandq) to the target forward pass (i.e.x âČ andq âČ ) at corresponding (layer, token) positions, and measure the normalized logit difference (NLD) patchedâ source targetâ source , wheresourceis the logit elicited from aM(x)orM(q),targetis the logit elicited from aM(x âČ )orM(q âČ ), andpatchedis the logit elicited from a forward pass ofM(x)with only one activation fromM(x âČ )patched, or from a forward pass ofM(q)with only one activation fromM(q âČ )patched. Thus, an NLD of 0 indicates that the intervention has no effect, leaving the output at its source value, while an NLD of 1 indicates that it fully recovers the target output [Wang et al., 2023]. We validate the following hypothesis: if the model shares circuits between behavior and explanation, then patching interventions that affect behavioral logits NLD(M(x)) are correlated with ones that affect explanation logits NLD(M(q)). The result is shown in Figure 3. We find that interventions that move the behavior logits also move the explanation logits in the same direction, with Pearson correlationr =0.89. This means that the same layer/token activations are used for behavioral responses as for the explanations. Critically, theM unreg baseline, which has non-trivial Orig explanation EM (Figure 2(d)) but does not exhibit Self > Orig, only exhibits a correlation of r = 0.527 (Section C). 4 When does introspective coupling happen? Introspective coupling is desirable for faithful explanation because it means that the modelâs explanations track its current behavior. We next ask when this coupling emerges. Our findings in Section 3.2 suggested that models only demonstrated Self > Orig under regularization, which reduced behavioral drift compared to no regularization. Thus, we hypothesize that coupling depends on whether the explanation supervision remains behaviorally compatible with the model throughout training. Formally, letE (t) sup denote the explanation supervision labels used for SFT at training stept. In the default fixed-label setting,E (t) sup = E(M 0 )for allt; in this section, we varyE (t) sup directly. LetE(M t )denote the ground-truth explanations constructed from the current modelâs behavior at stept. We refer to the similarity betweenE (t) sup andE(M t )as online labelâself compatibility: the degree to which the explanation training targets at steptagree with the explanations of the current modelâs behavior. Thus, our central hypothesis is Hypothesis: High online label-self agreement (i.e.E (t) sup andE(M t )agreement) over the course of training (i.e. ât) is an important factor for the emergence of Self> Orig. The three subsections below probe this hypothesis by varying online compatibility through different mechanisms: changing the behavioral regularization weightλ, which affects how closeM t remains to the fixed explanation labels (Section 4.1); directly controlling the agreement betweenE (t) sup andE(M t )via online relabeling (Section 4.2); and training on explanation targets from a different initial model (Section 4.3), which 7 Guo et al.Introspective Coupling The v â 0 â 1 â 2 hintisB x 0 x 1 x 2 x 3 â 0 â 1 â 2 ThehintisB Q2 -> Still C Q1 What if we remove hint -> B -> A Q1 -> Still C v â 0 â 1 â 2 ThehintisB Answer: What if we remove hint Answer: What if we remove hint Answer: -> B -> C -> C Behavior and Explanation changes are correlated â 0.00.10.20.30.4 Cue-included match mean normalized logit diff 0.0 0.1 0.2 0.3 0.4 Explanation mean normalized logit diff Activation patching correlation | M reg Combined (n=864, r=0.888) OLS fit: y = 1.73x0.002 0.00.10.20.30.4 Cue-included match mean normalized logit diff 0.0 0.1 0.2 0.3 0.4 Explanation mean normalized logit diff Activation patching correlation | M reg n=864, r=0.888 OLS fit: y = 1.73x0.002 Figure 3: Mechanistic signature of introspection: activation interventions that modify behavior are correlated with those that modify the explanation. Left: Schematic of the activation-patching intervention. We construct pairs of prompts with the same cue but different counterfactual explanation labels: for one prompt, removing the cue changes the modelâs answer, while for the other it does not. We patch activations between the two prompts and measure whether interventions that shift behavior logits also shift explanation logits. Right: Each point represents a single (layer, token) patching position. The x-axis shows the mean normalized logit-difference for the behavior prediction (cue-included answer), while the y-axis shows the corresponding normalized logit-difference for the explanationâs change/no-change prediction. Patching effects on behavior and explanation are strongly correlated with Pearson r = 0.89. separates the role of initial labelâmodel similarity from online compatibility during training. 4 Finally, we also perform a learning rate sweep that uncovers evidence against this hypothesis, suggesting that multiple factors may be necessary to induce Self > Orig (Section D.2). We focus our analysis in this section on the Hint-MMLU setting. 4.1 Behavioral Regularization Preserves Online Label-Self Compatibility We begin by performing a finer-grained version of our regularization vs. no regularization experiment in Section 3.2, by varying the weightλon the behavioral regularization term in our objective (Equation (2)). We sweepλacross five orders of magnitude, with results shown in Figure 4. We find that coupling begins to emerge at remarkably small values: a Self>Orig gap is visible for anyλâł5Ă10 â3 , and the gap stays consistent for biggerλ. Notably, this inflection coincides with a large increase in Behavior EM (Figure 4a) betweenM t andM 0 . This is consistent with our hypothesis that high online label-self agreement is important for Self > Orig. In this setup, the original modelM 0 is the supervision source throughout training soE (t) sup = E(M 0 )for allt. Thus, whenM t andM 0 remain close (high behavioral EM) throughout training, E(M t ) remains similar to E (t) sup , and Self > Orig emerges. However, this experiment does not distinguish whether coupling requires the current model being trained to remain close to the original modelM 0 or to the source of the explanation labelsE (t) sup . We isolate this distinction directly in Section 4.2, where we vary the current modelâs proximity to the labels, independent of the original model. 4.2 Introspective Coupling Depends on Online Label-Self Agreement We conduct a controlled test of our hypothesis that high online label-self agreement leads to introspective coupling. BecauseMâs behavior changes dramatically over the course of training, at every gradient step, we 4 We also plot the emergence of coupling over the course of training in Section A. 8 Guo et al.Introspective Coupling 0 0.0001 0.0010.005 0.01 0.1 0.25 0.5 0.75 1235 50% 60% 70% 80% 90% 100% Behavior EM 55 61 67 85 85 85 86 85 87 87 86 86 86 (a) Behavior EM (self vs. original) M reg vs. M 0 Hollow = Behavior 0 0.0001 0.0010.005 0.01 0.1 0.25 0.5 0.75 1235 50% 60% 70% 80% 90% 100% Explanation EM 60 64 72 87 87 90 90 90 89 90 87 87 87 80 81 79 83 81 83 83 83 83 83 80 81 81 (b) Explanation EM (self vs. original) Orig (M reg M 0 ) Self (M reg M reg ) Solid = Explanation KL Regularization Weight ( ) Figure 4: Behavioral regularization weightλsweep on Hint-MMLU (§4.1). (a) Behavior EM betweenM reg andM 0 rises at the sameλ-values as Self Explanation EM, supporting that label-self similarity correlates with coupling. (b) Explanation EM scored against labels ofM reg (blue) andM 0 (orange). The Self > Orig signature occurs quickly once λ℠5eâ3, and the gap stays consistent for bigger λ. 1.00.90.80.70.60.5 Online Label-Self Agreement ( ) 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Behavioral EM (a) Behavioral EM vs Label-Self Agreement M reg vs. M 0 Hollow = Behavior 1.00.90.80.70.60.5 Online Label-Self Agreement ( ) 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Explanation EM (b) Explanation EM vs Label-Self Agreement Self (M reg M reg )Orig (M reg M 0 ) Solid = Explanation Figure 5: Continuous relabeling with fixed online labelâself agreement (§4.2). We control the per-step agreementΜ between the explanation supervision E (t) sup and the modelâs self-labels E(M t ). (a) As Μ increases, Behavior EM (orange) stays roughly constant atâ0.5, indicating that Self>Orig emerges from higher online labelâself similarity, not reduced drift fromM 0 . (b) Meanwhile, Self Explanation EM (blue) is initially equal to Orig Explanation EM (orange), then rises sharply above it once Μâ 0.7. regenerate the explanation training targetsE (t) sup so that they agree with the current model behaviorB(M)on a fractionΜof labels and disagreeâvia a randomly sampled alternative answerâon the remaining fraction 1â Μ: E (t) sup = ( (q, e) e = ( B(M)(q)with probability Μ Ì eÌž= B(M)(q)with probability 1â Μ ) On the behavioral side, we still regularizeM toward the base modelM 0 . Thus, we have a model: M noise-self =M[E (t) sup , B(M 0 )]. We sweepΜin Figure 5. In (b), we find a sharp transition in explanation behavior as the online labelâself agreementΜvaries. We observe introspective coupling (Self > Orig) forΜâ„0.7 but onceΜâ€0.6, both Self and Orig Explanation EM collapse. This supports our hypothesis that coupling requires a minimum level of agreement between the explanation supervision and the current modelâs behavior; for Qwen3-8B on Hint-MMLU, this threshold also appears to beâ 0.7. 9 Guo et al.Introspective Coupling 0.00.10.20.30.40.50.60.70.80.91.0 50% 60% 70% 80% 90% 100% Exact Match 100 81 80 55 57 (a) Behavior EM 0.00.10.20.30.40.50.60.70.80.91.0 88 69 78 61 62 57 (b) Explanation EM Cross-Model Label Mixing ( ) Self (M ( ) reg M ( ) reg )Orig mixed (M ( ) reg E)Orig Qwen (M ( ) reg M 0 )Orig Llama (M ( ) reg M Llama 0 ) Hollow markers: Behavior EM, panel (a)Solid markers: Explanation EM, panel (b) Figure 6: Training on explanation labels from another model (§4.3). We construct explanation labelsE α by mixing in explanation labels from Llama-3.1-8B-Instruct into the supervision for Qwen3-8B:αdenotes the fraction of explanation labels drawn from Llama, withα =0 corresponding to pure Qwen labels andα =1 to pure Llama labels. Behavior is still regularized toward Qwen throughout. We score the resulting model against four explanation-label sources: Self,E α (mixed), Qwen-base, and Llama-base. (a) Across the sweep, the modelâs behavior remains closest to its initial self (steady 80% behavioral EM against Qwen), but (b) models always demonstrate introspective coupling with Self > Orig. Thus, though explanation supervision comes from another model, the trained modelâs explanations continue to track its own current behavior better than either base-model label source. We measure behavioral agreement between the trained model and the original modelM 0 in Figure 5(a). Interestingly, behavioral agreement remains roughly constant acrossΜ. This disentangles the two factors we suggested at the end of the previous section: having the current model remain close to the explanation labels over the course of training is more important than having it close to the original model. 4.3 Introspective Coupling Persists with Cross-Model Explanation Labels Previously, we found that it is more important for the current model to remain close to the explanation labels than to the initial model. We next ask whether those labels must be generated by the modelâs own initial checkpoint. Can a model learn to self-explain from labels generated by a different model, without substantial behavioral drift? If so, explanation labels need not be collected separately for every model: labels from one model could induce self-explanations in another. To test this, we start with a Qwen3-8B base modelM 0 , from which we derive behaviorsB(M 0 )and ground-truth explanationsE(M 0 ). We then replace some of Qwenâs explanation labels with labels from Llama-3.1-8B-Instruct, denoted (M Llama ). The two modelsâ ground-truth explanations agree on only 53% of examples. For each mixture ratio αâ [0, 1], we construct an explanation supervision dataset E α = (1â α) E(M 0 ) + α E(M Llama ), where α is the fraction of explanation labels sourced from Llama. We train M mix = M [ B(M 0 ), E α ] . Crucially, we regularize behavior toward the original Qwen throughout, usingB(M 0 ); only the explanation supervision is mixed. Thus,α =0 corresponds to pure Qwen explanation supervision, whileα =1 corresponds to pure Llama explanation supervision with Qwen behavioral regularization. Results are shown in Figure 6. Plot (a) confirms that this intervention does not significantly affect the trained modelâs behavior. Acrossα, the trained modelM (α) reg remains a steady 80% fromM 0 (Orig Qwen line) and a steady 55% fromM Llama (Orig Llama line). Thus, replacing Qwen explanation labels with Llama labels does not cause the trained modelâs behavior to move toward Llama. Nevertheless, on the 10 Guo et al.Introspective Coupling explanation side (b), Self>Orig holds for every value ofα. Thus, introspective coupling does not require the explanation labels to be generated by the same model being trained. 5 These results suggest that explanation datasets may be reusable across behaviorally similar models. Rather than collecting labels for new models every time, it may be possible to train a family of models to self-explain from shared explanation supervision. These results add to a growing body of work arguing that self-explanation in LMs leverages privileged access [Binder et al., 2025, Li et al., 2025a]. Even when the model is explicitly trained on another modelâs explanations, including examples where the two models disagree, its predictions track its own behavior more closely than the foreign explanation labels. We interpret this as further evidence that introspective coupling depends more on online labelâself agreement than on the provenance of the original explanation labels. 5 Generalization In Sections 3 and 4, we studied behavioral drift that occurs as an emergent consequence of explanation training. However, in realistic post-training scenarios (or in scenarios where explanations would be useful), models are trained concurrently with other post-training data that may induce different behavioral shifts. We study how well introspective coupling generalizes to explaining new or shifted behaviors that the model acquired through concurrent post-training. 6 To formalize this setup, we extend our notation to include a dataset argument: letB(M,D)denote behaviors produced by modelMon datasetD(e.g. Hint-MMLU), and letE(M,D)denote explanations corresponding to those behaviors. Starting from our default training pipeline, we concurrently trainM on an auxiliary post-training dataset A: M aux = M [ B(M 0 ,D), E(M 0 ,D), A ] (5) where explanation training and behavioral regularization are applied only on the original datasetDand the auxiliary dataset A provides behavior-only supervision: the model receives no explanation labels for A. We then evaluate whetherM aux âs explanations track its current behavior onDand onA. Ground-truth explanations are constructed post hoc fromM aux âs own behavior. Thus, faithful explanations onAcannot result from direct explanation supervision and must reflect generalization of the explanation function. We study two kinds of auxiliary shift: in §5.1 we inject new, synthetic behavior, and in §5.2 we design a realistic post-training corpus that shifts existing behaviors. 5.1 Generalization to Newly Acquired Behaviors We first test whether coupling extends to behaviors the model could only have acquired through auxiliary training. We generate synthetic nonsense âJabberwockyâ dataJ =(x J ,y J )that follows the Hint-MMLU format but uses fictitious, alien-sounding questions that LMs do not have priors over, guaranteeing that the modelâs behavior onJcannot be inherited fromM 0 . 7 We use the objective in Equation (5), where we perform explanation training onD =Hint-MMLU and train on a subset of JabberwockyA = J train as our auxiliary dataset, holding out another subset J test to test generalization. Results. Figure 7 reports Explanation EM on the three evaluation sets (D,A,J test ). First we observe Self (blue) > Orig (orange) on all three datasets, indicating that introspective coupling generalizes to auxiliary behavioral signal. In particular, (a) shows that the coupling on the original datasetDis preserved 5 That said, explanation quality does degrade overall as the supervision diverges from original QwenM 0 âs behavior: Self Explanation EM falls from 88% atα =0.0 (all Qwen labels) to 69% atα =1.0 (all Llama labels), which is expected if one considers the Llama labels as noise to the function of modeling self (Qwen) behaviors. 6 A version of this question was explored by Binder et al. [2025] using synthetic tasks; we focus on more complex explanations with direct safety relevance, such as sycophancy or refusal behavior, under realistic post-training mixtures. 7 Samples can be found in Section E.1 11 Guo et al.Introspective Coupling Behavior EMExplanation EM 0% 20% 40% 60% 80% 100% Score 56.9% 62.8% 55.9% 83.8% 61.3% (a) Eval = Hint-MMLU Behavior EMExplanation EM 13.6% 93.5% 12.6% 15.6% 90.1% 11.3% (b) Eval = J train Behavior EMExplanation EM 24.2% 25.4% 25.7% 79.8% 26.7% (c) Eval = J test Explanation generalizes to newly trained behavior D: explanation-training dataset (Hint-MMLU) A: auxiliary corpus mixed in during training (J train ) Behavior: M aux vs M 0 Orig (M aux M 0 ) Behavior: M aux vs J train (memorized) Self (M aux M aux ) Behavior: M reg vs M aux No-drift (M reg M aux ) Figure 7: Explanations generalize to newly acquired behaviors (§5.1). We trainM aux with explanation supervision on Hint-MMLU (D) plus behavior-only training on the Jabberwocky training setJ train (A), and evaluate on three held-out sets: Hint-MMLU,J train , and Jabberwocky test setJ test . Self (blue) > Orig (orange) signature persists on all three sets. Despite never seeingJ train explanations, norJ test explanations or behavior,M aux explains both at high accuracy. The explanation-trained modelM reg , which never saw Jabberwocky, can only explainM aux no better than chance. Behavior EMExplanation EM 0% 20% 40% 60% 80% 100% Score 86.6% 84.0% 85.2% 94.1% 79.8% (a) D = Hint-MMLU, A = WildChat Behavior EMExplanation EM 82.6% 83.2% 76.2% 85.1% 79.5% (b) D = Hint-MMLU, A = Warm Behavior EMExplanation EM 72.5% 78.9% 73.2% 78.3% 73.3% (c) D = Refusal, A = FineWeb Behavior EMExplanation EM 72.2% 76.3% 73.1% 78.0% 70.0% (d) D = Refusal, A = LLM-LAT Self-explanation persists under behavioral drift D: explanation-training dataset A: auxiliary corpus mixed in during training Behavior: M aux vs M 0 Behavior: M aux vs M reg Orig (M aux M 0 )Self (M aux M aux )No-drift (M reg M aux ) Figure 8: Explanations track shifts to existing behaviors (§5.2). We mix realistic auxiliary post-training corpora into explanation training (Equation (5)): WildChat and warm-assistant dialogue alongside Hint-MMLU explanation training, and FineWeb and direct refusal (LLM-LAT) alongside Refusal explanation training. Each panel (a)â(d) is one(D,A) setup, with Behavior EM (left) and Explanation EM (right). For Behavior EM: all setups induce drift from bothM 0 and M reg (only explanation training but no auxiliary training). For Explanation EM: We find that (1) Self > Orig coupling persists under auxiliary training, and that (2) Self >M reg âM aux , indicating that the modelâs explanations have shifted alongside auxiliary training to reflect its shifted behavior. under auxiliary signal, (b) shows thatM aux explainsJ train nearly perfectly (90.5%) despite never receiving explanation supervision, and (c) shows that explanation accuracy is 79.8% onJ test , which received neither explanation nor behavior signal. 8 These results are not explained by the auxiliary data failing to change the model:M reg , which is trained only with Hint-MMLU explanation supervision and never sees Jabberwocky, explainsM aux âs Jabberwocky behavior substantially worse thanM aux explains itself, and only at chance. Thus,M aux âs explanations track behaviors acquired through auxiliary training rather than merely preserving its original explanation policy. 5.2 Explanations Track Shifts to Existing Behaviors While Section 5.1 tested whether explanations extend to a new behavioral domain, we now test whether they track changes that auxiliary training induces within the original explanation domainD. Post-training 8 J test responses are near random for the nonsense questions with no ground-truth, and the model defers to changing to the hint. However, knowing to output the cue-ablated random response onJ test is an ability thatM 0 orM reg donât have without training explicitly on Jabberwocky behavior. More details in Section E.1. 12 Guo et al.Introspective Coupling routinely shifts behavior in unintentional ways: instruction-tuning increases sycophancy [Wei et al., 2024], and narrow fine-tuning can produce broadly misaligned models that stop refusing [Betley et al., 2025b]. A model whose explanations track such shifts could report these unintended consequences. We reuse objective Equation (5), now instantiating A with various types of real post-training corpora: âą D = Hint-MMLU,A =WildChat: WildChat [Zhao et al., 2024] is a common post-training dataset of real-world user-chatbot interactions. âą D =Hint-MMLU,A =Warm Assistant Responses: Following [Ibrahim et al., 2026], we generate a set of âwarm and empatheticâ assistant dialogues, which have been shown to make models more sycophantic. 9 âą D =Refusal,A =FineWeb: FineWeb [Penedo et al., 2024] is a generic web corpus used for pretraining and induces a less directed shift in behavior. âą D =Refusal,A =LLM-LAT Direct Refusal: We mix in a corpus of entirely harmful requests from LLM-LAT and train the model to directly refuse them, shifting the modelâs standard refusal behavior. 10 Figure 8 confirms that all four setups produce meaningful drift despite behavioral regularization, with respect to both the base modelM 0 , and a modelM reg without training on auxiliary dataA. Furthermore, we find that: (1) Self>Orig persists under auxiliary training:M aux âM aux (blue) beatsM aux âM 0 (orange) across all settings, and (2) Explanations track with auxiliary-training-induced shift:M aux explains its own behavior better than the no-drift explainerM reg does, indicating thatM aux is not simply learning to explain the non-drifted part of its behavior. The gap betweenM aux andM reg âs explanation ofM aux is precisely whereM aux âs explanation shifted to reflect its shifted behavior. These results have a practical implication for monitoring unintended consequences of post-training. Our findings suggest that, when explanation training is conducted alongside other post-training objectives, a model can report on behavioral shifts it acquires during training. Self-explanation could thus serve as a cheap, always-on probe for emergent behavioral change. 6 Related Work LMs can produce natural language explanations of their outputs, either in chain-of-thought [Wei et al., 2022] or post-hoc, but their explanations can be unfaithful to their true decision-making processes [Turpin et al., 2023, Lanham et al., 2023, Barez et al., 2025]. Being able to elicit faithful chain-of-thoughts can be useful for external monitoring in safety-critical scenarios [Korbak et al., 2025, Guan et al., 2025]. This objective can be thought of as a self-consistency objective between model verbalizations and behaviors [Pres et al., 2026]. Prior work has studied explanations of model behaviors [Joglekar et al., 2025, Li et al., 2026, Hase and Potts, 2026, Mayne et al., 2026], internal activations [Pan et al., 2026, Karvonen et al., 2026, Fraser-Taliente et al., 2026, Huang et al., 2025, Choi et al., 2025], and training data [Goel et al., 2025, Shenoy et al., 2026]. Recent work also investigates whether models possess metacognition or introspective abilities, either zero-shot [Comsa and Shanahan, 2025, Laine et al., 2024, Lindsey, 2025, Zhong, 2026] or through fine- tuning [Binder et al., 2025, Plunkett et al., 2025, Betley et al., 2025a]. One set of work focuses on whether the model has self-knowledge of external tampering [Lindsey, 2025, Macar et al., 2026, Pearson-Vogel et al., 2026, Lederman and Mahowald, 2026], while another set investigates whether models can model their own output distribution [Binder et al., 2025, Li et al., 2025a, Song et al., 2025]. Our work falls into the second camp. A central question in the literature is whether models have privileged access when introspecting, or such introspective behaviors can be simulated by external models [Song et al., 2026, Li et al., 2025b, Singh et al., 2026]. In our work, we provide evidence for a different but potentially stronger version of privileged access: a model can model its own behavior better than its training target, despite not being supervised on the drift. 9 Details in Section E.2. 10 Details in Section E.2. 13 Guo et al.Introspective Coupling 7 Conclusion We have shown the surprising phenomenon of introspective coupling: LMs trained on a fixed set of expla- nations derived from their base model learn to explain their own current behaviors more faithfully than the training targets they were supervised on. We analyzed when and how this phenomenon happens, and also found that this coupling generalizes to behavioral shifts induced by complementary behavioral training. These results indicate promising potential for scalably integrating explanation training into future post-training pipelines: explanation labels do not need to be constantly refreshed over the course of training, and may even be shared across models. Limitations & Future Works Training requires sufficient behavioral variance. The introspection training signal vanishes ifM 0 âs behavior onxvs.x is nearly always the same (or nearly always different):E(M 0 )collapses to the same label (always âwould changeâ or âwould not changeâ), so explanation training degenerates into majority- class prediction. Collecting diverse supervision can be difficult. For example, for refusal, alignment training tends to driveM 0 to refuse almost every adversarial prompt; thus, the explanationE(M 0 )is almost always âwould not change from refusalâ, which makes the training signal useless:M reg simply learns to output the same explanation, rather than learning to introspect. Generalization. Future work should look at OOD generalization where models can generalize from counterfactual training of one domain to another, or generalization with a more diverse, non-templated set of meta-level input or output evaluations beyond just counterfactuals. Our story for when introspective coupling emerges is incomplete. In Section 4, we hypothesized that online label self-similarity predicts the emergence of introspective coupling. While we found significant evidence supporting this hypothesis, we also found counter-evidence in Section D.2, and evidence that there may be additional factors in Section D.1. Future work should study the interaction between all factors and map out a fuller story of when coupling emerges. Our mechanistic story is incomplete. We began to form a mechanistic story of how the circuits used for object-level outputs and meta-level outputs overlap, and found supporting evidence for it. However, the story is far from complete. The asymmetry we find between the two patching signatures in Section C.2 is not explained. Future work could provide a more precise characterization of the âintrospection circuitâ and how the overlapping circuits function. Broader Impact Faithful introspection is a prerequisite for using model explanations as a tool for oversight of language models: if a modelâs verbalized rationales causally track its behavior, downstream users and auditors can use those rationales to anticipate, debug, and contest model decisions, including in safety-critical domains such as misalignment detection. While we hope introspection training can unlock self-explanations as an interface into model behavior, we believe it will remain complementary to extrospective interpretability tools such as probes, sparse autoencoders, and circuit discovery techniques, that perform a more rigorous, internally-grounded analysis into model behavior at a higher cost. Furthermore, it remains to be seen how self-explanations might interact with overall model alignment, and whether faithfulness survives if models become unaligned and learn to deceive or be dishonest. Overall, we believe that verifying causal coupling could be beneficial before treating model-generated explanations as evidence about the modelâs true decision-making process. 14 Guo et al.Introspective Coupling Acknowledgments This work was supported by the National Science Foundation through grant IIS-2238240, the IARPA BENGAL program, the DARPA AIQ program through CMO contract HR00112520025, and the MIT Generative AI Consortium. JA is supported by a Sloan Fellowship, and BZL is supported by a Clare Boothe Luce Fellowship. We thank Coefficient Giving (prev. Open Philanthropy) for partly providing compute funding through a grant issued in the Technical AI Safety RFP. We would like to thank Leshem Choshen, Riddhi Bhagwat, and Chris Ge for helpful feedback on drafts of this paper, and Itamar Pres for valuable discussions about this project. References Fazl Barez, Tung-Yu Wu, IvĂĄn Arcuschin, Michael Lan, Vincent Wang, Noah Siegel, Nicolas Collignon, Clement Neo, Isabelle Lee, Alasdair Paren, Adel Bibi, Robert Trager, Damiano Fornasiere, John Yan, Yanai Elazar, and Yoshua Bengio. Chain-of-thought is not explainability, 2025. URLhttps://aigi.ox.ac.uk/ wp-content/uploads/2025/07/Cot_Is_Not_Explainability.pdf. Preprint. Under review. Jan Betley, Xuchan Bao, MartĂn Soto, Anna Sztyber-Betley, James Chua, and Owain Evans. Tell me about yourself: LLMs are aware of their learned behaviors. In International Conference on Learning Representations, 2025a. URL https://openreview.net/forum?id=IjQ2Jtemzy. Jan Betley, Daniel Chee Hian Tan, Niels Warncke, Anna Sztyber-Betley, Xuchan Bao, MartĂn Soto, Nathan Labenz, and Owain Evans. Emergent misalignment: Narrow finetuning can produce broadly misaligned LLMs. In International Conference on Machine Learning, 2025b. URLhttps://openreview.net/forum?id= aOIJ2gVRWW. Felix Jedidja Binder, James Chua, Tomek Korbak, Henry Sleight, John Hughes, Robert Long, Ethan Perez, Miles Turpin, and Owain Evans. Looking inward: Language models can learn about themselves by introspection. In International Conference on Learning Representations, 2025. URLhttps://openreview.net/ forum?id=eb5pkwIB5i. Yanda Chen, Joe Benton, Ansh Radhakrishnan, Jonathan Uesato, Carson Denison, John Schulman, Arushi Somani, Peter Hase, Misha Wagner, Fabien Roger, Vlad Mikulik, Samuel R. Bowman, Jan Leike, Jared Kaplan, and Ethan Perez. Reasoning models donât always say what they think, 2025. URLhttps: //arxiv.org/abs/2505.05410. Myra Cheng, Sunny Yu, Cinoo Lee, Pranav Khadpe, Lujain Ibrahim, and Dan Jurafsky. ELEPHANT: Measur- ing and understanding social sycophancy in LLMs. In International Conference on Learning Representations, 2026. URL https://openreview.net/forum?id=igbRHKEiAs. Wei-Lin Chiang, Zhuohan Li, Zi Lin, Ying Sheng, Zhanghao Wu, Hao Zhang, Lianmin Zheng, Siyuan Zhuang, Yonghao Zhuang, Joseph E. Gonzalez, Ion Stoica, and Eric P. Xing. Vicuna: An open-source chatbot impressing GPT-4 with 90%* ChatGPT quality, March 2023. URLhttps://lmsys.org/blog/ 2023-03-30-vicuna/. Dami Choi, Vincent Huang, Sarah Schwettmann, and Jacob Steinhardt. Scalably extracting latent representa- tions of users. https://transluce.org/user-modeling, November 2025. Iulia M. Comsa and Murray Shanahan. Does it make sense to speak of introspection in large language models?, 2025. URL https://arxiv.org/abs/2506.05068. Kit Fraser-Taliente, Subhash Kantamneni, Euan Ong, Dan Mossing, Christina Lu, Paul C. Bogdan, Emmanuel Ameisen, James Chen, Dzmitry Kishylau, Adam Pearce, Julius Tarng, Alex Wu, Jeff Wu, Yang Zhang, Daniel M. Ziegler, Evan Hubinger, Joshua Batson, Jack Lindsey, Samuel Zimmerman, and Samuel Marks. 15 Guo et al.Introspective Coupling Natural language autoencoders produce unsupervised explanations of llm activations. Transformer Circuits Thread, 2026. URL https://transformer-circuits.pub/2026/nla/index.html. Leo Gao, Jonathan Tow, Baber Abbasi, Stella Biderman, Sid Black, Anthony DiPofi, Charles Foster, Laurence Golding, Jeffrey Hsu, Alain Le Noacâh, Haonan Li, Kyle McDonell, Niklas Muennighoff, Chris Ociepa, Jason Phang, Laria Reynolds, Hailey Schoelkopf, Aviya Skowron, Lintang Sutawika, Eric Tang, Anish Thite, Ben Wang, Kevin Wang, and Andy Zou. The language model evaluation harness, 07 2024. URL https://zenodo.org/records/12608602. Avichal Goel, Yoon Kim, Nir Shavit, and Tony T. Wang. Learning to interpret weight differences in language models, 2025. URL https://arxiv.org/abs/2510.05092. Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al- Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, et al. The Llama 3 herd of models, 2024. URL https://arxiv.org/abs/2407.21783. Melody Y. Guan, Miles Wang, Micah Carroll, Zehao Dou, Annie Y. Wei, Marcus Williams, Benjamin Arnav, Joost Huizinga, Ian Kivlichan, Mia Glaese, Jakub Pachocki, and Bowen Baker. Monitoring monitorability, 2025. URL https://arxiv.org/abs/2512.18311. Peter Hase and Christopher Potts. Counterfactual simulation training for chain-of-thought faithfulness, 2026. URL https://arxiv.org/abs/2602.20710. Vincent Huang, Dami Choi, Daniel D Johnson, Sarah Schwettmann, and Jacob Steinhardt. Predictive concept decoders: Training scalable end-to-end interpretability assistants, 2025. URLhttps://arxiv.org/abs/ 2512.15712. Lujain Ibrahim, Franziska Sofia Hafner, and Luc Rocher. Training language models to be warm can reduce accuracy and increase sycophancy. Nature, 652(8112):1159â1165, Apr 2026. ISSN 1476-4687. doi: 10.1038/s41586-026-10410-0. URL https://doi.org/10.1038/s41586-026-10410-0. Liwei Jiang, Kavel Rao, Seungju Han, Allyson Ettinger, Faeze Brahman, Sachin Kumar, Niloofar Mireshghal- lah, Ximing Lu, Maarten Sap, Yejin Choi, and Nouha Dziri. Wildteaming at scale: From in-the-wild jailbreaks to (adversarially) safer language models. In Advances in Neural Information Processing Systems, 2024. URL https://openreview.net/forum?id=n5R6TvBVcX. Manas Joglekar, Jeremy Chen, Gabriel Wu, Jason Yosinski, Jasmine Wang, Boaz Barak, and Amelia Glaese. Training LLMs for honesty via confessions, 2025. URL https://arxiv.org/abs/2512.08093. Adam Karvonen, James Chua, ClĂ©ment Dumas, Kit Fraser-Taliente, Subhash Kantamneni, Julian Minder, Euan Ong, Arnab Sen Sharma, Daniel Wen, Owain Evans, and Samuel Marks. Activation oracles: Training and evaluating llms as general-purpose activation explainers, 2026. URLhttps://arxiv.org/abs/2512. 15674. Tomek Korbak, Mikita Balesni, Elizabeth Barnes, Yoshua Bengio, Joe Benton, Joseph Bloom, Mark Chen, Alan Cooney, Allan Dafoe, Anca Dragan, Scott Emmons, Owain Evans, David Farhi, Ryan Greenblatt, Dan Hendrycks, Marius Hobbhahn, Evan Hubinger, Geoffrey Irving, Erik Jenner, Daniel Kokotajlo, Victoria Krakovna, Shane Legg, David Lindner, David Luan, Aleksander M Ìšadry, Julian Michael, Neel Nanda, Dave Orr, Jakub Pachocki, Ethan Perez, Mary Phuong, Fabien Roger, Joshua Saxe, Buck Shlegeris, MartĂn Soto, Eric Steinberger, Jasmine Wang, Wojciech Zaremba, Bowen Baker, Rohin Shah, and Vlad Mikulik. Chain of thought monitorability: A new and fragile opportunity for AI safety, 2025. URL https://arxiv.org/abs/2507.11473. Rudolf Laine, Bilal Chughtai, Jan Betley, Kaivalya Hariharan, Mikita Balesni, JĂ©rĂ©my Scheurer, Marius Hobbhahn, Alexander Meinke, and Owain Evans. Me, myself, and AI: The situational awareness dataset (SAD) for LLMs. In Advances in Neural Information Processing Systems Datasets and Benchmarks Track, 2024. URL https://openreview.net/forum?id=UnWhcpIyUC. 16 Guo et al.Introspective Coupling Tamera Lanham, Anna Chen, Ansh Radhakrishnan, Benoit Steiner, Carson Denison, Danny Hernandez, Dustin Li, Esin Durmus, Evan Hubinger, Jackson Kernion, Kamil Ì e LukoĆĄi Ì ut Ì e, Karina Nguyen, Newton Cheng, Nicholas Joseph, Nicholas Schiefer, Oliver Rausch, Robin Larson, Sam McCandlish, Sandipan Kundu, Saurav Kadavath, Shannon Yang, Thomas Henighan, Timothy Maxwell, Timothy Telleen-Lawton, Tristan Hume, Zac Hatfield-Dodds, Jared Kaplan, Jan Brauner, Samuel R. Bowman, and Ethan Perez. Measuring faithfulness in chain-of-thought reasoning, 2023. URL https://arxiv.org/abs/2307.13702. Harvey Lederman and Kyle Mahowald. Emergent introspection in AI is content-agnostic, 2026. URL https://arxiv.org/abs/2603.05414. Belinda Z. Li, Zifan Carl Guo, Vincent Huang, Jacob Steinhardt, and Jacob Andreas. Training language models to explain their own computations, 2025a. URL https://arxiv.org/abs/2511.08579. Chloe Li, Mary Phuong, and Daniel Tan. Spilling the beans: Teaching LLMs to self-report their hidden objectives. In International Conference on Learning Representations, 2026. URLhttps://openreview.net/ forum?id=sWs0cCuM8I. Millicent Li, Alberto Mario Ceballos Arroyo, Giordano Rogers, Naomi Saphra, and Byron C Wallace. Do natural language descriptions of model activations convey privileged information?In Mechanistic Interpretability Workshop at NeurIPS 2025, 2025b. URL https://openreview.net/forum?id=zyhibAkzSA. Jack Lindsey. Emergent introspective awareness in large language models. Transformer Circuits Thread, 2025. URL https://transformer-circuits.pub/2025/introspection/index.html. Uzay Macar, Li Yang, Atticus Wang, Peter Wallich, Emmanuel Ameisen, and Jack Lindsey. Mechanisms of introspective awareness, 2026. URL https://arxiv.org/abs/2603.21396. Andreas Madsen, Sarath Chandar, and Siva Reddy. Are self-explanations from large language models faithful? In Findings of the Association for Computational Linguistics, ACL 2024, Bangkok, Thailand and virtual meeting, August 11-16, 2024, volume ACL 2024 of Findings of ACL, pages 295â337. Association for Computational Linguistics, 2024. doi: 10.18653/V1/2024.FINDINGS-ACL.19. URLhttps://doi.org/10. 18653/v1/2024.findings-acl.19. Harry Mayne, Justin Singh Kang, Dewi Sid William Gould, Kannan Ramchandran, Adam Mahdi, and Noah Y. Siegel. A positive case for faithfulness: LLM self-explanations help predict model behavior. In ICLR 2026 Workshop on Principled Design for Trustworthy AI - Interpretability, Robustness, and Safety across Modalities, 2026. URL https://openreview.net/forum?id=xBmdoFmmFS. Jack Merullo, Carsten Eickhoff, and Ellie Pavlick. Circuit component reuse across tasks in transformer language models. In International Conference on Learning Representations, 2024. URLhttps://openreview. net/forum?id=fpoAYV6Wsk. Alexander Pan, Lijie Chen, and Jacob Steinhardt. LatentQA: Teaching LLMs to decode activations into natural language. In International Conference on Learning Representations, 2026. URLhttps://openreview. net/forum?id=niUroX9EOd. Theia Pearson-Vogel, Martin Vanek, Raymond Douglas, and Jan Kulveit. Latent introspection: Models can detect prior concept injections, 2026. URL https://arxiv.org/abs/2602.20031. Guilherme Penedo, Hynek KydlĂËcek, Loubna Ben allal, Anton Lozhkov, Margaret Mitchell, Colin Raffel, Leandro Von Werra, and Thomas Wolf. The fineweb datasets: Decanting the web for the finest text data at scale. In Advances in Neural Information Processing Systems Datasets and Benchmarks Track, 2024. URL https://openreview.net/forum?id=n6SCkn2QaG. Dillon Plunkett, Adam Morris, Keerthi Reddy, and Jorge Morales. Self-interpretability: Llms can describe complex internal processes that drive their decisions, 2025. URL https://arxiv.org/abs/2505.17120. 17 Guo et al.Introspective Coupling Itamar Pres, Belinda Z. Li, Laura Ruis, Zifan Carl Guo, Keya Hu, Mehul Damani, Isha Puri, Ekdeep Singh Lubana, and Jacob Andreas. Position: Itâs time to optimize for self-consistency. In International Conference on Machine Learning Position Paper Track, 2026. URL https://time-for-consistency.github.io/. Mrinank Sharma, Meg Tong, Tomasz Korbak, David Duvenaud, Amanda Askell, Samuel R. Bowman, Esin DURMUS, Zac Hatfield-Dodds, Scott R Johnston, Shauna M Kravec, Timothy Maxwell, Sam McCandlish, Kamal Ndousse, Oliver Rausch, Nicholas Schiefer, Da Yan, Miranda Zhang, and Ethan Perez. Towards understanding sycophancy in language models. In International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=tvhaxkMKAn. Keshav Shenoy, Li Yang, Abhay Sheshadri, Sören Mindermann, Jack Lindsey, Sam Marks, and Rowan Wang. Introspection adapters: Training llms to report their learned behaviors, 2026. URLhttps://arxiv.org/ abs/2604.16812. Abhay Sheshadri, Aidan Ewart, Phillip Huang Guo, Aengus Lynch, Cindy Wu, Vivek Hebbar, Henry Sleight, Asa Cooper Stickland, Ethan Perez, Dylan Hadfield-Menell, and Stephen Casper. Latent adversarial training improves robustness to persistent harmful behaviors in LLMs. In International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=wI5uHZLeCZ. Shashwat Singh, Tal Linzen, and Shauli Ravfogel. Can llms introspect? a reality check, 2026. URLhttps: //arxiv.org/abs/2605.26242. Siyuan Song, Jennifer Hu, and Kyle Mahowald. Language models fail to introspect about their knowledge of language. In Conference on Language Modeling, 2025. URLhttps://openreview.net/forum?id=AivRDOFi5H. Siyuan Song, Harvey Lederman, Jennifer Hu, and Kyle Mahowald. Privileged self-access matters for introspection in AI. In ICML 2026 Workshop: Philosophy Meets Machine Learning, 2026. URLhttps: //openreview.net/forum?id=ZcqCJHOWAA. Miles Turpin, Julian Michael, Ethan Perez, and Samuel R. Bowman. Language models donât always say what they think: Unfaithful explanations in chain-of-thought prompting. In Advances in Neural Information Processing Systems, 2023. URL https://openreview.net/forum?id=bzs4uPLXvi. Kevin Ro Wang, Alexandre Variengien, Arthur Conmy, Buck Shlegeris, and Jacob Steinhardt. Interpretability in the wild: a circuit for indirect object identification in GPT-2 small. In International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=NpsVSN6o4ul. Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, brian ichter, Fei Xia, Ed H. Chi, Quoc V Le, and Denny Zhou. Chain of thought prompting elicits reasoning in large language models. In Advances in Neural Information Processing Systems, 2022. URL https://openreview.net/forum?id=_VjQlMeSB_J. Jerry Wei, Da Huang, Yifeng Lu, Denny Zhou, and Quoc V. Le. Simple synthetic data reduces sycophancy in large language models, 2024. URL https://arxiv.org/abs/2308.03958. An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, Chujie Zheng, Dayiheng Liu, Fan Zhou, Fei Huang, Feng Hu, Hao Ge, et al. Qwen3 technical report, 2025. URL https://arxiv.org/abs/2505.09388. Zhehao Zhang, Weijie Xu, Fanyou Wu, and Chandan K. Reddy. Falsereject: A resource for improving contextual safety and mitigating over-refusals in LLMs via structured reasoning. In Conference on Language Modeling, 2025. URL https://openreview.net/forum?id=1w9Hay7tvm. Wenting Zhao, Xiang Ren, Jack Hessel, Claire Cardie, Yejin Choi, and Yuntian Deng. Wildchat: 1m chatGPT interaction logs in the wild. In International Conference on Learning Representations, 2024. URLhttps: //openreview.net/forum?id=Bl8u7ZRlbM. 18 Guo et al.Introspective Coupling Ziqian Zhong. Spontaneous introspection in output tampering. LessWrong, April 2026. URLhttps:// w.lesswrong.com/posts/yAR6uMdSaBjkbJ4u9/spontaneous-introspection-in-output-tampering. Ac- cessed: 2026-05-06. 19 Guo et al.Introspective Coupling A Self > Orig Emergence over the Course of Training We track when introspective coupling emerges over the course of training and conversely, when self- and original-explanation may decouple in models that donât exhibit coupling. At every training batch, we record three quantities: (i) on behavior data, whetherB(M)matches the training labelB(M 0 )(blue lines); (i) on the explanation task, whetherMâs predicted explanation matches the training labelE(M 0 )(pink line); and (i) on the explanation task, whetherMâs predicted explanation matches the explanationE(M)constructed from the modelâs own current behavior (dark red line). We smooth each per-batch series with a time-weighted exponential moving average 11 and report the resulting curves forM unreg andM reg in Figure 9(a) and (b), respectively, with panel (c) plotting the normalized self-minus-orig explanation delta for both models. (a) Without regularization,B(M)drifts sharply fromB(M 0 )within the first 1000 stepsâalmost entirely on the cue-included answer. On the explanation side, the self-vs-orig gap widens following the behavioral drift. (b) With regularization,M reg âs self- and orig-explanation curves remain tightly coupled throughout training, with self-explanation gradually pulling ahead. 010002000300040005000 Training step 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Match rate (a) No KL regularization Self < Orig Cue-included behavior match Cue-removed behavior match Orig explanation Self explanation 010002000300040005000 Training step Time-weighted EMA of per-batch matches (= 0.99) (b) With KL regularization Self > Orig 010002000300040005000 Training step 0.6 0.4 0.2 0.0 0.2 0.4 (Self Orig) / behavior gap (c) Coupling: (SelfOrig) / behavior gap No KL regularization With KL regularization HINT-MMLU training dynamics (Qwen3-8B): emergence of the Self > Orig explanation gap Figure 9: Training dynamics of Qwen3-8B on HINT-MMLU. (a) No regularization on behavior vs. (b) with KL regularization. We plot time-weighted exponential moving average withα =0.99 of the corresponding per-batch metric. Blue lines plot the two behavioral drift metrics, and the two explanation lines match explanation against the modelâs own behavior labels (purple) and against the originalM 0 labels (pink). (c) the per-step ratio of explanation (Selfâ Orig) / behavior gap. Behavior gap measures the total per-step behavior disagreement againstM 0 , and the whole metric measures the amount of disagreeing data that self-explanation uniquely recovers. B Additional Metrics and Evaluations for Introspective Coupling (§3) B.1 Fine-grained metrics In the main paper, we evaluate the modelâs explanation on one main metric, the Explanation Exact Match (EM). We provide more fine-grained metrics to supplement here. For each example(x,C), let Ë e⌠M(·| q) be the modelâs predicted explanation. Recall that Ë e consists of two components: the is-changed status (âThe response [would/would not] change...â) and the content of the change (â...to <M(x )>â). We check each component separately: âą is-changed match: We check whether Ë eâs is-changed prediction matches the modelâs is-changed behavior under cue ablation, i.e. whether it matches1[ B(M)(x)Ìž= B(M)(x ) ]. Because the is-changed label count may be asymmetric, we evaluate Changed F1 and Unchanged F1 separately. 11 Following WandBâs line-plot smoothing implementation; seehttps://docs.wandb.ai/guides/app/features/panels/line-plot/ smoothing/. 20 Guo et al.Introspective Coupling âącontent match: We check whether the Ë e âs content prediction is correct, i.e. whether it matchesB(M)(x ). B.2 Do model behaviors shift to become easier to explain? Ruling out trivial distribution collapse. The explanation evaluation for all the metrics can be seen in Figure 10. Behavior panel (a; left) shows that self-behavior drifts away from the original distribution but does not collapse onto a single mode: each behavior category retains roughly the same share as under M 0 . 12 The Explanation panel (a; right) shows that the explanation quality is better for all four metrics on self (Exact Match, Content Match, Change F1, and Unchange F1), not just exact match. Crucially, Change F1 and Unchange F1 are both high (>88%) againstE(M reg ), so the explainer is making genuine bidirectional changed-vs-unchanged predictions. This rules out the possibility that behavior was aligned to a lopsided distribution and thatM reg verbalizes that one trivial label â a degenerate self-introspector that always says âunchangedâ would have one F1 at zero. Agreement Orig Self 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Behavior 81.0% 8.9% 12.2% 14.9% 14.3% 13.2% 14.1% 11.6% 10.9% 8.4% 9.7% 12.8% 12.0% 13.5% 14.7% 14.7% 14.1% Exact MatchContent MatchChange F1Unchange F1 Explanation 74.4% 78.5% 74.4% 14.0% 88.4% 75.8% 11.2% 87.0% 75.8% 15.7% 91.5% 85.1% 92.4% 81.3% 88.9% Agreement subset Disagreement subset Agreement Behavior 80.9% Exact Match 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Explanation 74.9% 78.5% 74.9% 14.7% 89.6% (a) M reg : trained on base model M 0 's explanations (b) M (2) reg : trained on M reg 's explanations HINT-MMLU: self > orig persists across iterations of explanation training unchanged A unchanged B unchanged C unchanged D change A change B change C change D Orig (M reg M 0 )Self (M reg M reg ) Orig (M (2) reg M reg )Self (M (2) reg M (2) reg ) Figure 10: (a) Regularized explainerM reg trained onM 0 âs explanations. Behavior breakdown shows the distribution of 8-label breakdown forB(M 0 ), and that it doesnât drift into a degenerate case. Four explanation metrics (Exact Match, Content Match, Change F1, Unchange F1) all show the Self>Orig gap. (b) External explainer baselineM (2) reg : base Qwen3-8B trained onE(M reg ). This graph validates thatE(M reg )is not necessarily an easier distribution to learn than E(M 0 ) and thatM reg models itself better than an external explainer likeM (2) reg . IsE(M reg )easier for any explainer to learn? Perhaps the modelM reg âs behavior did not drift to be degenerate, but it could drift into a distribution that is easier for any external explainer model to learn, rather than requiring introspection. We verify that this is not the case by training another model on M reg âs explanations and behaviors, which we callM (2) reg = M[B(M reg ),E(M reg )]. In practice, this model is initialized fromM 0 . This model simulates an external model to learn the (potentially easier) new distribution. We find that: 1. In Figure 10,M (2) reg explainingM reg (orange bar in (b)) is not better thanM reg explainingM 0 (orange bar in (a)) â both are 78.5% â meaning that E(M reg ) is not an easier distribution to learn. 2. M (2) reg explainingM reg (orange bar in (b)) is worse thanM reg explainingM reg (blue bar in (a)), meaning that the self-explainer is better than an external explainer. 12 The one caveat is asymmetric coverage: categories absent from theM 0 distribution remain absent under self as well, but no category present in the original distribution disappears under the self-distribution. 21 Guo et al.Introspective Coupling 3.More surprisingly, forM (2) reg , Self > Orig persists, i.e.M (2) reg âs predicted explanations matchE(M (2) reg ) (blue bar in (b)) better than E(M reg ) for this new model (orange bar in (b)). Thus,M reg âs behavior has not shifted to become easier to learn; rather,M reg indeed appears to have a specific advantage at explaining its own current behavior. B.3 Untrained baseline Hint MMLUAITARefusal 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Explanation EM 17.6% 18.2% 14.4% Untrained baseline (M 0 M 0 ) Figure 11:Untrained few-shot baseline (M 0 âM 0 ) Explanation EM on each of the three tasks.The few-shot prompted base model reaches only 14â18%, showing that self-explanation emerges only after explanation training. Following [Li et al., 2025a], we evaluate an âuntrained base- lineâ to see how well these small models can do explanation out-of-the-box without any explanation training, by directly prompting the base modelM 0 with few-shot learning. The re- sult is shown in Figure 11. Across all three tasks the untrained few-shot baseline reaches only 14â18% Explanation EM, far below the trained explainer, establishing that self-explanation is not a native capability ofM 0 . B.4 AITA Data and Results We check whether the Self > Orig result generalizes to another sycophancy dataset, AITA [Cheng et al., 2026]. Here, training data is derived fromhttps://huggingface. co/datasets/OsamaBsher/AITA-Reddit-Dataset . This is con- verted into the same hint-styleC-ablation format used else- where in the paper. The cueCbeing ablated is a single system prompt prepended to each Reddit post: AITA system prompt (ablated as C) Read the following situation in a post on Reddit and determine if the person is the asshole. Figure 12 shows (a) the dataset statistics and (b) the results with detailed metrics of a model explanation- trained in this domain. Note that the test set is balanced over the uncued-condition NTA/YTA verdict, rather than the change/unchange verdict. From (b), we find Self > Orig in this domain on all four metrics. In addition, the fine-grained metrics show that on Orig, Change F1 is substantially lower than Unchange F1, while on Self, both F1s are similarly high. B.5 Refusal Data and Results We also check whether the Self > Orig result generalizes to explaining when the model will refuse, and specifically under which roleplaying system prompts. We use GPT-5 to generate roleplay system prompts in the following style, which push the assistant towards greater refusal or compliance: Refusal explanation system prompt to push towards refusal This user is an assistant for a childrenâs after-school homework program. Refusal explanation system prompt to push towards compliance This user is a certified sex-ed teacher developing materials for an adult health literacy program. 22 Guo et al.Introspective Coupling Agreement Orig Self 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Behavior 62.2% 48.2% 25.5% 23.8% 28.6% 20.4% 11.3% 39.6% (a) Behavior unchanged NTAunchanged YTAchange NTAchange YTA Exact MatchContent MatchChange F1Unchange F1 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Explanation 54.3% 58.4% 54.3% 31.1% 85.3% 58.6% 18.1% 76.7% 58.6% 34.9% 93.5% 51.5% 86.4% 67.3% 85.0% (b) Explanation Orig (M reg M 0 ) Self (M reg M reg ) Agreement subset Disagreement subset AITA: self > orig across all explanation metrics Figure 12: AITAM reg detailed metrics. Behavior change rate (a) and four explanation-quality metrics (b) for the explainer trained on the original targetâs labels (orange) vs. on self labels (blue). Each explanation bar is decomposed into the agreement-subset matched baseline (gray) and the disagreement-subset gain (solid). Agreement Orig Self 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Behavior 76.8% 26.9% 45.8% 25.4% 34.8% 38.0% 25.9% (a) Behavior unchanged compliance unchanged refusal change compliance change refusal Exact MatchContent MatchChange F1Unchange F1 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Explanation 60.9% 5.0% 65.9% 60.9% 14.5% 75.4% 67.5% 10.9% 78.4% 67.5% 19.0% 86.6% 48.2% 59.9% 79.5% 82.9% (b) Explanation Orig (M reg M 0 ) Self (M reg M reg ) Agreement subset Disagreement subset Refusal (WildJailbreak & FalseReject): self > orig across all explanation metrics Figure 13: Refusal Explanation with Behavioral Regularization. Behavior change rate (a) and four explanation-quality metrics (b) for the explainer trained on orig vs self labels. Self > Orig on all metrics. 23 Guo et al.Introspective Coupling Figure 13 shows (a) the dataset statistics and (b) the results of a model explanation-trained in this domain. Because alignment post-training makes refusal behavior highly stable across system prompts, examples in which the system-prompt intervention flips a response to refusal are extremely rare in our training data. We see from (a) that thechange â refusalcategory occupies a tiny sliver of the dataset, and thus the explainer never learns to output this label. Broadly, one limitation of our approach is that it requires counterfactual training data with sufficient behavioral variation.From (b), we see that Self > Orig generalizes to this domain on all four metrics. Agreement Is Changed 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Behavior 66.8% 61.5% 67.4% (a) Behavior Exact MatchContent MatchChange F1Unchange F1 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Explanation 68.1% 87.7% 75.9% 91.1% 84.4% 93.6% 71.7% 86.8% (b) Explanation Llama-3.1-8B-Instruct HINT-MMLU: self > orig across all explanation metrics Orig (M Llama reg M Llama 0 )Self (M Llama reg M Llama reg ) Agreement subsetDisagreement subset Agreement Is Changed 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Behavior 86.2% 43.5% 41.4% (a) Behavior Exact MatchContent MatchChange F1Unchange F1 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Explanation 83.5% 87.7% 92.5% 95.4% 85.5% 87.8% 87.7% 90.0% (b) Explanation Qwen3-32B LoRA HINT-MMLU: self > orig across all explanation metrics Orig (M reg M 0 )Self (M reg M reg ) Agreement subsetDisagreement subset Figure 14: Top: Llama-3.1-8B-Instruct trained and regularized on HINT-MMLU. Self > Orig on every explanation metric. Bottom: Qwen3-32B trained and regularized on HINT-MMLU (LoRAr = α =128). Self > Orig on every explanation metric. B.6 HINT-MMLU with Other Models To check that the Self>Orig phenomenon is not Qwen3-8B-specific and that it has potential to scale, we replicate the mainM reg Self > Orig results on Llama-3.1-8B-Instruct [Grattafiori et al., 2024] and Qwen3- 32B [Yang et al., 2025]. At 32B parameters, full fine-tuning is prohibitive, so we use LoRA (r = α =128) 24 Guo et al.Introspective Coupling training rather than full fine-tuning. The full metrics decomposition is shown in Figure 14; again we observe Self > Orig across all explanation metrics for both models. 25 Guo et al.Introspective Coupling C Additional Interpretability Results (§3.3) C.1 M unreg andM 0 baseline Figure 3 establishes that for regularizedM reg , interventions that cause changes in the cue-included answer are correlated with those causing changes in the explanation as well. Figure 15a reports the same analysis on the modelM unreg trained without direct behavioral regularization. We show that the correlation is less salient with Pearsonr =0.53. Figure 15b shows that the base modelM 0 produces no correlation between the behavior and explanation at all, with Pearson r = 0.20. 0.00.20.40.6 Cue-included match mean normalized logit diff 0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 Explanation mean normalized logit diff Activation patching correlation | M unreg n=864, r=0.527 OLS fit: y = 1.95x0.008 (a)M unreg baseline counterpart to Figure 3: same per-(layer, token) scatter of mean normalized logit-diffs, with both inter- vention directions overlaid (circles for ChangeâUnchange, triangles for UnchangeâChange).Per-directionr = 0.48/0.58; combinedr =0.53. Removing regularization roughly halves the Pearson correlation between behavior and explanation logit-diffs. 0.20.10.00.10.2 Cue-included match mean normalized logit diff 0.2 0.1 0.0 0.1 0.2 Explanation mean normalized logit diff Activation patching correlation | M 0 n=864, r=0.196 OLS fit: y = 0.31x0.000 (b)M 0 baseline counterpart to Figure 3: same per-(layer, token) scatter of mean normalized logit-diffs.M 0 without explanation training has no correlation at all. Per-direction r = 0.195/0.237; combined r = 0.196. C.2 Correlation between cue-ablated behavior and explanation Section 3.3 reports the correlation between the explanation logit-diff and the cue-included answer-letter logit- diff as the object-level behavior. Here we run the same patching analysis with the cue-ablated answer-letter logit-diff as the object-level behavior. For every patched run, we ask whether the shift in the modelâs answer to the cue-ablated input correlates with its explanation. The patching prompt pairs are identical to the main setup, but the intervention positions are no longer at the cue region, because the cue is no longer present in the cue-ablated inputs. Instead, we choose to patch in the last 10 tokens of the prompts. Note that this setup is noisier because the tokens we patch are not shared between the two prompts. Figure 16 shows that the correlation story is more complex. On the top, we notice that the patching results are asymmetric, so we report the two patching directions separately. (Top left) When we patch activations from a prompt whose explanation is âchangeâ into a prompt whose explanation is âunchange,â the resulting shift in cue-ablated answer is positively correlated with shift in explanations. (Top right) In the reverse directionâpatching from an âunchangeâ prompt into a âchangeâ promptâshifts in behaviors do not induce shifts in explanations. The reason behind this asymmetry remains to be explored. 26 Guo et al.Introspective Coupling Furthermore, the absolute normalized logit difference (NLD) for either direction is visibly smaller than that of the cue-included studies in Figure 3, with a maximumNLD â0.2 vs.â0.4 for the cue-included behavior. This is consistent with the cue-ablated setup being noisier, since the patched token spans are not shared across the paired prompts. By comparison, theM unreg baseline (bottom) has no significant correlation in either direction. 0.050.000.050.100.150.20 Cue-ablated match mean normalized logit diff 0.05 0.00 0.05 0.10 0.15 0.20 Explanation mean normalized logit diff Activation patching correlation | M reg Change Unchange (n=360, r=0.716) OLS fit: y = 0.86x + 0.014 (a)M reg , ChangeâUnchange subset. Pearson r = +0.72. 0.20.10.00.10.20.3 Cue-ablated match mean normalized logit diff 0.2 0.1 0.0 0.1 0.2 0.3 Explanation mean normalized logit diff Activation patching correlation | M reg Unchange Change (n=360, r=-0.041) OLS fit: y =0.02x + 0.027 (b)M reg , UnchangeâChange subset. Pearson r =â0.04. 0.10.00.10.2 Cue-ablated match mean normalized logit diff 0.15 0.10 0.05 0.00 0.05 0.10 0.15 0.20 Explanation mean normalized logit diff Activation patching correlation | M unreg Change Unchange (n=360, r=0.006) OLS fit: y = 0.01x + 0.004 (c)M unreg , ChangeâUnchange subset. Pearson r = +0.01. 0.20.10.00.10.20.3 Cue-ablated match mean normalized logit diff 0.2 0.1 0.0 0.1 0.2 0.3 Explanation mean normalized logit diff Activation patching correlation | M unreg Unchange Change (n=360, r=-0.303) OLS fit: y =0.96x + 0.018 (d)M unreg , UnchangeâChange subset. Pearson r =â0.30. Figure 16: Per-direction (subset) breakdown of the correlation study between cue-ablated answer and explanation. Panels (a, b): regularizedM reg . Panels (c, d): no-regularization baselineM unreg . Only the ChangeâUnchange subset is whereM reg shows a meaningful correlation. 27 Guo et al.Introspective Coupling D Additional Details on When Introspective Coupling Emerges (§4) D.1 Only Higher-Rank LoRA Recovers Self > Orig We defaulted to using full-finetuning (FFT) in the main paper as it induced a larger behavioral shift enabling us to investigate the Self > Orig gap. However, here, we investigate the effect of LoRA training, and specifically the effect of LoRA rank r. We focus on the HINT-MMLU task. We sweep alongr â 32, 64, 80, 96, 128, 256, holdingα = r, and report the (a) Behavior EM and (b) Explanation EM in Figure 17. From (a), we see that regardless of LoRA rank, behavioral EM always drifts, although to a lesser extent than full fine-tuning (Figure 2). From (b), we find that only sufficiently high-rank LoRA adapters can recover the Self > Orig effect. Therefore, the low-rank LoRA adaptersâ inability to elicit Self > Orig phenomenon cannot simply be attributed to the fact that they donât drift as much, indicating that online label-self similarity (our core hypothesized factor in Section 4) is not the only factor contributing to the emergence of introspective coupling; future work can investigate the interplay between various factors. 0% 25% 50% 75% 100% 93.8% 91.1% 89.5% 92.3% 90.4% 86.4% (a) Behavior EM 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% 77.3% 75.6% Self < Orig (-1.6p) 82.6% 81.5% Self < Orig (-1.1p) 83.9% 83.6% Self < Orig (-0.4p) 84.0% 86.6% Self > Orig (+2.6p) 83.9% 87.4% Self > Orig (+3.5p) 79.0% 84.9% Self > Orig (+5.9p) r == 32r == 64r == 80r == 96r == 128r == 256 Qwen3-8B (b) Explanation EM KL-regularized LoRA hint sweep Behavior EMExplanation EM (Orig)Explanation EM (Self) Figure 17: KL-regularized LoRA rank sweep on HINT-MMLU,α = r. For eachr, we plot Behavior EM (blue) and Explanation EM scored against orig-labels (light pink) and self-labels (dark pink). The self > orig gap is absent or slightly negative for r †80, opens at r = 96, and widens monotonically through r = 256. D.2 Higher Learning Rate Can Widen The Self > Orig Gap The main paper useslr =1Ă10 â5 , which we find to give the best absolute Explanation EM in general. Here we measure how the learning rate affects the emergence of the Self > Orig gap. We sweep six different learning rates ranging from 1Ă10 â4 to 5Ă10 â6 and plot the Behavioral and Explanation EM in Figure 18. We find that as learning rate increases (right to left), the absolute explanation EM drops on both Orig and Self labels, but it drops more quickly for Orig than Self and widens the Self > Orig gap. We find that behavior EM also decreases with higher LR, and roughly matches Orig Explanation EM. Counter-evidence to online Label-Self similarity hypothesis. The LR sweep is the one experiment in this paper that presents counter-evidence to the hypothesis explored in Section 4 â that online Label-Self 28 Guo et al.Introspective Coupling similarity governs when introspective coupling emerges. At very large learning rates the trained model drifts off base significantly â meaning that the current model (Self) is extremely dissimilar from the initial model that generated the explanation labels (Label) â and yet Self>Orig gap does not disappear, but in fact grows. We flag this result as an open problem: we hypothesize that multiple factors, including LR and label-self similarity, interact in competing ways to influence the emergence of introspective coupling. Potentially a large LR encourages the explanation circuit to re-route through the modelâs existing behavioral circuitry (independent of behavioral drift magnitude); future work can explore these factors empirically. 0% 25% 50% 75% 100% 23.0% 33.0% 52.4% 68.0% 81.0% 91.1% (a) Behavior EM 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% 24.7% 61.5% Self > Orig (+36.8p) 34.7% 64.7% Self > Orig (+30.0p) 50.1% 82.8% Self > Orig (+32.7p) 65.8% 87.5% Self > Orig (+21.7p) 81.8% 90.4% Self > Orig (+8.6p) 82.4% 86.0% Self > Orig (+3.6p) 1Ă10 4 7.5Ă10 5 5Ă10 5 2.5Ă10 5 1Ă10 5 5Ă10 6 Qwen3-8B full FT (b) Explanation EM Hint-task LR sweep Behavior EMExplanation EM (Orig)Explanation EM (Self) Figure 18: LR sweep on HINT-MMLU plotted with learning rate decreasing left-to-right. For each learning rate, we plot Behavior EM (blue) and Explanation EM scored against orig labels (light pink) and self labels (dark pink). Self>Orig is absent at lr = 5eâ6 and continues to widen as the learning rate rises and the model drifts further from base. 29 Guo et al.Introspective Coupling E Additional Details for Auxiliary Training Generalization (§5) E.1 Jabberwocky Dataset Details and Additional Results (§5.1) We show an example of Jabberwocky ânonsensical scienceâ data below: Jabberwocky data example According to the Lomar schema for cataloging pseudoalloy microphases, which microphase label is assigned to the sorvian crystal specimen? Choices: A. Rulven-di, B. Shenqa-no, C. Tilmare-zi D. Zavrek-ka Correct Answer: C. Tilmare-zi Detailed Metrics. We now show the detailed metrics of the Jabberwocky training on held-out sets of HINT-MMLU and JabberwockyJ train where we train behaviors only and not explanations. In Figure 19, we show 6 metrics: cue-included and cue-ablated match for behavior EM, and Exact Match, Content Match, Change F1, and Unchange F1 for explanation. On every metric, for the HINT-MMLU evaluation, Self > Orig persists. On the JabberwockyJ train set, the accuracy on every metric is high, indicating proper generalization. Cue-included match Exact Cue-ablated match Exact Explanation Exact Explanation Semantic Match Explanation Change F1 Explanation Unchange F1 50% 55% 60% 65% 70% 75% 80% 85% 90% 95% 100% Score 82.6% 69.8% 55.9% 69.0% 71.5% 66.2% 99.6% 99.0% 83.8% 88.8% 89.1% 84.2% 95.5% 98.0% 90.5% 98.1% 87.4% 92.2% D: explanation-training dataset (Hint-MMLU) A: auxiliary corpus (Jabberwocky J train ) Eval = Hint-MMLU: Orig (M aux M 0 ) Eval = Hint-MMLU: Self (M aux M aux ) Eval = J train (M aux ) Hatched = behavior; solid = explanation Detailed Metrics for training in Jabberwocky behaviors Figure 19: Full six-metric breakdown for Jabberwocky mixed training, a more detailed version of Figure 7.M aux is trained with explanation supervision on Hint-MMLU plus behavior-only training onJ train , then evaluated on held-out HINT-MMLU and J train . Self > Orig persists on every HINT-MMLU evaluation, and the J train accuracy is also high. Generalization to model behaviors never seen in training.We evaluateM aux âs introspection ability after training onJ train on a held-out Jabberwocky setJ test that the model has never seen in training. Figure 20 shows the behavioral distribution of base modelM 0 and Jabberwocky-trained modelM aux in panel (a), whereM 0 has a bias to choose C andM aux is approximately uniform. In panel (b), despite the models deferring to the hint forJ test , which is by construction nonsensical and has no ground truth, there is a 25% chance that the hint coincides with the original answer because the hint is randomly selected from the 4 options, and, thus, the âFlippedâ rate is lower at around 75%. In panel (c), we show that the ability to distinguish between âFlippedâ and ânon-Flippedâ is non-trivial, despite the seemingly simple behavioral distribution:M 0 is not able to do so under few-shot prompting, as indicated by the poor Unchange F1 score, whileM aux can after training. Meanwhile, because the format of the Semantic Match is to output the original answer without hint,M 0 confuses the template and outputs the hint answer instead, causing it to have a 23.8% Semantic Match. 30 Guo et al.Introspective Coupling Overall, these results show that (1) the trained modelâs distribution has not become degenerate (panel a), and (2) Change and Unchange F1 are both high, indicating that the trained modelâs prediction also has not become degenerate. Thus, we can conclude that the model has learned a non-trivial distribution and its high accuracy is not merely due to a learned heuristic. ABCD No-hint answer 0% 20% 40% 60% Frequency (%) 3% 27% 63% 7% 28% 21% 25% 26% (a) No-hint answer distribution uniform (25%) Semantic matchChange F1Unchange F1 0% 20% 40% 60% 80% 100% Score 23.8% 86.2% 0.0% 84.2% 88.4% 60.1% (c) Explanation metrics FlippedUnchangedFollowed hint 0% 25% 50% 75% 100% Share of rows 76.3% 23.7% 100.0% 68.9% 31.1% 95.2% (b) Behavioral split Jabberwocky-test (J test ): behavior breakdown and explanation metrics M 0 (base, zero-shot) M aux Figure 20: Jabberwocky-testJ test detailed behavior and explanation metrics forM 0 andM aux . (a): no-hint A/B/C/D answer distribution, showing that the trainedM aux behavioral distribution is near uniform and not degenerate. (b): distributions of the two models under hint. As the questions are nonsensical, the model defers to the hint. (c): detailed explanation metrics of the two models: semantic match, Change F1, and Unchange F1. The trainedM aux is able to distinguish between the cases when the hint is the same as the underlying answer, requiring read-off of its own behavior. E.2 Behavioral Drift Dataset Details (§5.2) Warm & Empathetic Assistant Response.Following Ibrahim et al. [2026], we procure a corpus of ShareGPT- Vicuna user assistant conversations [Chiang et al., 2023] and perform rewrites by an LLM (GPT-4o) to make the prompt more warm and empathetic. We then mix this data in on top of HINT-MMLU explanation training. Direct Refusal Training.We procure a corpus of harmful requests and direct refusal responses fromhttps: //huggingface.co/datasets/LLM-LAT/harmful-dataset[Sheshadri et al., 2025]. Notably, direct refusal is a different type of behavior than that of typical Qwen3-8B, as it tends to refuse indirectly and provides a long-winded justification. It tends to not refuse explicitly, like âIâm sorry, but I cannot provide assistance with this request.â We train on this corpus of direct refusal training which influences the modelâs standard refusal behavior, and check if the model can still introspect on when it refuses. 31 Guo et al.Introspective Coupling E.3 Are General Capabilities Still Preserved? To check that performing explanation training alongside general post-training pipelines does not erode gen- eral capabilities, we evaluateM 0 against twoM aux models on a general suite fromlm-evaluation-harness[Gao et al., 2024]: the firstM aux model is trained withD =Hint-MMLU,A =WildChat and the second is trained withD =Refusal Explanation,A =FineWeb. Table 2 reports absolute accuracy (%) and the delta against M 0 . We see that in aggregate, degradation is mild (withinâŒ2 p on most tasks); GSM8K and TruthfulQA MC2 drop more significantly, byâŒ5 p, for the second model. Table 2:lm-evaluation-harnessaccuracies (%) forM 0 and two trained variants on Qwen3-8B: one model withD = Hint-MMLU,A =WildChat and another withD =Refusal Explanation,A =FineWeb. Deltas in parentheses are computed againstM 0 . TaskM 0 (base) hint_wildchat (M reg ) fineweb_reg01 ARC-Challenge55.4657.76 (+2.30)55.80 (+0.34) HellaSwag57.1157.41 (+0.30)56.80 (â0.31) Winogrande68.1171.35 (+3.24)72.22 (+4.11) MMLU (avg)73.0272.28 (â0.74)72.72 (â0.30) humanities64.1262.81 (â1.31)62.76 (â1.36) social sciences83.0482.16 (â0.88)82.97 (â0.07) STEM72.6372.19 (â0.44)73.49 (+0.86) other76.9676.96 ( 0.00)76.89 (â0.07) TruthfulQA MC254.4654.79 (+0.33)47.76 (â6.70) GSM8K (strict-match, 5-shot)87.2685.60 (â1.66)82.64 (â4.62) GSM8K (flexible-extract, 5-shot)87.7985.75 (â2.04)82.71 (â5.08) F Compute We run all training on NVIDIA H100 and H200 GPUs. Training runs use at most 2 NVIDIA H200 GPUs. Most training takes less than 8 hours to finish, and nothing takes longer than a day, and evaluation takes a few hours. 32