Reasoning Fine-Tuning Induces Persistent Latent Policy States

arXiv cs.CL Papers

Summary

This paper models Chain-of-Thought reasoning as a switching dynamical system, showing that reasoning fine-tuning globally reorganizes latent policy states, leading to improved multi-step reasoning. The proposed framework combines time-aware contrastive learning with discrete regime discovery, and experiments demonstrate that fine-tuned models exhibit richer latent-policy organization with functional specialization.

arXiv:2607.18532v1 Announce Type: new Abstract: Reasoning-specialized language models show large performance gains over base models, yet the internal changes responsible for improved multi-step reasoning remain poorly understood. It is unclear whether reasoning fine-tuning improves local token-level competence or globally reorganizes how models structure inference over time. We address this question by modeling Chain-of-Thought reasoning as a switching dynamical system (SDS), in which internal representations evolve under discrete latent policy states. Our framework combines time-aware contrastive representation learning with discrete regime discovery to recover latent policies from activation trajectories. Across four benchmarks and model scales from 1.5B to 32B parameters, reasoning-fine-tuned models exhibit richer latent-policy organization than their base counterparts, characterized by more differentiated transition structure and model-dependent changes in state utilization, persistence, and mixing. The recovered regimes exhibit functional specialization aligned with distinct reasoning stages, and extensive controls confirm that their structure is not explained by correctness, representation learning, or modeling priors, but depends on the coherent temporal organization of reasoning trajectories. Causal interventions further show that the regimes are functionally meaningful: state-swap ablations reduce one-step predictive fit, while transplanting reasoning dynamics into base models improves performance on challenging reasoning problems. Finally, SDS-guided pruning of failure-prone reasoning prefixes outperforms self-consistency in 11 of 12 model-dataset settings, with gains of up to 12.5 percentage points. Together, our results suggest that reasoning fine-tuning globally reorganizes latent dynamics, offering a new lens for mechanistic analysis and process-level control of reasoning models.
Original Article
View Cached Full Text

Cached at: 07/22/26, 08:23 AM

# Reasoning Fine-Tuning Induces Persistent Latent Policy States
Source: [https://arxiv.org/html/2607.18532](https://arxiv.org/html/2607.18532)
Abir Harrasse1∗, Michael Lan1∗, Hunar Batra2, Fateme Hashemi Chaleshtori3,Chaithanya Bandi1 1Martian,2University of Oxford,3University of Utah ∗Primary contributors

###### Abstract

Reasoning\-specialized language models show large performance gains over base models, yet the internal changes responsible for improved multi\-step reasoning remain poorly understood\. It is unclear whether reasoning fine\-tuning improves local token\-level competence or globally reorganizes how models structure inference over time\. We address this question by modeling Chain\-of\-Thought reasoning as a switching dynamical system \(SDS\), in which internal representations evolve under discrete latent policy states\. Our framework combines time\-aware contrastive representation learning with discrete regime discovery to recover latent policies from activation trajectories\. Across four benchmarks and model scales from 1\.5B to 32B parameters, reasoning\-fine\-tuned models exhibit richer latent\-policy organization than their base counterparts, characterized by more differentiated transition structure and model\-dependent changes in state utilization, persistence, and mixing\. The recovered regimes exhibit functional specialization aligned with distinct reasoning stages, and extensive controls confirm that their structure is not explained by correctness, representation learning, or modeling priors, but depends on the coherent temporal organization of reasoning trajectories\. Causal interventions further show that the regimes are functionally meaningful: state\-swap ablations reduce one\-step predictive fit, while transplanting reasoning dynamics into base models improves performance on challenging reasoning problems\. Finally, SDS\-guided pruning of failure\-prone reasoning prefixes outperforms self\-consistency in 11 of 12 model–dataset settings, with gains of up to 12\.5 percentage points\. Together, our results suggest that reasoning fine\-tuning globally reorganizes latent dynamics, offering a new lens for mechanistic analysis and process\-level control of reasoning models\. Code:[https://github\.com/withmartian/mi\-cot](https://github.com/withmartian/mi-cot)\.

## 1Introduction

Large language models exhibit striking improvements in Chain\-of\-Thought \(CoT\) reasoning after specialized fine\-tuning\(DeepSeek\-AI,[2025](https://arxiv.org/html/2607.18532#bib.bib9); Shao et al\.,[2024](https://arxiv.org/html/2607.18532#bib.bib26); Huang et al\.,[2026](https://arxiv.org/html/2607.18532#bib.bib13)\)\. However, the internal changes responsible for these improvements remain poorly understood\(Yue et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib39); Wu & Choi,[2025](https://arxiv.org/html/2607.18532#bib.bib34); Ward et al\.,[2025a](https://arxiv.org/html/2607.18532#bib.bib32)\)\. In particular, it remains unclear whether reasoning fine\-tuning primarily improves local token\-level competence or globally reorganizes the latent computational dynamics that structure reasoning over extended horizons\. Establishing such structure is challenging because CoT reasoning is a branching temporal process involving stochastic sampling and a distribution of possible trajectories\(Macar et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib19); Lee et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib15)\)\.

CoTs have therefore been modeled as dynamical systems that capture long\-range transitions between branching reasoning states\(Carson,[2025](https://arxiv.org/html/2607.18532#bib.bib6)\)\. This perspective suggests that reasoning behavior may be governed by low\-dimensional latent policy states that shape future internal dynamics throughout inference\.

![Refer to caption](https://arxiv.org/html/2607.18532v1/figs/main_fig1.png)

![Refer to caption](https://arxiv.org/html/2607.18532v1/figs/fig2_main.png)

Figure 1:Left:Overview of our framework\. A base modelℳθ\\mathcal\{M\}\_\{\\theta\}is fine\-tuned for reasoning to produceℳθ′\\mathcal\{M\}\_\{\\theta^\{\\prime\}\}\. We fit a Switching Dynamical System \(SDS\) to each model’s activation trajectories and recover sequences of latent regimes\. Reasoning fine\-tuning reorganizes state utilization, persistence, and mixing while producing more differentiated transition dynamics\. The recovered reasoning policy can be transplanted onto the base modelℳT\\mathcal\{M\}\_\{T\}to test its causal and functional relevance\.Right:Model activationsh1:nh\_\{1:n\}are encoded into a low\-dimensional representationz1:nz\_\{1:n\}using a CEBRA contrastive encoder\. EM with forward–backward smoothing recovers the discrete latent regime sequences1:ns\_\{1:n\}, wherest∈\{1,…,K\}s\_\{t\}\\in\\\{1,\\ldots,K\\\}represents the active reasoning\-policy state at steptt\.In this work, we compare fine\-tuned reasoning models with their base counterparts by modeling activation trajectories using*Switching Dynamical Systems*\(SDS\), which recover discrete, low\-dimensional latent policy states\(Ackerson & Fu,[1970](https://arxiv.org/html/2607.18532#bib.bib1); Ghahramani & Hinton,[2000](https://arxiv.org/html/2607.18532#bib.bib11); Linderman et al\.,[2017](https://arxiv.org/html/2607.18532#bib.bib17)\)\. We combine SDS with time\-aware contrastive manifold learning\(Schneider et al\.,[2023](https://arxiv.org/html/2607.18532#bib.bib25)\)and find that reasoning fine\-tuning induces richer latent\-policy organization, most consistently reflected in more differentiated transition structure\. State utilization, persistence, and mixing also change, with their contributions varying across models and datasets\. The recovered states exhibit functional specialization aligned with reasoning stages, while predictivity degrades when the state space becomes over\-fragmented\.

Overall, reasoning fine\-tuning appears to globally reorganize internal dynamics, enabling models to maintain and transition between coherent computational modes over extended spans\. We call this temporal and functional structure a*latent reasoning policy*, without assuming that it is localized to a particular model component\.

Our contributions are:

1. 1\.We formalize a dynamical\-systems framework for uncovering differences in internal reasoning structure between base and reasoning\-fine\-tuned models\.
2. 2\.We provide empirical evidence that reasoning fine\-tuning induces richer latent\-policy organization, characterized by more differentiated transition structure and model\-dependent changes in state utilization, persistence, and mixing\.
3. 3\.We introduce CEBRA for latent reasoning\-state analysis and show that, in our setting, it provides a stronger balance of predictive fit and structured regime recovery than PCA\.
4. 4\.We show that the inferred latent reasoning policy is actionable: causal state\-swap and policy\-transplantation interventions establish the functional relevance and transferability of the recovered dynamics, while SDS\-guided pruning of failure\-prone reasoning prefixes \(PrefixGuard\) improves over self\-consistency in 11 of 12 model–dataset settings, with gains of up to 12\.5 percentage points\.

## 2Related Work

Comparing Base and Reasoning\-Fine\-Tuned Models\.Reasoning fine\-tuning typically combines supervised fine\-tuning, distillation, and reinforcement learning with verifiable rewards \(RLVR\)\(Lambert et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib14); DeepSeek\-AI,[2025](https://arxiv.org/html/2607.18532#bib.bib9)\)\. A growing line of work argues that RLVR improves reasoning by reallocating probability mass toward successful trajectories already supported by the base model, rather than by creating entirely new reasoning procedures\(Yue et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib39); Wu & Choi,[2025](https://arxiv.org/html/2607.18532#bib.bib34); Nguyen et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib22); Zhu et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib41)\)\. While RL\-trained models typically outperform their base counterparts at small sampling budgets, base models can sometimes match or exceed them at large pass@kk, suggesting that RLVR improves trajectory ranking and sampling efficiency while narrowing exploration\(Yue et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib39); Nguyen et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib22); Ward et al\.,[2025a](https://arxiv.org/html/2607.18532#bib.bib32)\)\.Wu & Choi \([2025](https://arxiv.org/html/2607.18532#bib.bib34)\)characterize this effect through support and entropy, whileWang et al\. \([2025a](https://arxiv.org/html/2607.18532#bib.bib29)\)show that RLVR acts disproportionately on high\-entropy tokens corresponding to critical forks in reasoning trajectories\(Huang et al\.,[2026](https://arxiv.org/html/2607.18532#bib.bib13)\)\. These findings concern how post\-training changes which reasoning chains are selected; we instead ask how it changes the internal dynamics through which those chains unfold\.

Mechanistic Interpretability and Control of Reasoning\.Previous mechanistic interpretability work suggests that reasoning fine\-tuning repurposes latent representations already present in base models rather than constructing wholly new machinery\(Ward et al\.,[2025a](https://arxiv.org/html/2607.18532#bib.bib32); Minder et al\.,[2026](https://arxiv.org/html/2607.18532#bib.bib20); Ward et al\.,[2025b](https://arxiv.org/html/2607.18532#bib.bib33); Muhamed et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib21); Wang et al\.,[2025b](https://arxiv.org/html/2607.18532#bib.bib30)\)\.Venhoff et al\. \([2025b](https://arxiv.org/html/2607.18532#bib.bib28)\)further argue that base models already contain many relevant reasoning behaviors and that post\-training primarily teaches the model when to deploy them\. At a finer granularity, thinking tokens and thought anchors identify decision points that disproportionately shape subsequent reasoning\(Qian et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib24); Bogdan et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib5)\), while steering\-vector methods localize and manipulate individual reasoning behaviors\(Venhoff et al\.,[2025a](https://arxiv.org/html/2607.18532#bib.bib27)\)\. Hidden\-state clustering also provides evidence that reasoning unfolds through discrete internal stages\(Liang et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib16)\)\.

Related methods use such trajectory structure for inference\-time improvement\. CTRLS models CoT reasoning as latent state transitions and uses distributional reinforcement learning for state\-aware exploration\(Wu et al\.,[2026](https://arxiv.org/html/2607.18532#bib.bib35)\), while SEAL separates execution, reflection, and transition thoughts in latent space and steers representations toward more productive reasoning\(Chen et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib7)\)\. Unlike methods that model, rank, or control trajectories within one model, we ask how reasoning fine\-tuning reorganizes latent dynamics relative to its base model\. Our SDS formulation addresses this through state utilization, persistence, transition organization, and predictive dynamics, followed by causal policy transplantation and process\-level pruning of failure\-prone reasoning trajectories\.

Dynamical and Generative Models of Internal Representations\.Our approach builds on theoretical work establishing conditions under which switching dynamical systems and related Markov\-switching models can be recovered from observational trajectories\(Ackerson & Fu,[1970](https://arxiv.org/html/2607.18532#bib.bib1); Ghahramani & Hinton,[2000](https://arxiv.org/html/2607.18532#bib.bib11); Linderman et al\.,[2017](https://arxiv.org/html/2607.18532#bib.bib17)\)\.Balsells\-Rodas et al\. \([2024](https://arxiv.org/html/2607.18532#bib.bib4)\)provide conditions under which SDS parameters and discrete regimes are identifiable from data\. Complementarily,Luo et al\. \([2026](https://arxiv.org/html/2607.18532#bib.bib18)\)train diffusion models on residual\-stream activations to capture the distribution of a network’s internal states and provide priors for more faithful interventions\. We combine an SDS with contrastive representation learning\(Schneider et al\.,[2023](https://arxiv.org/html/2607.18532#bib.bib25)\), using CEBRA to obtain embeddings that empirically support stronger regime recovery than PCA in our setting\.

Concurrently,Carson \([2025](https://arxiv.org/html/2607.18532#bib.bib6)\)show that sentence\-level hidden states can be modeled using a low\-dimensional switching linear dynamical system, where regimes capture distinct drift and transition patterns in reasoning traces\. Whereas their PCA\-based state space studies regimes within individual models, we use CEBRA\-derived embeddings to compare matched base and reasoning\-fine\-tuned models and test whether the recovered differences are causally and practically actionable\.

## 3Reasoning as a Switching Dynamical System

### 3\.1Problem Setup

We study whether reasoning in LLMs can be described by persistent, low\-dimensional latent policy states that govern future internal activation dynamics\. We operationalize this as a predictive latent\-variable problem: we hypothesize a discrete latentstate\(i\.e\.,regime\)st∈\{1,…,K\}s\_\{t\}\\in\\\{1,\\dots,K\\\}that \(i\) persists over time, \(ii\) governs the evolution of internal representations, and \(iii\) is identifiable from observed activation trajectories\. Letht∈ℝdh\_\{t\}\\in\\mathbb\{R\}^\{d\}denote the residual stream activation at reasoning steptt, where each step corresponds to a deterministically segmented sentence in a model\-generated chain\-of\-thought trace\. We obtain traces by sampling complete model responses to each reasoning prompt, then split each trace into sentence\-level units using punctuation\-based boundaries;hth\_\{t\}is extracted at the final token of thett\-th sentence\. The choice of CEBRA over PCA for dimensionality reduction and EM over a Mixture\-of\-Experts formulation for parameter estimation are both justified empirically in Appendix[E\.4](https://arxiv.org/html/2607.18532#A5.SS4)\.

### 3\.2Switching Dynamical System Formulation

We model reasoning as a latent Markov process in which the discrete policy statests\_\{t\}governs the local evolution of the continuous internal representationztz\_\{t\}:

P​\(st\+1=j∣st=i\)\\displaystyle P\(s\_\{t\+1\}=j\\mid s\_\{t\}=i\)=Ti​j,\\displaystyle=T\_\{ij\},\(1\)P​\(zt\+1∣zt,st=i\)\\displaystyle P\(z\_\{t\+1\}\\mid z\_\{t\},s\_\{t\}=i\)=pi​\(zt\+1∣zt\)\.\\displaystyle=p\_\{i\}\(z\_\{t\+1\}\\mid z\_\{t\}\)\.\(2\)In the linear\-Gaussian instantiation used for inference, the dynamics take the form:

zt\+1=Ast​zt\+bst\+εt,εt∣st∼𝒩​\(0,Σst\),z\_\{t\+1\}=A\_\{s\_\{t\}\}z\_\{t\}\+b\_\{s\_\{t\}\}\+\\varepsilon\_\{t\},\\quad\\varepsilon\_\{t\}\\mid s\_\{t\}\\sim\\mathcal\{N\}\(0,\\Sigma\_\{s\_\{t\}\}\),\(3\)with\{st\}\\\{s\_\{t\}\\\}an irreducible, aperiodic Markov chain with transition matrixT⋆T^\{\\star\}\. We further assume nontrivial self\-transitionpstay\>1/K⋆p\_\{\\mathrm\{stay\}\}\>1/K^\{\\star\}\(persistent regimes\) and distinct regime parameters fori≠ji\\neq j\(full theory and formal assumptions appear in Appendix[B](https://arxiv.org/html/2607.18532#A2)\)\.

### 3\.3Dimensionality Reduction via CEBRA

Raw activationshth\_\{t\}are projected into observeddd\-dimensional embedding trajectoriesztz\_\{t\}using a CEBRA\-style contrastive encoder\(Schneider et al\.,[2023](https://arxiv.org/html/2607.18532#bib.bib25)\)\. Positive pairs are temporally adjacent steps from the same problem; negatives are temporally distant steps from the same problem or steps from different problems\. The encoder is trained with an InfoNCE objective:

ℒNCE=−log⁡exp⁡\(z~t⊤​z~t\+/τ\)exp⁡\(z~t⊤​z~t\+/τ\)\+∑t−exp⁡\(z~t⊤​z~t−/τ\),\\mathcal\{L\}\_\{\\text\{NCE\}\}=\-\\log\\frac\{\\exp\(\\tilde\{z\}\_\{t\}^\{\\top\}\\tilde\{z\}\_\{t^\{\+\}\}/\\tau\)\}\{\\exp\(\\tilde\{z\}\_\{t\}^\{\\top\}\\tilde\{z\}\_\{t^\{\+\}\}/\\tau\)\+\\sum\_\{t^\{\-\}\}\\exp\(\\tilde\{z\}\_\{t\}^\{\\top\}\\tilde\{z\}\_\{t^\{\-\}\}/\\tau\)\},\(4\)where embeddings areℓ2\\ell\_\{2\}\-normalized andτ\\tauis a temperature parameter\. This encourages local temporal coherence in the embedding space, ensuring that discovered regimes reflect functional reasoning transitions rather than superficial token similarity\.

### 3\.4SDS Parameter Estimation via EM

We estimate the SDS parametersθ=\{π,T,\{Ak,bk,Σk\}k=1K\}\\theta=\\\{\\pi,T,\\\{A\_\{k\},b\_\{k\},\\Sigma\_\{k\}\\\}\_\{k=1\}^\{K\}\\\}from the observed CEBRA embedding trajectoriesz1:Tz\_\{1:T\}via Expectation\-Maximization\(Ghahramani & Hinton,[2000](https://arxiv.org/html/2607.18532#bib.bib11)\)\. At each iteration, the E\-step applies the forward\-backward algorithm to compute soft regime posteriorsγt​\(k\)=P​\(st=k∣z1:T\)\\gamma\_\{t\}\(k\)=P\(s\_\{t\}=k\\mid z\_\{1:T\}\), and the M\-step updates the regime\-conditional dynamics via weighted least squares and the transition matrix via soft transition counts\. The discrete regime sequence is then recovered ass^t=arg​maxkγt​\(k\)\\hat\{s\}\_\{t\}=\\mathop\{\\mathrm\{arg\\,max\}\}\_\{k\}\\gamma\_\{t\}\(k\), and the model orderK⋆K^\{\\star\}is selected by minimizing BIC on the fitted SDS likelihood\. Full derivations and update equations are provided in Appendix[A](https://arxiv.org/html/2607.18532#A1), with identifiability analysis provided in Appendix[C](https://arxiv.org/html/2607.18532#A3)\.

### 3\.5Why CEBRA Outperforms PCA

Under mild assumptions on the SDS dynamics, the prediction risk decomposes into an irreducible noise term and a misclassification term controlled by the minimum pairwise Bhattacharyya distanceB​\(f\)B\(f\)between regime\-conditional distributions\. This gives a closed\-form criterion for when CEBRA outperforms PCA\. The full derivation appears in Appendix[B](https://arxiv.org/html/2607.18532#A2):

###### Corollary 3\.1\(CEBRA vs\. PCA\)\.

ℛSDS​\(fC\)<ℛSDS​\(fP\)\\mathcal\{R\}\_\{\\mathrm\{SDS\}\}\(f\_\{C\}\)<\\mathcal\{R\}\_\{\\mathrm\{SDS\}\}\(f\_\{P\}\)if and only ifB​\(fC\)−B​\(fP\)\>log⁡M​\(fC\)M​\(fP\)\.B\(f\_\{C\}\)\-B\(f\_\{P\}\)\>\\log\\frac\{M\(f\_\{C\}\)\}\{M\(f\_\{P\}\)\}\.

We verify this condition empirically across all model–dataset pairs \(Appendix[B\.1](https://arxiv.org/html/2607.18532#A2.SS1)\)\. Reasoning models satisfy it substantially more often than base models, indicating that the representation advantage of CEBRA is strongest in the models where structured latent dynamics have emerged\.

### 3\.6Validating the Markovian Assumption

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/fig_markovianity.png)Figure 2:CK residuals against the permutation null\. Points below the diagonal indicate that the decoded regime sequence satisfies the Chapman–Kolmogorov relation more closely than a memoryless baseline\.A core modeling assumption is that the decoded regime sequence\{st\}\\\{s\_\{t\}\\\}follows a first\-order Markov chain\. We verify this using two complementary tests\. The first is a Chapman–Kolmogorov residual test: for a first\-order chain, the two\-step transition matrixTi​j\(2\)=P​\(st\+2=j∣st=i\)T^\{\(2\)\}\_\{ij\}=P\(s\_\{t\+2\}=j\\mid s\_\{t\}=i\)must satisfyT\(2\)≈T2T^\{\(2\)\}\\approx T^\{2\}, whereTTis the fitted one\-step transition matrix\. We measure the normalized Frobenius residualCK=‖T2−T^\(2\)‖F/‖T^\(2\)‖F\\mathrm\{CK\}=\\\|T^\{2\}\-\\hat\{T\}^\{\(2\)\}\\\|\_\{F\}/\\\|\\hat\{T\}^\{\(2\)\}\\\|\_\{F\}and compare it against a permutation null that destroys temporal dependencies while preserving marginal state frequencies\. The second is an order\-2 BIC test comparing first\- and second\-order Markov models on the decoded sequences, with positiveΔ​BIC\\Delta\\mathrm\{BIC\}indicating preference for the simpler first\-order model\.

Reasoning models concentrate well below the diagonal in Figure[2](https://arxiv.org/html/2607.18532#S3.F2), indicating stronger first\-order temporal consistency than permuted controls\. Base models are more diffuse, consistent with weaker temporal organization\. The order\-2 BIC test corroborates this: first\-order models are preferred in the large majority of reasoning\-model runs, supporting the use of a first\-order switching process as an adequate description of the recovered latent policies\.

### 3\.7Why Reasoning Fine\-Tuning Induces Persistent Latent States

One possible explanation for the emergence of persistent regimes in reasoning models is that trajectory\-level rewards under RLVR may favor coherent multi\-step strategies, implicitly creating a positive continuation marginγi​\(xt\):=Vi​\(xt\)−maxj≠i⁡Vj​\(xt\)\\gamma\_\{i\}\(x\_\{t\}\):=V\_\{i\}\(x\_\{t\}\)\-\\max\_\{j\\neq i\}V\_\{j\}\(x\_\{t\}\)over large regions of state space and biasing the policy toward self\-transition\. Pretraining via maximum likelihood exerts no such pressure, as next\-token prediction does not reward consistency of latent modes across time\. Under this view, RLVR does not create latent structure from scratch but rather amplifies and stabilizes structure already present in the base model by making persistence directly reward\-relevant\. We formalize this argument in Appendix[C\.2](https://arxiv.org/html/2607.18532#A3.SS2)\(Proposition[C\.7](https://arxiv.org/html/2607.18532#A3.Thmtheorem7)\)\. Empirical support for this progressive emergence is provided by the training dynamics analysis in Appendix[D](https://arxiv.org/html/2607.18532#A4)\.

## 4Experimental Setup

We evaluate on GSM8K \(7473 samples\)\(Cobbe et al\.,[2021](https://arxiv.org/html/2607.18532#bib.bib8)\), MATH\-500 \(500 samples\)\(Hendrycks et al\.,[2021](https://arxiv.org/html/2607.18532#bib.bib12)\), SVAMP \(800 samples\)\(Patel et al\.,[2021](https://arxiv.org/html/2607.18532#bib.bib23)\), and MMLU\-Pro \(4000 samples\)\(Wang et al\.,[2024](https://arxiv.org/html/2607.18532#bib.bib31)\)using chain\-of\-thought traces, and study paired base and DeepSeek\-R1 distilled reasoning models\(DeepSeek\-AI,[2025](https://arxiv.org/html/2607.18532#bib.bib9)\)for: Llama\-3\.1\-8B\(AI@Meta,[2024](https://arxiv.org/html/2607.18532#bib.bib2)\), Qwen2\.5\-14B\(Bai et al\.,[2023](https://arxiv.org/html/2607.18532#bib.bib3)\), and Qwen2\.5\-Math\-1\.5B\(Yang et al\.,[2024a](https://arxiv.org/html/2607.18532#bib.bib37);[b](https://arxiv.org/html/2607.18532#bib.bib38)\)\. To examine whether these patterns extend to a larger scale, we additionally compare Qwen2\.5\-32B with its reasoning\-specialized counterpart QwQ\-32B using the same evaluation protocol; further details are provided in Appendix[E\.1](https://arxiv.org/html/2607.18532#A5.SS1)\. Activations are extracted at the sentence level using the last\-token representation of each sentence at a single selected layer per model; the choice of layer is justified in Appendix[E\.3](https://arxiv.org/html/2607.18532#A5.SS3)\.

Metrics\.Lets1:Ts\_\{1:T\}be the inferred discrete state sequence andAAthe estimated transition matrix\.Persistencemeasures temporal stickiness asPersistence=1T−1​∑t=1T−1𝟏​\{st\+1=st\}\.\\mathrm\{Persistence\}=\\frac\{1\}\{T\-1\}\\sum\_\{t=1\}^\{T\-1\}\\mathbf\{1\}\\\{s\_\{t\+1\}=s\_\{t\}\\\}\.Theeffective number of statesKeff=exp⁡\(H​\(π\)\)K\_\{\\mathrm\{eff\}\}=\\exp\(H\(\\pi\)\)summarizes practical state usage via entropy\-equivalent occupancy, whereπk\\pi\_\{k\}is the empirical state frequency\.Transition structure \(TVD\)quantifies deviation from random switching as the mean total variation distance between each transition row and a uniform reference\. Thespectral gapSpecGap=1−\|λ2​\(A\)\|\\mathrm\{SpecGap\}=1\-\|\\lambda\_\{2\}\(A\)\|serves as a mixing proxy, with smaller values indicating slower mixing and stronger regime persistence\.

## 5Experimental Validation of SDS Model

![Refer to caption](https://arxiv.org/html/2607.18532v1/x1.png)Figure 3:Predictive gain from increasing latent regimes\. The y\-axis showsΔ​R2\\Delta R^\{2\}vs\. a linear autoregressive baseline, with markers indicating BIC\-selectedKK\. Across models, performance improves with a small number of regimes, supporting discrete latent policy states over a single\-mode baseline\.### 5\.1Model Order Selection and Predictive Gain from Additional Regimes

To test whether additional latent regimes provide genuinely useful predictive structure, we sweep the number of regimesKKand measure the gain in one\-step predictive fit relative to a linear autoregressive baseline\. We reportΔ​R2\\Delta R^\{2\}over linear AR and mark the BIC\-selected model order for each run in Figure[3](https://arxiv.org/html/2607.18532#S5.F3)\.

Across model families,Δ​R2\\Delta R^\{2\}increases as the number of regimes grows fromK=1K=1to a small multi\-regime model, after which gains taper\. This pattern supports the claim that reasoning traces are better explained by a low\-cardinality switching process than by a single linear dynamical mode\.

### 5\.2State\-Swap Ablations Across Depth

To test whether the discovered regimes are functionally necessary rather than arbitrary labels, we perform a state\-swap ablation\. After fitting the SDS and estimating per\-regime dynamics\{A^k,b^k\}\\\{\\hat\{A\}\_\{k\},\\hat\{b\}\_\{k\}\\\}, we evaluate prediction under the original assignmentsRid2R^\{2\}\_\{\\mathrm\{id\}\}and under randomly permuted assignmentsR¯rand2\\bar\{R\}^\{2\}\_\{\\mathrm\{rand\}\}, where the fitted dynamics are held fixed but regime labels are shuffled\. We report the dropΔ=Rid2−R¯rand2\\Delta=R^\{2\}\_\{\\mathrm\{id\}\}\-\\bar\{R\}^\{2\}\_\{\\mathrm\{rand\}\}, averaged overN=50N=50permutations\. Across all model families and datasets, permuting the assignments produces a substantial drop in predictiveR2R^\{2\}, confirming that the correct dynamics model must be applied at the correct time step and that the discovered regimes reflect genuinely distinct dynamical modes rather than spurious clustering\. The drop is consistently larger in later layers, consistent with a progressive consolidation of latent policy structure with depth\. Full results are in Appendix[E\.5](https://arxiv.org/html/2607.18532#A5.SS5)\.

##### Robustness to correctness and temporal controls\.

We test whether these differences can be attributed to output correctness, temporal biases in the representation\-learning objective, or the SDS persistence prior\. Restricting the analysis to problems solved correctly by both models preserves the difference in latent\-state organization\. Replacing adjacent CEBRA positives with randomly selected non\-adjacent steps also preserves the reasoning–base separation inpstayp\_\{\\mathrm\{stay\}\}and TVD across all 12 model–dataset settings, while varying or completely removing the Dirichlet persistence prior produces negligible changes\. Conversely, shuffling sentence order sharply reduces segment persistence and causes predictive gains over a linear autoregressive baseline to become negative, confirming that the recovered regimes depend on coherent temporal organization rather than static activation geometry alone\. Full results are reported in Appendix[E\.2](https://arxiv.org/html/2607.18532#A5.SS2)\.

## 6Comparing Latent Policy Regimes in Base vs Fine\-Tuned Models

Table 1:Per\-model comparison of structural switching metrics between base and reasoning\-fine\-tuned models, averaged across datasets\. Values report mean±\\pmpooled population standard deviation across datasets and random seeds\. Light\-green cells and bold text indicate the numerically better value within each model pair; they do not denote statistical significance\. Reasoning fine\-tuning consistently produces more differentiated transition structure, while changes in state utilization, persistence, and mixing vary across model families\. Per\-dataset results and additional robustness analyses are provided in Appendix[E\.1](https://arxiv.org/html/2607.18532#A5.SS1)\.Table[1](https://arxiv.org/html/2607.18532#S6.T1)reports structural switching metrics averaged across datasets for each model pair\. Reasoning fine\-tuning increases TVD across all model families, providing the most consistent evidence of more differentiated transition structure\. The remaining metrics vary across families: Qwen\-1\.5B and Qwen\-14B show substantially greater effective state utilization, Llama\-8B exhibits higher persistence and slower mixing, and QwQ\-32B improves over Qwen2\.5\-32B across all four metrics\. Overall, these results indicate a broader reorganization of latent\-policy dynamics rather than a uniform increase in persistence\.

### 6\.1Emergence of Persistent Latent Regimes

![Refer to caption](https://arxiv.org/html/2607.18532v1/x2.png)Figure 4:BIC curves comparing reasoning and base models across model families\. Bold lines show family means; markers denote the BIC\-selectedK∗K^\{\\ast\}\. Reasoning models consistently select largerK∗K^\{\\ast\}than base models, supporting the claim that reasoning fine\-tuning induces a richer multi\-regime latent\-policy structure\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/fig_bic_per_dataset.png)Figure 5:Per\-dataset BIC curves for reasoning and base models across all model families\. Dashed lines denote base models and solid lines denote reasoning models; thick lines show dataset\-level averages\. The reasoning preference for largerK∗K^\{\\ast\}persists across datasets, indicating that the emergence of multi\-regime structure is not limited to a single benchmark\.To determine how models operate via discrete policies, we vary the number of regimesKKand measure state persistence and transition structure in Figure[4](https://arxiv.org/html/2607.18532#S6.F4)\. The single\-model persistence\-cliff pattern is mirrored by the broader model\-family comparison using BIC, consistent with the theoretical prediction that such a cliff should emerge under multi\-regime dynamics \(Appendix[C\.1](https://arxiv.org/html/2607.18532#A3.SS1)\)\. Reasoning models consistently prefer larger effective regime counts than their base counterparts, indicating that reasoning fine\-tuning supports a richer latent policy structure\. This separation persists across datasets \(Figure[5](https://arxiv.org/html/2607.18532#S6.F5)\), showing that the effect is not driven by a single benchmark\. The dataset\-level curves sharpen the same conclusion: GSM8K, SVAMP, MATH\-500, and MMLU\-Pro all exhibit lower BIC at largerKKfor reasoning models than for their base counterparts, indicating that the preference for multi\-regime dynamics is stable across both mathematical and broader knowledge benchmarks\. We further track how this multi\-regime structure develops during training in Appendix[D](https://arxiv.org/html/2607.18532#A4), finding thatKeffK\_\{\\mathrm\{eff\}\}and transition structure emerge rapidly in early training before consolidating\.

Furthermore, these patterns are not dataset\-specific: fitting a shared CEBRA encoder on GSM8K and transferring it to SVAMP and MMLU\-Pro yields high cross\-dataset consistency \(ST≥0\.85S\_\{T\}\\geq 0\.85,SC≥0\.76S\_\{C\}\\geq 0\.76\), confirming that the recovered policy states reflect intrinsic properties of the model’s reasoning behavior rather than surface statistics of the training distribution \(Appendix[E\.7](https://arxiv.org/html/2607.18532#A5.SS7)\)\.

### 6\.2Geometry of Latent Policies

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_base_qwen14b_gsm8k_L47.png)

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_rlvr_qwen14b_gsm8k_L47.png)

Figure 6:Representative CEBRA trajectories for Qwen\-14B on GSM8K\.*Left:*base model\.*Right:*reasoning model\. The base trajectory oscillates among nearbyR​2R2,R​3R3, andR​1R1regions with limited geometric separation, while the reasoning trajectory begins in a distinct green cluster and proceeds through blue and red regimes toward a compact terminal region\.Representative CEBRA trajectory visualizations provide a complementary geometric view of these recovered policies \(Figure[6](https://arxiv.org/html/2607.18532#S6.F6)\)\. Across model families, base\-model traces typically either remain trapped within a narrow subset of the embedding space or switch irregularly among nearby regions, yielding short or weakly ordered regime segments\. Reasoning trajectories, by contrast, more often traverse separated clusters in a stage\-like progression from the initial reasoning state toward terminal solution states, with longer contiguous segments and more coherent transitions between clusters\. Qualitative examples spanning all model families and both mathematical benchmarks are reported in Appendix[J](https://arxiv.org/html/2607.18532#A10), where the regime\-sequence panels align the geometric trajectories with the decoded latent\-state assignments\.

## 7Functional Specialization of States

To better characterize how states align with reasoning, we manually define*reasoning stages*, similar to behaviors derived by\(Venhoff et al\.,[2025a](https://arxiv.org/html/2607.18532#bib.bib27)\), and then annotate each sentence in traces with both a reasoning stage via Qwen2\.5\-7B\-Instruct\(Yang et al\.,[2024b](https://arxiv.org/html/2607.18532#bib.bib38)\)and a state via SDS\. This begets regime distributions per reasoning stage\.

Figure[7](https://arxiv.org/html/2607.18532#S7.F7)shows the row\-normalized contingency matrixℙ​\(regime∣stage\)\\mathbb\{P\}\(\\text\{regime\}\\mid\\text\{stage\}\)between inferred latent regimes and human\-defined reasoning stages across three models on GSM8K\. Since we established that regime structure is consistent across datasets for a given model \(Appendix[E\.7](https://arxiv.org/html/2607.18532#A5.SS7)\), we restrict this analysis to GSM8K without loss of generality\. The recovered regimes exhibit clear functional specialization across all three models\. We provide an extended analysis of this result in Appendix[F](https://arxiv.org/html/2607.18532#A6)\.

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/membership_fused.png)Figure 7:Row\-normalized contingency matrixP​\(regime∣stage\)P\(\\text\{regime\}\\mid\\text\{stage\}\)across three models \(left: Llama\-8B,middle: Qwen\-1\.5B,right: Qwen\-14B\), showing how human\-defined reasoning stages distribute across discovered latent regimes and revealing distinct specialization patterns across the recovered policy states\.
## 8Latent Policies Are Actionable

### 8\.1Causal Validation via Policy Transplantation

To test whether the recovered states are functionally meaningful, we transplant the latent policy learned from a reasoning\-fine\-tuned model into its base counterpart\. We fit an SDS to the reasoning model’s activation trajectories and periodically apply a KL\-regularized nudge to the base model’s residual stream, steering its dynamics toward transitions characteristic of the reasoning model\. This intervention improves performance on challenging problems that the unsteered base model consistently fails, showing that the recovered dynamics can causally alter downstream reasoning without modifying model weights\. Full implementation details and results are provided in Appendices[H](https://arxiv.org/html/2607.18532#A8)and[I](https://arxiv.org/html/2607.18532#A9)\.

Table 2:Accuracy of SDS\-guided prefix pruning compared with standard self\-consistency\. Values are mean±\\pmstandard deviation\. Gain denotes the percentage\-point difference betweenPrefixGuardand self\-consistency\. Oracle selects a correct trajectory whenever one exists in the candidate pool and serves only as an upper bound\.
### 8\.2SDS\-Guided Pruning of Failure\-Prone Prefixes

The policy\-transplantation experiment provides a causal test of whether the recovered states influence reasoning, but it is not intended as a practical alternative to using the reasoning model itself\. We therefore ask whether the learned SDS structure can identify and prune failure\-prone trajectories during inference\.

For each latent statess, we estimate a utilityV​\(s\)V\(s\)from correctness outcomes\. States withV​\(s\)<0V\(s\)<0are associated more strongly with unsuccessful trajectories\. We define the*detour score*of a trajectoryh1:Th\_\{1:T\}as the fraction of steps assigned to such states:

D​\(h1:T\)=1T​∑t=1T𝟙​\[V​\(st\)<0\]\.D\(h\_\{1:T\}\)=\\frac\{1\}\{T\}\\sum\_\{t=1\}^\{T\}\\mathbb\{1\}\\\!\\left\[V\(s\_\{t\}\)<0\\right\]\.\(5\)A high detour score indicates that a trajectory spends substantial time in regimes historically associated with failure\.

Based on this signal, we introducePrefixGuard, a fixed process\-level controller applied uniformly across models and datasets\. We generate four partial rollouts up to 25% of the token budget and score each prefix using a fixed combination of CEBRA\-based reasoning quality, SDS transition value, transition likelihood, and a penalty for time spent in detour states\. We retain the highest\-scoring prefix, corresponding to 75% pruning, continue it to completion, generate additional restart trajectories, and select the final answer using a fixed rank\-based hybrid score\.PrefixGuardis not a learned selector, and we perform no dataset\-specific tuning or post\-hoc selection of its scoring rule\.

As shown in Table[2](https://arxiv.org/html/2607.18532#S8.T2),PrefixGuardimproves over self\-consistency in 11 of 12 model–dataset settings, with an average gain of4\.54\.5percentage points and a maximum gain of12\.512\.5points\. The only decrease occurs for Qwen\-14B on MMLU\-Pro\. The remaining gap to the oracle indicates that the candidate pool frequently contains a correct trajectory that the fixed scoring rule does not select\. Thus, the learned SDS structure already identifies promising prefixes, while final trajectory selection remains the principal bottleneck\. Together with policy transplantation, these results show that the recovered states are both causally meaningful and practically useful for avoiding failure\-associated reasoning regimes\.

## 9Conclusion

We employ a dynamical\-systems approach to compare reasoning\-fine\-tuned models with their base counterparts through latent policy states\. Across models and benchmarks, reasoning fine\-tuning induces richer latent\-policy organization, characterized by more differentiated transitions and model\-dependent changes in state utilization, persistence, and mixing\. Causal interventions establish the functional relevance of these dynamics, while SDS\-guided prefix pruning demonstrates their practical utility\.

Our experiments focus on mathematical, symbolic, and multi\-step reasoning with explicit CoT traces\. We do not claim that the same structure applies to retrieval, tool use, long\-horizon planning, agentic or multimodal reasoning, or reasoning without observable intermediate steps\. Future work can test these settings and investigate how latent\-state transitions relate to high\-entropy forks in reasoning trajectories\(Qian et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib24)\)\.

## Acknowledgments

We thank Iván Arcuschin, Jake Ward, Florent Draye and members of Martian for helpful discussions\. We also thank the Cosmos Institute for providing computational support\.

## LLM Usage Disclosure

LLMs were used to assist with literature review, code refinement, and limited parts of writing\.

## References

- Ackerson & Fu \(1970\)G\. Ackerson and K\. Fu\.On state estimation in switching environments\.*IEEE Transactions on Automatic Control*, 15\(1\):10–17, 1970\.doi:10\.1109/TAC\.1970\.1099359\.
- AI@Meta \(2024\)AI@Meta\.Llama 3 model card\.2024\.URL[https://github\.com/meta\-llama/llama3/blob/main/MODEL\_CARD\.md](https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md)\.
- Bai et al\. \(2023\)Jinze Bai, Shuai Bai, Yunfei Chu, Zeyu Cui, Kai Dang, Xiaodong Deng, Yang Fan, Wenbin Ge, Yu Han, Fei Huang, Binyuan Hui, Luo Ji, Mei Li, Junyang Lin, Runji Lin, Dayiheng Liu, Gao Liu, Chengqiang Lu, Keming Lu, Jianxin Ma, Rui Men, Xingzhang Ren, Xuancheng Ren, Chuanqi Tan, Sinan Tan, Jianhong Tu, Peng Wang, Shijie Wang, Wei Wang, Shengguang Wu, Benfeng Xu, Jin Xu, An Yang, Hao Yang, Jian Yang, Shusheng Yang, Yang Yao, Bowen Yu, Hongyi Yuan, Zheng Yuan, Jianwei Zhang, Xingxuan Zhang, Yichang Zhang, Zhenru Zhang, Chang Zhou, Jingren Zhou, Xiaohuan Zhou, and Tianhang Zhu\.Qwen technical report\.*arXiv preprint arXiv:2309\.16609*, 2023\.
- Balsells\-Rodas et al\. \(2024\)Carles Balsells\-Rodas, Yixin Wang, and Yingzhen Li\.On the identifiability of switching dynamical systems\.In*Proceedings of the 41st International Conference on Machine Learning*, ICML’24\. JMLR\.org, 2024\.
- Bogdan et al\. \(2025\)Paul C\. Bogdan, Uzay Macar, Neel Nanda, and Arthur Conmy\.Thought anchors: Which llm reasoning steps matter?, 2025\.URL[https://arxiv\.org/abs/2506\.19143](https://arxiv.org/abs/2506.19143)\.
- Carson \(2025\)Jack David Carson\.A statistical physics of language model reasoning\.In*ICML 2025 Workshop on Reliable and Responsible Foundation Models*, 2025\.URL[https://openreview\.net/forum?id=MbJXVbwSir](https://openreview.net/forum?id=MbJXVbwSir)\.
- Chen et al\. \(2025\)Runjin Chen, Zhenyu Zhang, Junyuan Hong, Souvik Kundu, and Zhangyang Wang\.SEAL: Steerable reasoning calibration of large language models for free\.In*Second Conference on Language Modeling*, 2025\.URL[https://openreview\.net/forum?id=klPszYDIRT](https://openreview.net/forum?id=klPszYDIRT)\.
- Cobbe et al\. \(2021\)Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, Mark Chen, Heewoo Jun, Lukasz Kaiser, Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, Christopher Hesse, and John Schulman\.Training verifiers to solve math word problems\.*arXiv preprint arXiv:2110\.14168*, 2021\.
- DeepSeek\-AI \(2025\)DeepSeek\-AI\.Deepseek\-r1: Incentivizing reasoning capability in llms via reinforcement learning, 2025\.URL[https://arxiv\.org/abs/2501\.12948](https://arxiv.org/abs/2501.12948)\.
- Douc et al\. \(2004\)Randal Douc, Éric Moulines, and Tobias Rydén\.Asymptotic properties of the maximum likelihood estimator in autoregressive models with markov regime\.*The Annals of Statistics*, 32\(5\), October 2004\.ISSN 0090\-5364\.doi:10\.1214/009053604000000021\.URL[http://dx\.doi\.org/10\.1214/009053604000000021](http://dx.doi.org/10.1214/009053604000000021)\.
- Ghahramani & Hinton \(2000\)Zoubin Ghahramani and Geoffrey E Hinton\.Variational learning for switching state\-space models\.*Neural computation*, 12\(4\):831–864, 2000\.
- Hendrycks et al\. \(2021\)Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt\.Measuring mathematical problem solving with the math dataset, 2021\.URL[https://arxiv\.org/abs/2103\.03874](https://arxiv.org/abs/2103.03874)\.
- Huang et al\. \(2026\)Kexin Huang, Haoming Meng, Junkang Wu, Jinda Lu, Chiyu Ma, Ziqian Chen, Xue Wang, Bolin Ding, Jiancan Wu, Xiang Wang, Xiangnan He, Guoyin Wang, and Jingren Zhou\.On the direction of RLVR updates for LLM reasoning: Identification and exploitation\.In*The Fourteenth International Conference on Learning Representations*, 2026\.URL[https://openreview\.net/forum?id=r6Pw3RiMYL](https://openreview.net/forum?id=r6Pw3RiMYL)\.
- Lambert et al\. \(2025\)Nathan Lambert, Jacob Morrison, Valentina Pyatkin, Shengyi Huang, Hamish Ivison, Faeze Brahman, Lester James V\. Miranda, Alisa Liu, Nouha Dziri, Shane Lyu, Yuling Gu, Saumya Malik, Victoria Graf, Jena D\. Hwang, Jiangjiang Yang, Ronan Le Bras, Oyvind Tafjord, Chris Wilhelm, Luca Soldaini, Noah A\. Smith, Yizhong Wang, Pradeep Dasigi, and Hannaneh Hajishirzi\.Tulu 3: Pushing frontiers in open language model post\-training, 2025\.URL[https://arxiv\.org/abs/2411\.15124](https://arxiv.org/abs/2411.15124)\.
- Lee et al\. \(2025\)Seongyun Lee, Seungone Kim, Minju Seo, Yongrae Jo, Dongyoung Go, Hyeonbin Hwang, Jinho Park, Xiang Yue, Sean Welleck, Graham Neubig, Moontae Lee, and Minjoon Seo\.The cot encyclopedia: Analyzing, predicting, and controlling how a reasoning model will think, 2025\.URL[https://arxiv\.org/abs/2505\.10185](https://arxiv.org/abs/2505.10185)\.
- Liang et al\. \(2025\)Zhenwen Liang, Ruosen Li, Yujun Zhou, Linfeng Song, Dian Yu, Xinya Du, Haitao Mi, and Dong Yu\.Clue: Non\-parametric verification from experience via hidden\-state clustering\.*arXiv preprint arXiv:2510\.01591*, 2025\.
- Linderman et al\. \(2017\)Scott Linderman, Matthew Johnson, Andrew Miller, Ryan Adams, David Blei, and Liam Paninski\.Bayesian Learning and Inference in Recurrent Switching Linear Dynamical Systems\.In Aarti Singh and Jerry Zhu \(eds\.\),*Proceedings of the 20th International Conference on Artificial Intelligence and Statistics*, volume 54 of*Proceedings of Machine Learning Research*, pp\. 914–922\. PMLR, 20–22 Apr 2017\.URL[https://proceedings\.mlr\.press/v54/linderman17a\.html](https://proceedings.mlr.press/v54/linderman17a.html)\.
- Luo et al\. \(2026\)Grace Luo, Jiahai Feng, Trevor Darrell, Alec Radford, and Jacob Steinhardt\.Learning a generative meta\-model of llm activations, 2026\.URL[https://arxiv\.org/abs/2602\.06964](https://arxiv.org/abs/2602.06964)\.
- Macar et al\. \(2025\)Uzay Macar, Paul C\. Bogdan, Senthooran Rajamanoharan, and Neel Nanda\.Thought branches: Interpreting llm reasoning requires resampling, 2025\.URL[https://arxiv\.org/abs/2510\.27484](https://arxiv.org/abs/2510.27484)\.
- Minder et al\. \(2026\)Julian Minder, Clément Dumas, Stewart Slocum, Helena Casademunt, Cameron Holmes, Robert West, and Neel Nanda\.Narrow finetuning leaves clearly readable traces in the activation differences\.In*The Fourteenth International Conference on Learning Representations*, 2026\.URL[https://openreview\.net/forum?id=qyVzZsrsnS](https://openreview.net/forum?id=qyVzZsrsnS)\.
- Muhamed et al\. \(2025\)Aashiq Muhamed, Xuandong Zhao, Mona T\. Diab, Virginia Smith, and Dawn Song\.Towards a mechanistic understanding of robustness in finetuned reasoning models\.In*Mechanistic Interpretability Workshop at NeurIPS 2025*, 2025\.URL[https://openreview\.net/forum?id=rqe4zQCURe](https://openreview.net/forum?id=rqe4zQCURe)\.
- Nguyen et al\. \(2025\)Phuc Minh Nguyen, Chinh D\. La, Duy M\. H\. Nguyen, Nitesh V\. Chawla, Binh T\. Nguyen, and Khoa D\. Doan\.The reasoning boundary paradox: How reinforcement learning constrains language models, 2025\.URL[https://arxiv\.org/abs/2510\.02230](https://arxiv.org/abs/2510.02230)\.
- Patel et al\. \(2021\)Arkil Patel, Satwik Bhattamishra, and Navin Goyal\.Are NLP models really able to solve simple math word problems?In*Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies*, pp\. 2080–2094, Online, June 2021\. Association for Computational Linguistics\.doi:10\.18653/v1/2021\.naacl\-main\.168\.URL[https://aclanthology\.org/2021\.naacl\-main\.168](https://aclanthology.org/2021.naacl-main.168)\.
- Qian et al\. \(2025\)Chen Qian, Dongrui Liu, Haochen Wen, Zhen Bai, Yong Liu, and Jing Shao\.Demystifying reasoning dynamics with mutual information: Thinking tokens are information peaks in LLM reasoning\.In*The Thirty\-ninth Annual Conference on Neural Information Processing Systems*, 2025\.URL[https://openreview\.net/forum?id=E1FrjgaG1J](https://openreview.net/forum?id=E1FrjgaG1J)\.
- Schneider et al\. \(2023\)Steffen Schneider, Jin Hwa Lee, and Mackenzie Weygandt Mathis\.Learnable latent embeddings for joint behavioural and neural analysis\.*Nature*, 617\(7960\):360–368, May 2023\.ISSN 1476\-4687\.doi:10\.1038/s41586\-023\-06031\-6\.URL[http://dx\.doi\.org/10\.1038/s41586\-023\-06031\-6](http://dx.doi.org/10.1038/s41586-023-06031-6)\.
- Shao et al\. \(2024\)Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, Y\. K\. Li, Y\. Wu, and Daya Guo\.Deepseekmath: Pushing the limits of mathematical reasoning in open language models, 2024\.URL[https://arxiv\.org/abs/2402\.03300](https://arxiv.org/abs/2402.03300)\.
- Venhoff et al\. \(2025a\)Constantin Venhoff, Iván Arcuschin, Philip Torr, Arthur Conmy, and Neel Nanda\.Understanding reasoning in thinking language models via steering vectors\.In*Workshop on Reasoning and Planning for Large Language Models*, 2025a\.URL[https://openreview\.net/forum?id=OwhVWNOBcz](https://openreview.net/forum?id=OwhVWNOBcz)\.
- Venhoff et al\. \(2025b\)Constantin Venhoff, Iván Arcuschin, Philip Torr, Arthur Conmy, and Neel Nanda\.Base models know how to reason, thinking models learn when, 2025b\.URL[https://arxiv\.org/abs/2510\.07364](https://arxiv.org/abs/2510.07364)\.
- Wang et al\. \(2025a\)Shenzhi Wang, Le Yu, Chang Gao, Chujie Zheng, Shixuan Liu, Rui Lu, Kai Dang, Xionghui Chen, Jianxin Yang, Zhenru Zhang, Yuqiong Liu, An Yang, Andrew Zhao, Yang Yue, Shiji Song, Bowen Yu, Gao Huang, and Junyang Lin\.Beyond the 80/20 rule: High\-entropy minority tokens drive effective reinforcement learning for llm reasoning, 2025a\.URL[https://arxiv\.org/abs/2506\.01939](https://arxiv.org/abs/2506.01939)\.
- Wang et al\. \(2025b\)Xu Wang, Yan Hu, Wenyu Du, Reynold Cheng, Benyou Wang, and Difan Zou\.Towards understanding fine\-tuning mechanisms of LLMs via circuit analysis\.In*ICLR 2025 Workshop on Building Trust in Language Models and Applications*, 2025b\.URL[https://openreview\.net/forum?id=Z9qzta1yiK](https://openreview.net/forum?id=Z9qzta1yiK)\.
- Wang et al\. \(2024\)Yubo Wang, Xueguang Ma, Ge Zhang, Yuansheng Ni, Abhranil Chandra, Shiguang Guo, Weiming Ren, Aaran Arulraj, Xuan He, Ziyan Jiang, Tianle Li, Max Ku, Kai Wang, Alex Zhuang, Rongqi Fan, Xiang Yue, and Wenhu Chen\.Mmlu\-pro: A more robust and challenging multi\-task language understanding benchmark, 2024\.URL[https://arxiv\.org/abs/2406\.01574](https://arxiv.org/abs/2406.01574)\.
- Ward et al\. \(2025a\)Jake Ward, Chuqiao Lin, Constantin Venhoff, and Neel Nanda\.Reasoning\-finetuning repurposes latent representations in base models, 2025a\.URL[https://arxiv\.org/abs/2507\.12638](https://arxiv.org/abs/2507.12638)\.
- Ward et al\. \(2025b\)Jake Ward, Paul Riechers, and Adam Shai\.Rank\-1 loras encode interpretable reasoning signals\.*arXiv preprint arXiv:2511\.06739*, 2025b\.
- Wu & Choi \(2025\)Fang Wu and Yejin Choi\.On the limits of RLVR: Support, entropy, and the illusion of reasoning\.In*2nd AI for Math Workshop @ ICML 2025*, 2025\.URL[https://openreview\.net/forum?id=KXtLWJAzgh](https://openreview.net/forum?id=KXtLWJAzgh)\.
- Wu et al\. \(2026\)Junda Wu, Yuxin Xiong, Xintong Li, Sheldon Yu, Zhengmian Hu, Tong Yu, Rui Wang, Xiang Chen, Jingbo Shang, and Julian McAuley\.CTRLS: Chain\-of\-thought reasoning via latent state transition\.In*The 29th International Conference on Artificial Intelligence and Statistics*, 2026\.URL[https://openreview\.net/forum?id=afld4XGbQe](https://openreview.net/forum?id=afld4XGbQe)\.
- Yakowitz & Spragins \(1968\)Sidney J\. Yakowitz and John D\. Spragins\.On the identifiability of finite mixtures\.*The Annals of Mathematical Statistics*, 39\(1\):209–214, February 1968\.doi:10\.1214/aoms/1177698520\.
- Yang et al\. \(2024a\)An Yang, Baosong Yang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Zhou, Chengpeng Li, Chengyuan Li, Dayiheng Liu, Fei Huang, Guanting Dong, Haoran Wei, Huan Lin, Jialong Tang, Jialin Wang, Jian Yang, Jianhong Tu, Jianwei Zhang, Jianxin Ma, Jin Xu, Jingren Zhou, Jinze Bai, Jinzheng He, Junyang Lin, Kai Dang, Keming Lu, Keqin Chen, Kexin Yang, Mei Li, Mingfeng Xue, Na Ni, Pei Zhang, Peng Wang, Ru Peng, Rui Men, Ruize Gao, Runji Lin, Shijie Wang, Shuai Bai, Sinan Tan, Tianhang Zhu, Tianhao Li, Tianyu Liu, Wenbin Ge, Xiaodong Deng, Xiaohuan Zhou, Xingzhang Ren, Xinyu Zhang, Xipin Wei, Xuancheng Ren, Yang Fan, Yang Yao, Yichang Zhang, Yu Wan, Yunfei Chu, Yuqiong Liu, Zeyu Cui, Zhenru Zhang, and Zhihao Fan\.Qwen2 technical report\.*arXiv preprint arXiv:2407\.10671*, 2024a\.
- Yang et al\. \(2024b\)An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, Huan Lin, Jian Yang, Jianhong Tu, Jianwei Zhang, Jianxin Yang, Jiaxi Yang, Jingren Zhou, Junyang Lin, Kai Dang, Keming Lu, Keqin Bao, Kexin Yang, Le Yu, Mei Li, Mingfeng Xue, Pei Zhang, Qin Zhu, Rui Men, Runji Lin, Tianhao Li, Tianyi Tang, Tingyu Xia, Xingzhang Ren, Xuancheng Ren, Yang Fan, Yang Su, Yichang Zhang, Yu Wan, Yuqiong Liu, Zeyu Cui, Zhenru Zhang, and Zihan Qiu\.Qwen2\.5 technical report\.*arXiv preprint arXiv:2412\.15115*, 2024b\.
- Yue et al\. \(2025\)Yang Yue, Zhiqi Chen, Rui Lu, Andrew Zhao, Zhaokai Wang, Yang Yue, Shiji Song, and Gao Huang\.Does reinforcement learning really incentivize reasoning capacity in llms beyond the base model?, 2025\.URL[https://arxiv\.org/abs/2504\.13837](https://arxiv.org/abs/2504.13837)\.
- Zhao et al\. \(2025\)Han Zhao, Haotian Wang, Yiping Peng, Sitong Zhao, Xiaoyu Tian, Shuaiting Chen, Yunjie Ji, and Xiangang Li\.1\.4 million open\-source distilled reasoning dataset to empower large language model training, 2025\.URL[https://arxiv\.org/abs/2503\.19633](https://arxiv.org/abs/2503.19633)\.
- Zhu et al\. \(2025\)Hanqing Zhu, Zhenyu Zhang, Hanxian Huang, DiJia Su, Zechun Liu, Jiawei Zhao, Igor Fedorov, Hamed Pirsiavash, Zhizhou Sha, Jinwon Lee, et al\.The path not taken: Rlvr provably learns off the principals\.*arXiv preprint arXiv:2511\.08567*, 2025\.

Appendix: Table of Contents

PART I: Theoretical Foundations\.[A](https://arxiv.org/html/2607.18532#A1)

ASDS Parameter Estimation[A](https://arxiv.org/html/2607.18532#A1)BMathematical Foundations of SDS and CEBRA[B](https://arxiv.org/html/2607.18532#A2)B\.1 Empirical Verification of the CEBRA vs\. PCA Criterion[B\.1](https://arxiv.org/html/2607.18532#A2.SS1)B\.2 Advantages of CEBRA Over PCA[B\.2](https://arxiv.org/html/2607.18532#A2.SS2)CIdentifiability, MLE Consistency, and State Estimation Error[C](https://arxiv.org/html/2607.18532#A3)C\.1 Persistence Theory and the State\-Splitting Cliff[C\.1](https://arxiv.org/html/2607.18532#A3.SS1)C\.2 How RLVR May Induce Persistent States[C\.2](https://arxiv.org/html/2607.18532#A3.SS2)
PART II: Additional Experimental Results\.[D](https://arxiv.org/html/2607.18532#A4)

DTraining Dynamics of Latent Policy Structure[D](https://arxiv.org/html/2607.18532#A4)EAdditional Robustness and Modeling Choice Ablations[E](https://arxiv.org/html/2607.18532#A5)E\.1 Per\-Dataset Structural Comparisons[E\.1](https://arxiv.org/html/2607.18532#A5.SS1)E\.2 Controls for Correctness and Temporal Bias[E\.2](https://arxiv.org/html/2607.18532#A5.SS2)E\.3 Activation Extraction and Layer Selection[E\.3](https://arxiv.org/html/2607.18532#A5.SS3)E\.4 Projection and Inference Ablations[E\.4](https://arxiv.org/html/2607.18532#A5.SS4)E\.5 State\-Swap Ablation[E\.5](https://arxiv.org/html/2607.18532#A5.SS5)E\.6 Additional State\-Swap Ablation Details[E\.6](https://arxiv.org/html/2607.18532#A5.SS6)E\.7 Cross\-Dataset Consistency of Latent Policy States[E\.7](https://arxiv.org/html/2607.18532#A5.SS7)FFunctional State Specialization: Extended Analysis[F](https://arxiv.org/html/2607.18532#A6)GHard Example Dataset Construction[G](https://arxiv.org/html/2607.18532#A7)HPolicy\-Transplantation Implementation[H](https://arxiv.org/html/2607.18532#A8)ICross\-Model Transfer and Policy\-Transplantation Results[I](https://arxiv.org/html/2607.18532#A9)JCEBRA Trajectory Visualizations Gallery[J](https://arxiv.org/html/2607.18532#A10)

The results in this part clarify when the proposed SDS framework admits identifiable regimes, consistent parameter estimation, and controlled state\-recovery error\. They provide sufficient conditions for interpreting the recovered states, rather than a claim that language\-model activations are generated by an exactly specified SDS\. The assumptions play different roles\. Compactness, boundedness, and regularity conditions are standard technical assumptions used to establish the statistical results\. Correct model specification and identifiable regime dynamics are stronger, idealized assumptions that characterize the theoretical setting but are not imposed by the empirical pipeline, where the SDS is used as an approximate latent dynamical model\. The Markov and persistence properties are treated as testable modeling hypotheses: we evaluate predictive adequacy and regime dependence empirically, and vary or remove the persistence prior in Appendix[E\.2\.4](https://arxiv.org/html/2607.18532#A5.SS2.SSS4)\. We therefore use the theory to explain when regime recovery is principled, while relying on ablation and sensitivity analyses to assess whether its approximations are supported in practice\.

## Appendix ASDS Parameter Estimation

We estimate parametersθ=\{π,T,\{Ak,bk,Σk\}k=1K\}\\theta=\\\{\\pi,T,\\\{A\_\{k\},b\_\{k\},\\Sigma\_\{k\}\\\}\_\{k=1\}^\{K\}\\\}by maximizing the complete\-data log\-likelihood via EM, run for 50 iterations\.

E\-step\.Given current parametersθ\(n\)\\theta^\{\(n\)\}, the forward\-backward algorithm computes the log\-forward variables

log⁡αt​\(k\)=log⁡p​\(zt∣st=k,zt−1\)\+log​∑iαt−1​\(i\)​Ti​k,\\log\\alpha\_\{t\}\(k\)=\\log p\(z\_\{t\}\\mid s\_\{t\}=k,z\_\{t\-1\}\)\+\\log\\sum\_\{i\}\\alpha\_\{t\-1\}\(i\)T\_\{ik\},\(6\)and log\-backward variables

log⁡βt​\(k\)=log​∑jTk​j​p​\(zt\+1∣st\+1=j,zt\)​βt\+1​\(j\),\\log\\beta\_\{t\}\(k\)=\\log\\sum\_\{j\}T\_\{kj\}\\,p\(z\_\{t\+1\}\\mid s\_\{t\+1\}=j,z\_\{t\}\)\\,\\beta\_\{t\+1\}\(j\),\(7\)from which we obtain the soft posteriors

γt​\(k\)\\displaystyle\\gamma\_\{t\}\(k\)=P​\(st=k∣z1:T\)∝αt​\(k\)​βt​\(k\),\\displaystyle=P\(s\_\{t\}=k\\mid z\_\{1:T\}\)\\propto\\alpha\_\{t\}\(k\)\\,\\beta\_\{t\}\(k\),\(8\)ξt​\(i,j\)\\displaystyle\\xi\_\{t\}\(i,j\)=P​\(st=i,st\+1=j∣z1:T\)∝αt​\(i\)​Ti​j​p​\(zt\+1∣st\+1=j,zt\)​βt\+1​\(j\)\.\\displaystyle=P\(s\_\{t\}=i,s\_\{t\+1\}=j\\mid z\_\{1:T\}\)\\propto\\alpha\_\{t\}\(i\)\\,T\_\{ij\}\\,p\(z\_\{t\+1\}\\mid s\_\{t\+1\}=j,z\_\{t\}\)\\,\\beta\_\{t\+1\}\(j\)\.\(9\)The regime\-conditional emission density is Gaussian:

p​\(zt\+1∣st\+1=k,zt\)=𝒩​\(zt\+1;Ak​zt\+bk,Σk\)\.p\(z\_\{t\+1\}\\mid s\_\{t\+1\}=k,z\_\{t\}\)=\\mathcal\{N\}\(z\_\{t\+1\};\\;A\_\{k\}z\_\{t\}\+b\_\{k\},\\;\\Sigma\_\{k\}\)\.\(10\)
M\-step\.Regime\-conditional dynamics are updated viaγt​\(k\)\\gamma\_\{t\}\(k\)\-weighted least squares\. Stacking inputsz~t=\[zt⊤,1\]⊤\\tilde\{z\}\_\{t\}=\[z\_\{t\}^\{\\top\},1\]^\{\\top\}, the solution for each regimekkis

\[Ak⊤bk\]=\(∑tγt​\(k\)​z~t​z~t⊤\+λ​I\)−1​\(∑tγt​\(k\)​z~t​zt\+1⊤\),\\begin\{bmatrix\}A\_\{k\}^\{\\top\}\\\\ b\_\{k\}\\end\{bmatrix\}=\\left\(\\sum\_\{t\}\\gamma\_\{t\}\(k\)\\,\\tilde\{z\}\_\{t\}\\tilde\{z\}\_\{t\}^\{\\top\}\+\\lambda I\\right\)^\{\-1\}\\left\(\\sum\_\{t\}\\gamma\_\{t\}\(k\)\\,\\tilde\{z\}\_\{t\}z\_\{t\+1\}^\{\\top\}\\right\),\(11\)withλ=10−4\\lambda=10^\{\-4\}for regularization\. The covariance is updated as

Σk=∑tγt​\(k\)​et​et⊤∑tγt​\(k\)\+λ​I,et=zt\+1−Ak​zt−bk\.\\Sigma\_\{k\}=\\frac\{\\sum\_\{t\}\\gamma\_\{t\}\(k\)\\,e\_\{t\}e\_\{t\}^\{\\top\}\}\{\\sum\_\{t\}\\gamma\_\{t\}\(k\)\}\+\\lambda I,\\quad e\_\{t\}=z\_\{t\+1\}\-A\_\{k\}z\_\{t\}\-b\_\{k\}\.\(12\)The transition matrix is updated via soft transition counts with a symmetric Dirichlet priorκ=1\\kappa=1to encourage persistence:

T^i​j=∑tξt​\(i,j\)\+κ∑j\(∑tξt​\(i,j\)\+κ\)\.\\hat\{T\}\_\{ij\}=\\frac\{\\sum\_\{t\}\\xi\_\{t\}\(i,j\)\+\\kappa\}\{\\sum\_\{j\}\\left\(\\sum\_\{t\}\\xi\_\{t\}\(i,j\)\+\\kappa\\right\)\}\.\(13\)The initial distribution isπ^k=1N​∑nγ1\(n\)​\(k\)\\hat\{\\pi\}\_\{k\}=\\frac\{1\}\{N\}\\sum\_\{n\}\\gamma\_\{1\}^\{\(n\)\}\(k\), averaged over trajectories\.

Hard assignment and model order\.The regime sequence is recovered ass^t=arg​maxk⁡γt​\(k\)\\hat\{s\}\_\{t\}=\\operatorname\*\{arg\\,max\}\_\{k\}\\,\\gamma\_\{t\}\(k\)\. Model orderK⋆K^\{\\star\}is selected per trajectory by minimizing the Bayesian Information Criterion:

BIC​\(K\)=−2​ℓ​\(θ^K\)\+nparams​\(K\)​log⁡N,\\mathrm\{BIC\}\(K\)=\-2\\,\\ell\(\\hat\{\\theta\}\_\{K\}\)\+n\_\{\\mathrm\{params\}\}\(K\)\\,\\log N,\(14\)whereℓ​\(θ^K\)\\ell\(\\hat\{\\theta\}\_\{K\}\)is the log\-likelihood at convergence,nparams​\(K\)=K​\(K−1\)\+K​\(d2\+d\+d​\(d\+1\)/2\)n\_\{\\mathrm\{params\}\}\(K\)=K\(K\-1\)\+K\(d^\{2\}\+d\+d\(d\+1\)/2\)counts free parameters, andN=∑t1N=\\sum\_\{t\}1is the total number of observations\.

## Appendix BMathematical Foundations of SDS and CEBRA

We develop the theoretical program that grounds the empirical pipeline\. We address four questions: \(1\) why CEBRA embeddings are better than PCA for SDS fitting, \(2\) whether the recovered discrete regimes are identifiable, \(3\) why persistence collapses sharply whenKKexceeds the true model order, and \(4\) why RLVR induces persistent states in the first place\. Full proofs and supporting results appear in the Appendix\.

### B\.1Empirical Verification of the CEBRA vs\. PCA Criterion

The SDS prediction risk under embeddingffsatisfies the following bound, whose proof follows from a union bound argument and the Chernoff bound for Gaussian likelihood\-ratio tests\.

###### Proposition B\.1\(SDS prediction risk bound\)\.

Under Assumptions in Section[3\.2](https://arxiv.org/html/2607.18532#S3.SS2), equal priorsπk=1/K\\pi\_\{k\}=1/K, and bounded regime\-conditional prediction gapsM​\(f\):=supztmaxk≠st⁡‖mk​\(zt\)−mst​\(zt\)‖2<∞M\(f\):=\\sup\_\{z\_\{t\}\}\\max\_\{k\\neq s\_\{t\}\}\\\|m\_\{k\}\(z\_\{t\}\)\-m\_\{s\_\{t\}\}\(z\_\{t\}\)\\\|^\{2\}<\\inftywheremk​\(z\)=Ak​z\+bkm\_\{k\}\(z\)=A\_\{k\}z\+b\_\{k\}:

ℛSDS​\(f\)≤𝔼​\[‖εt‖2\]\+\(K−1\)​e−B​\(f\)⋅M​\(f\),\\mathcal\{R\}\_\{\\mathrm\{SDS\}\}\(f\)\\leq\\mathbb\{E\}\[\\\|\\varepsilon\_\{t\}\\\|^\{2\}\]\+\(K\-1\)\\,e^\{\-B\(f\)\}\\cdot M\(f\),whereB​\(f\)=mini≠j⁡Bi​jB\(f\)=\\min\_\{i\\neq j\}B\_\{ij\}and

Bi​j=18​\(μi−μj\)⊤​\(Σi\+Σj2\)−1​\(μi−μj\)\+12​log⁡\|Σi\+Σj2\|\|Σi\|1/2​\|Σj\|1/2\.B\_\{ij\}=\\frac\{1\}\{8\}\(\\mu\_\{i\}\-\\mu\_\{j\}\)^\{\\top\}\\\!\\left\(\\frac\{\\Sigma\_\{i\}\+\\Sigma\_\{j\}\}\{2\}\\right\)^\{\-1\}\\\!\(\\mu\_\{i\}\-\\mu\_\{j\}\)\+\\frac\{1\}\{2\}\\log\\frac\{\\bigl\|\\frac\{\\Sigma\_\{i\}\+\\Sigma\_\{j\}\}\{2\}\\bigr\|\}\{\|\\Sigma\_\{i\}\|^\{1/2\}\|\\Sigma\_\{j\}\|^\{1/2\}\}\.

Corollary[3\.1](https://arxiv.org/html/2607.18532#S3.Thmtheorem1)follows by direct substitution: CEBRA achieves lower prediction risk than PCA if and only if the gain in Bhattacharyya separationB​\(fC\)−B​\(fP\)B\(f\_\{C\}\)\-B\(f\_\{P\}\)exceeds the log\-ratio of prediction gap compactnesslog⁡\(M​\(fC\)/M​\(fP\)\)\\log\(M\(f\_\{C\}\)/M\(f\_\{P\}\)\)\. Both quantities are computable in closed form from the fitted EM parameters\{μkf,Σkf\}\\\{\\mu\_\{k\}^\{f\},\\Sigma\_\{k\}^\{f\}\\\}and\{Akf,bkf\}\\\{A\_\{k\}^\{f\},b\_\{k\}^\{f\}\\\}, making the criterion directly verifiable on held\-out data\.

Figure[8](https://arxiv.org/html/2607.18532#A2.F8)plots the left\-hand sideB​\(fC\)−B​\(fP\)B\(f\_\{C\}\)\-B\(f\_\{P\}\)against the right\-hand sidelog⁡\(M​\(fC\)/M​\(fP\)\)\\log\(M\(f\_\{C\}\)/M\(f\_\{P\}\)\)across all model–dataset pairs\. Points above the diagonal satisfy the condition\. Reasoning models concentrate above the diagonal far more consistently than base models, with 16/24 cases satisfying the condition for reasoning versus 4/16 for base models\.

### B\.2Advantages of CEBRA Over PCA

###### Assumption 1\(Bounded dynamics\)\.

The regime\-conditional prediction gaps are uniformly bounded over the observed support:

M​\(f\):=supztmaxk≠st⁡‖mk​\(zt\)−mst​\(zt\)‖2<∞,M\(f\):=\\sup\_\{z\_\{t\}\}\\max\_\{k\\neq s\_\{t\}\}\\\|m\_\{k\}\(z\_\{t\}\)\-m\_\{s\_\{t\}\}\(z\_\{t\}\)\\\|^\{2\}<\\infty,wheremk​\(z\)=Ak​z\+bkm\_\{k\}\(z\)=A\_\{k\}z\+b\_\{k\}\.

###### Proposition B\.2\(SDS prediction risk bound\)\.

Under Assumption[1](https://arxiv.org/html/2607.18532#Thmassumption1)and equal priorsπk=1/K\\pi\_\{k\}=1/K:

ℛSDS​\(f\)≤𝔼​\[‖εt‖2\]\+\(K−1\)​e−B​\(f\)⋅M​\(f\),\\mathcal\{R\}\_\{\\mathrm\{SDS\}\}\(f\)\\;\\leq\\;\\mathbb\{E\}\[\\\|\\varepsilon\_\{t\}\\\|^\{2\}\]\\;\+\\;\(K\-1\)\\,e^\{\-B\(f\)\}\\cdot M\(f\),whereB​\(f\)=mini≠j⁡Bi​jB\(f\)=\\min\_\{i\\neq j\}B\_\{ij\}and

Bi​j=18​\(μi−μj\)⊤​\(Σi\+Σj2\)−1​\(μi−μj\)\+12​log⁡\|Σi\+Σj2\|\|Σi\|1/2​\|Σj\|1/2\.B\_\{ij\}=\\frac\{1\}\{8\}\(\\mu\_\{i\}\-\\mu\_\{j\}\)^\{\\top\}\\\!\\left\(\\frac\{\\Sigma\_\{i\}\+\\Sigma\_\{j\}\}\{2\}\\right\)^\{\-1\}\\\!\(\\mu\_\{i\}\-\\mu\_\{j\}\)\+\\frac\{1\}\{2\}\\log\\frac\{\\bigl\|\\frac\{\\Sigma\_\{i\}\+\\Sigma\_\{j\}\}\{2\}\\bigr\|\}\{\|\\Sigma\_\{i\}\|^\{1/2\}\|\\Sigma\_\{j\}\|^\{1/2\}\}\.

###### Proof\.

Writezt\+1−z^t\+1=\(mst​\(zt\)−ms^t​\(zt\)\)\+εtz\_\{t\+1\}\-\\hat\{z\}\_\{t\+1\}=\(m\_\{s\_\{t\}\}\(z\_\{t\}\)\-m\_\{\\hat\{s\}\_\{t\}\}\(z\_\{t\}\)\)\+\\varepsilon\_\{t\}\. Since𝔼​\[εt∣zt,st\]=0\\mathbb\{E\}\[\\varepsilon\_\{t\}\\mid z\_\{t\},s\_\{t\}\]=0, the cross term vanishes inL2L^\{2\}, giving

ℛSDS​\(f\)=𝔼​\[‖εt‖2\]\+𝔼​\[‖mst​\(zt\)−ms^t​\(zt\)‖2\]\.\\mathcal\{R\}\_\{\\mathrm\{SDS\}\}\(f\)=\\mathbb\{E\}\[\\\|\\varepsilon\_\{t\}\\\|^\{2\}\]\+\\mathbb\{E\}\\bigl\[\\\|m\_\{s\_\{t\}\}\(z\_\{t\}\)\-m\_\{\\hat\{s\}\_\{t\}\}\(z\_\{t\}\)\\\|^\{2\}\\bigr\]\.The second term vanishes on correct classifications, so

𝔼​\[‖mst−ms^t‖2\]≤M​\(f\)⋅ℙ​\(s^t≠st\)\.\\mathbb\{E\}\\bigl\[\\\|m\_\{s\_\{t\}\}\-m\_\{\\hat\{s\}\_\{t\}\}\\\|^\{2\}\\bigr\]\\leq M\(f\)\\cdot\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq s\_\{t\}\)\.By the law of total probability andℙ​\(st=i\)=1/K\\mathbb\{P\}\(s\_\{t\}=i\)=1/K,

ℙ​\(s^t≠st\)=1K​∑i=1Kℙ​\(s^t≠i∣st=i\)\.\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq s\_\{t\}\)=\\frac\{1\}\{K\}\\sum\_\{i=1\}^\{K\}\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq i\\mid s\_\{t\}=i\)\.Since\{s^t≠i\}⊆⋃j≠i\{pj​\(zt\)≥pi​\(zt\)\}\\\{\\hat\{s\}\_\{t\}\\neq i\\\}\\subseteq\\bigcup\_\{j\\neq i\}\\\{p\_\{j\}\(z\_\{t\}\)\\geq p\_\{i\}\(z\_\{t\}\)\\\}under equal priors, the union bound gives

ℙ​\(s^t≠i∣st=i\)≤∑j≠iℙ​\(pj​\(zt\)≥pi​\(zt\)∣zt∼𝒩​\(μi,Σi\)\)\.\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq i\\mid s\_\{t\}=i\)\\leq\\sum\_\{j\\neq i\}\\mathbb\{P\}\(p\_\{j\}\(z\_\{t\}\)\\geq p\_\{i\}\(z\_\{t\}\)\\mid z\_\{t\}\\sim\\mathcal\{N\}\(\\mu\_\{i\},\\Sigma\_\{i\}\)\)\.The event\{pj​\(zt\)≥pi​\(zt\)\}\\\{p\_\{j\}\(z\_\{t\}\)\\geq p\_\{i\}\(z\_\{t\}\)\\\}is a likelihood\-ratio test between𝒩​\(μi,Σi\)\\mathcal\{N\}\(\\mu\_\{i\},\\Sigma\_\{i\}\)and𝒩​\(μj,Σj\)\\mathcal\{N\}\(\\mu\_\{j\},\\Sigma\_\{j\}\)\. By the Chernoff bound, the type\-I error satisfiesℙ​\(pj​\(zt\)≥pi​\(zt\)∣zt∼𝒩​\(μi,Σi\)\)≤e−Ci​j\\mathbb\{P\}\(p\_\{j\}\(z\_\{t\}\)\\geq p\_\{i\}\(z\_\{t\}\)\\mid z\_\{t\}\\sim\\mathcal\{N\}\(\\mu\_\{i\},\\Sigma\_\{i\}\)\)\\leq e^\{\-C\_\{ij\}\}, whereCi​j=sups∈\[0,1\]Λi​j​\(s\)C\_\{ij\}=\\sup\_\{s\\in\[0,1\]\}\\Lambda\_\{ij\}\(s\)is the Chernoff information andΛi​j​\(s\)=−log​∫pi​\(z\)1−s​pj​\(z\)s​𝑑z\\Lambda\_\{ij\}\(s\)=\-\\log\\int p\_\{i\}\(z\)^\{1\-s\}p\_\{j\}\(z\)^\{s\}\\,dz\. SinceBi​j=Λi​j​\(1/2\)≤Ci​jB\_\{ij\}=\\Lambda\_\{ij\}\(1/2\)\\leq C\_\{ij\}, we obtaine−Ci​j≤e−Bi​je^\{\-C\_\{ij\}\}\\leq e^\{\-B\_\{ij\}\}, and therefore

ℙ​\(s^t≠st\)≤1K​∑i=1K\(K−1\)​e−B​\(f\)=\(K−1\)​e−B​\(f\),\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq s\_\{t\}\)\\leq\\frac\{1\}\{K\}\\sum\_\{i=1\}^\{K\}\(K\-1\)\\,e^\{\-B\(f\)\}=\(K\-1\)\\,e^\{\-B\(f\)\},which completes the proof\. ∎

###### Corollary B\.3\(CEBRA vs\. PCA\)\.

ℛSDS​\(fC\)<ℛSDS​\(fP\)⇔B​\(fC\)−B​\(fP\)\>log⁡M​\(fC\)M​\(fP\)\.\\mathcal\{R\}\_\{\\mathrm\{SDS\}\}\(f\_\{C\}\)<\\mathcal\{R\}\_\{\\mathrm\{SDS\}\}\(f\_\{P\}\)\\;\\iff\\;B\(f\_\{C\}\)\-B\(f\_\{P\}\)\>\\log\\frac\{M\(f\_\{C\}\)\}\{M\(f\_\{P\}\)\}\.

###### Proof\.

Direct substitution into Proposition[B\.1](https://arxiv.org/html/2607.18532#A2.Thmtheorem1)\. ∎

Figure[8](https://arxiv.org/html/2607.18532#A2.F8)plots the left\-hand sideB​\(fC\)−B​\(fP\)B\(f\_\{C\}\)\-B\(f\_\{P\}\)against the right\-hand sidelog⁡\(M​\(fC\)/M​\(fP\)\)\\log\(M\(f\_\{C\}\)/M\(f\_\{P\}\)\)across all model–dataset pairs\. Points above the diagonal satisfy the condition\. Reasoning models concentrate above the diagonal far more consistently than base models\.

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/fig_corollary_verification.png)Figure 8:Empirical verification of Corollary[B\.3](https://arxiv.org/html/2607.18532#A2.Thmtheorem3)for Reasoning \(top\) and base \(bottom\) models across all model–dataset pairs\. Each point is one model–dataset case; marker shape denotes model family\. Filled markers satisfyB​\(fC\)−B​\(fP\)\>log⁡\(M​\(fC\)/M​\(fP\)\)B\(f\_\{C\}\)\-B\(f\_\{P\}\)\>\\log\(M\(f\_\{C\}\)/M\(f\_\{P\}\)\); hollow markers do not\.

## Appendix CIdentifiability, MLE consistency, and State Estimation error

We work with the switching linear–Gaussian SDS observed in representation space:

zt\+1=Ast​zt\+bst\+εt,εt∼𝒩​\(0,Σst\),z\_\{t\+1\}=A\_\{s\_\{t\}\}z\_\{t\}\+b\_\{s\_\{t\}\}\+\\varepsilon\_\{t\},\\qquad\\varepsilon\_\{t\}\\sim\\mathcal\{N\}\(0,\\Sigma\_\{s\_\{t\}\}\),wherest∈\{1,…,K\}s\_\{t\}\\in\\\{1,\\dots,K\\\}is a Markov chain with transition matrixΠ\\Piand stationary distributionρ\\rhoon\{1,…,K\}×ℝd\\\{1,\\dots,K\\\}\\times\\mathbb\{R\}^\{d\}\.

### Assumptions

1. \(A1\)Ergodic transitions\.Π\\Piis irreducible and aperiodic, withΠi​j\>0\\Pi\_\{ij\}\>0for alli,ji,j\. This guarantees that the joint chain\(st,zt\)\(s\_\{t\},z\_\{t\}\)has a unique stationary distributionρ\\rho, and that all regime weightsρk​\(x\):=ℙ​\(st=k∣zt=x\)\\rho\_\{k\}\(x\):=\\mathbb\{P\}\(s\_\{t\}=k\\mid z\_\{t\}=x\)are strictly positive for Lebesgue\-a\.e\.xx\.
2. \(A2\)Distinct emissions\.The number of regimesKKis known and fixed\. For every pairk≠k′k\\neq k^\{\\prime\}, the Gaussian emission families are distinct: 𝒩​\(Ak​x\+bk,Σk\)≠𝒩​\(Ak′​x\+bk′,Σk′\)for Lebesgue\-a\.e\.​x∈ℝd\.\\mathcal\{N\}\(A\_\{k\}x\+b\_\{k\},\\Sigma\_\{k\}\)\\neq\\mathcal\{N\}\(A\_\{k^\{\\prime\}\}x\+b\_\{k^\{\\prime\}\},\\Sigma\_\{k^\{\\prime\}\}\)\\quad\\text\{for Lebesgue\-a\.e\.\\ \}x\\in\\mathbb\{R\}^\{d\}\.
3. \(A3\)Nondegeneracy and compactness\.EachΣk≻0\\Sigma\_\{k\}\\succ 0\. The parameter spaceΘ\\Thetais compact\. Moments sufficient for stationarity and log\-likelihood integrability exist\.
4. \(A4\)Filter stability \(uniform exponential forgetting\)\.There existC<∞C<\\inftyandλ∈\(0,1\)\\lambda\\in\(0,1\)such that for any two filter initializationsπ0,π~0\\pi\_\{0\},\\tilde\{\\pi\}\_\{0\}: supθ∈Θ∥πt\(π0\)\(⋅∣θ\)−πt\(π~0\)\(⋅∣θ\)∥TV≤Cλt∀t≥0\.\\sup\_\{\\theta\\in\\Theta\}\\bigl\\\|\\pi\_\{t\}^\{\(\\pi\_\{0\}\)\}\(\\cdot\\mid\\theta\)\-\\pi\_\{t\}^\{\(\\tilde\{\\pi\}\_\{0\}\)\}\(\\cdot\\mid\\theta\)\\bigr\\\|\_\{\\mathrm\{TV\}\}\\leq C\\lambda^\{t\}\\qquad\\forall\\,t\\geq 0\.Under \(A1\)–\(A3\), we state explicitly the sufficient conditions because it appears as a direct hypothesis inDouc et al\. \([2004](https://arxiv.org/html/2607.18532#bib.bib10)\)\.

###### Proposition C\.1\(Identifiability, MLE consistency, and misclassification bound\)\.

Under Assumptions \(A1\)–\(A4\):

1. 1\.*\(Generic identifiability\)*The parameters\{\(Ak,bk,Σk\)\}k=1K\\\{\(A\_\{k\},b\_\{k\},\\Sigma\_\{k\}\)\\\}\_\{k=1\}^\{K\}andΠ\\Piare identifiable from the law of\{zt\}\\\{z\_\{t\}\\\}, up to a global permutation of state labels\. Identifiability of finite Gaussian mixtures follows from the linear independence of the Gaussian family overℝ\\mathbb\{R\}, established byYakowitz & Spragins\([1968](https://arxiv.org/html/2607.18532#bib.bib36)\); recovery of the affine parameters\{\(Ak,bk\)\}\\\{\(A\_\{k\},b\_\{k\}\)\\\}andΠ\\Pifrom the identified mixture components is shown in the proof below\.
2. 2\.*\(MLE consistency\)*The conditional MLEθ^T\\hat\{\\theta\}\_\{T\}satisfiesθ^T→a\.s\.θ⋆\\hat\{\\theta\}\_\{T\}\\xrightarrow\{\\mathrm\{a\.s\.\}\}\\theta^\{\\star\}asT→∞T\\to\\infty, by Theorem 1 ofDouc et al\.\([2004](https://arxiv.org/html/2607.18532#bib.bib10)\)whose hypotheses are verified by \(A1\)–\(A4\)\.
3. 3\.*\(One\-step Bayes misclassification bound\)*Fori≠ji\\neq jand fixedzt=zz\_\{t\}=z, define the Bhattacharyya distance between the conditional emissions of regimesiiandjj: Bi​j​\(z\)=−log​∫pi​\(zt\+1∣z\)​pj​\(zt\+1∣z\)​𝑑zt\+1,B\_\{ij\}\(z\)=\-\\log\\int\\sqrt\{p\_\{i\}\(z\_\{t\+1\}\\mid z\)\\,p\_\{j\}\(z\_\{t\+1\}\\mid z\)\}\\,dz\_\{t\+1\},and letBmin​\(z\)=mini≠j⁡Bi​j​\(z\)B\_\{\\min\}\(z\)=\\min\_\{i\\neq j\}B\_\{ij\}\(z\)\. Then: ℙ​\(s^tBayes≠st\)≤\(K−1\)​e−Beff​\(f\),\\mathbb\{P\}\\\!\\left\(\\hat\{s\}\_\{t\}^\{\\mathrm\{Bayes\}\}\\neq s\_\{t\}\\right\)\\;\\leq\\;\(K\-1\)\\,e^\{\-B\_\{\\mathrm\{eff\}\}\(f\)\},whereBeff​\(f\)=−log⁡𝔼\(st,zt\)∼ρ​\[e−Bmin​\(zt\)\]B\_\{\\mathrm\{eff\}\}\(f\)=\-\\log\\,\\mathbb\{E\}\_\{\(s\_\{t\},z\_\{t\}\)\\sim\\rho\}\\\!\\left\[e^\{\-B\_\{\\min\}\(z\_\{t\}\)\}\\right\]\. For fixedzz, eachBi​j​\(z\)B\_\{ij\}\(z\)admits the closed form Bi​j​\(z\)=18​\(μi​\(z\)−μj​\(z\)\)⊤​\(Σi\+Σj2\)−1​\(μi​\(z\)−μj​\(z\)\)\+12​log⁡\|Σi\+Σj2\|\|Σi\|1/2​\|Σj\|1/2,B\_\{ij\}\(z\)=\\frac\{1\}\{8\}\(\\mu\_\{i\}\(z\)\-\\mu\_\{j\}\(z\)\)^\{\\top\}\\\!\\left\(\\tfrac\{\\Sigma\_\{i\}\+\\Sigma\_\{j\}\}\{2\}\\right\)^\{\-1\}\(\\mu\_\{i\}\(z\)\-\\mu\_\{j\}\(z\)\)\+\\frac\{1\}\{2\}\\log\\frac\{\\left\|\\frac\{\\Sigma\_\{i\}\+\\Sigma\_\{j\}\}\{2\}\\right\|\}\{\|\\Sigma\_\{i\}\|^\{1/2\}\|\\Sigma\_\{j\}\|^\{1/2\}\},withμk​\(z\)=Ak​z\+bk\\mu\_\{k\}\(z\)=A\_\{k\}z\+b\_\{k\}\.

### Proof

##### \(i\) Generic identifiability\.

Step 1: identify emission parameters\.Equality of the laws of\{zt\}\\\{z\_\{t\}\\\}underθ\\thetaandθ′\\theta^\{\\prime\}implies equality of the one\-step kernels for Lebesgue\-a\.e\.xx:

∑k=1Kρk​\(x\)​𝒩​\(Ak​x\+bk,Σk\)=∑k=1Kρk′​\(x\)​𝒩​\(Ak′​x\+bk′,Σk′\)\.\\sum\_\{k=1\}^\{K\}\\rho\_\{k\}\(x\)\\,\\mathcal\{N\}\(A\_\{k\}x\+b\_\{k\},\\Sigma\_\{k\}\)\\;=\\;\\sum\_\{k=1\}^\{K\}\\rho\_\{k\}^\{\\prime\}\(x\)\\,\\mathcal\{N\}\(A\_\{k\}^\{\\prime\}x\+b\_\{k\}^\{\\prime\},\\Sigma\_\{k\}^\{\\prime\}\)\.This is an equality of twoKK\-component Gaussian mixtures inzt\+1z\_\{t\+1\}with strictly positive weights by \(A1\)\. The multivariate Gaussian family is linearly independent overℝ\\mathbb\{R\}\(Yakowitz & Spragins,[1968](https://arxiv.org/html/2607.18532#bib.bib36)\); we include a self\-contained proof of this fact as Lemma[C\.2](https://arxiv.org/html/2607.18532#A3.Thmtheorem2)below\. By the main theorem ofYakowitz & Spragins \([1968](https://arxiv.org/html/2607.18532#bib.bib36)\), the mixture is therefore identifiable: equality of the kernels for a\.e\.xxforces the components to agree up to a permutationσ\\sigma\.

###### Lemma C\.2\(Linear independence of Gaussians,Yakowitz & Spragins \([1968](https://arxiv.org/html/2607.18532#bib.bib36)\)\)\.

Let\(μk,Σk\)k=1K\(\\mu\_\{k\},\\Sigma\_\{k\}\)\_\{k=1\}^\{K\}be pairwise distinct with eachΣk≻0\\Sigma\_\{k\}\\succ 0\. If

∑k=1Kck​ϕμk,Σk​\(x\)=0∀x∈ℝd,\\sum\_\{k=1\}^\{K\}c\_\{k\}\\,\\phi\_\{\\mu\_\{k\},\\Sigma\_\{k\}\}\(x\)=0\\qquad\\forall\\,x\\in\\mathbb\{R\}^\{d\},whereϕμk,Σk\\phi\_\{\\mu\_\{k\},\\Sigma\_\{k\}\}denotes the Gaussian density, thenck=0c\_\{k\}=0for allkk\. We include a self\-contained proof for completeness\.

###### Proof\.

Taking Fourier transforms, the hypothesis becomes

∑k=1Kck​exp⁡\(i​ω⊤​μk−12​ω⊤​Σk​ω\)=0∀ω∈ℝd\.\\sum\_\{k=1\}^\{K\}c\_\{k\}\\exp\\\!\\left\(i\\omega^\{\\top\}\\mu\_\{k\}\-\\tfrac\{1\}\{2\}\\omega^\{\\top\}\\Sigma\_\{k\}\\omega\\right\)=0\\qquad\\forall\\,\\omega\\in\\mathbb\{R\}^\{d\}\.We proveck=0c\_\{k\}=0for allkkby induction onKK\.

Base caseK=1K=1\.The equation reduces toc1​exp⁡\(i​ω⊤​μ1−12​ω⊤​Σ1​ω\)=0c\_\{1\}\\exp\(i\\omega^\{\\top\}\\mu\_\{1\}\-\\frac\{1\}\{2\}\\omega^\{\\top\}\\Sigma\_\{1\}\\omega\)=0for allω\\omega\. Since the exponential is never zero,c1=0c\_\{1\}=0\.

Inductive step\.Assume the claim holds for any equation of the form\(∗\)\(\*\)with at mostK−1K\-1terms whose parameters are pairwise distinct\. Fix anyξ∈ℝd∖\{0\}\\xi\\in\\mathbb\{R\}^\{d\}\\setminus\\\{0\\\}andω0∈ℝd\\omega\_\{0\}\\in\\mathbb\{R\}^\{d\}, and substituteω=ω0\+t​ξ\\omega=\\omega\_\{0\}\+t\\xifort∈ℝt\\in\\mathbb\{R\}\. SinceΣk≻0\\Sigma\_\{k\}\\succ 0, the quadratic form expands as:

\(ω0\+t​ξ\)⊤​Σk​\(ω0\+t​ξ\)=t2​ξ⊤​Σk​ξ\+2​t​ξ⊤​Σk​ω0\+ω0⊤​Σk​ω0\.\(\\omega\_\{0\}\+t\\xi\)^\{\\top\}\\Sigma\_\{k\}\(\\omega\_\{0\}\+t\\xi\)=t^\{2\}\\,\\xi^\{\\top\}\\Sigma\_\{k\}\\xi\+2t\\,\\xi^\{\\top\}\\Sigma\_\{k\}\\omega\_\{0\}\+\\omega\_\{0\}^\{\\top\}\\Sigma\_\{k\}\\omega\_\{0\}\.Substituting into\(∗\)\(\*\)and collecting terms:

∑k=1Kck​exp⁡\(i​ω0⊤​μk−12​ω0⊤​Σk​ω0\)⏟=⁣:ck′​exp⁡\(t​βk−t22​αk\)=0,\\sum\_\{k=1\}^\{K\}\\underbrace\{c\_\{k\}\\exp\\\!\\left\(i\\omega\_\{0\}^\{\\top\}\\mu\_\{k\}\-\\tfrac\{1\}\{2\}\\omega\_\{0\}^\{\\top\}\\Sigma\_\{k\}\\omega\_\{0\}\\right\)\}\_\{=:\\,c\_\{k\}^\{\\prime\}\}\\exp\\\!\\left\(t\\beta\_\{k\}\-\\tfrac\{t^\{2\}\}\{2\}\\alpha\_\{k\}\\right\)=0,whereαk:=ξ⊤​Σk​ξ\>0\\alpha\_\{k\}:=\\xi^\{\\top\}\\Sigma\_\{k\}\\xi\>0andβk:=i​ξ⊤​μk−ξ⊤​Σk​ω0∈ℂ\\beta\_\{k\}:=i\\xi^\{\\top\}\\mu\_\{k\}\-\\xi^\{\\top\}\\Sigma\_\{k\}\\omega\_\{0\}\\in\\mathbb\{C\}\. Note thatck′≠0c\_\{k\}^\{\\prime\}\\neq 0if and only ifck≠0c\_\{k\}\\neq 0, since the exponential prefactor is never zero\.

Isolating the slowest\-decaying terms\.Letαmax:=maxk⁡αk\\alpha\_\{\\max\}:=\\max\_\{k\}\\alpha\_\{k\}andI:=\{k:αk=αmax\}I:=\\\{k:\\alpha\_\{k\}=\\alpha\_\{\\max\}\\\}, soIIis nonempty by definition\. Multiplying\(∗∗\)\(\*\*\)through byexp⁡\(t22​αmax\)\\exp\(\\frac\{t^\{2\}\}\{2\}\\alpha\_\{\\max\}\):

∑k∈Ick′​et​βk\+∑k∉Ick′​exp⁡\(−t22​\(αmax−αk\)\)​et​βk=0\.\\sum\_\{k\\in I\}c\_\{k\}^\{\\prime\}\\,e^\{t\\beta\_\{k\}\}\+\\sum\_\{k\\notin I\}c\_\{k\}^\{\\prime\}\\exp\\\!\\left\(\-\\tfrac\{t^\{2\}\}\{2\}\(\\alpha\_\{\\max\}\-\\alpha\_\{k\}\)\\right\)e^\{t\\beta\_\{k\}\}=0\.For eachk∉Ik\\notin I,αmax−αk\>0\\alpha\_\{\\max\}\-\\alpha\_\{k\}\>0, so

\|ck′​exp⁡\(−t22​\(αmax−αk\)\)​et​βk\|≤\|ck′\|​exp⁡\(−t22​\(αmax−αk\)\+t​Re​\(βk\)\)→0\\left\|c\_\{k\}^\{\\prime\}\\exp\\\!\\left\(\-\\tfrac\{t^\{2\}\}\{2\}\(\\alpha\_\{\\max\}\-\\alpha\_\{k\}\)\\right\)e^\{t\\beta\_\{k\}\}\\right\|\\leq\|c\_\{k\}^\{\\prime\}\|\\exp\\\!\\left\(\-\\tfrac\{t^\{2\}\}\{2\}\(\\alpha\_\{\\max\}\-\\alpha\_\{k\}\)\+t\\,\\mathrm\{Re\}\(\\beta\_\{k\}\)\\right\)\\to 0ast→\+∞t\\to\+\\infty\. Hence for all sufficiently largett:

∑k∈Ick′​et​βk=0\.\\sum\_\{k\\in I\}c\_\{k\}^\{\\prime\}\\,e^\{t\\beta\_\{k\}\}=0\.
Distinctness of\{βk\}k∈I\\\{\\beta\_\{k\}\\\}\_\{k\\in I\}\.Supposeβk=βk′\\beta\_\{k\}=\\beta\_\{k^\{\\prime\}\}for somek≠k′k\\neq k^\{\\prime\}inIIand for allω0∈ℝd\\omega\_\{0\}\\in\\mathbb\{R\}^\{d\}\. Then equating real and imaginary parts givesξ⊤​\(Σk−Σk′\)=0\\xi^\{\\top\}\(\\Sigma\_\{k\}\-\\Sigma\_\{k^\{\\prime\}\}\)=0as a vector andξ⊤​\(μk−μk′\)=0\\xi^\{\\top\}\(\\mu\_\{k\}\-\\mu\_\{k^\{\\prime\}\}\)=0\. If this held for allξ∈ℝd\\xi\\in\\mathbb\{R\}^\{d\}, thenΣk=Σk′\\Sigma\_\{k\}=\\Sigma\_\{k^\{\\prime\}\}andμk=μk′\\mu\_\{k\}=\\mu\_\{k^\{\\prime\}\}, contradicting distinctness\. Hence for generic\(ξ,ω0\)\(\\xi,\\omega\_\{0\}\)outside a measure\-zero set, the values\{βk\}k∈I\\\{\\beta\_\{k\}\\\}\_\{k\\in I\}are distinct; fix any such\(ξ,ω0\)\(\\xi,\\omega\_\{0\}\)\.

Linear independence of\{et​βk\}k∈I\\\{e^\{t\\beta\_\{k\}\}\\\}\_\{k\\in I\}\.The Wronskian of\{et​βk\}k∈I\\\{e^\{t\\beta\_\{k\}\}\\\}\_\{k\\in I\}equals:

W​\(t\)=\(∏k∈Iet​βk\)​∏j,k∈Ij<k\(βk−βj\)\.W\(t\)=\\left\(\\prod\_\{k\\in I\}e^\{t\\beta\_\{k\}\}\\right\)\\prod\_\{\\begin\{subarray\}\{c\}j,k\\in I\\\\ j<k\\end\{subarray\}\}\(\\beta\_\{k\}\-\\beta\_\{j\}\)\.Since theβk\\beta\_\{k\}are distinct,∏j<k\(βk−βj\)≠0\\prod\_\{j<k\}\(\\beta\_\{k\}\-\\beta\_\{j\}\)\\neq 0, and∏k∈Iet​βk≠0\\prod\_\{k\\in I\}e^\{t\\beta\_\{k\}\}\\neq 0for alltt, soW​\(t\)≠0W\(t\)\\neq 0\. Hence\{et​βk\}k∈I\\\{e^\{t\\beta\_\{k\}\}\\\}\_\{k\\in I\}are linearly independent overℂ\\mathbb\{C\}\.

Concludingck=0c\_\{k\}=0fork∈Ik\\in I\.Sinceck′c\_\{k\}^\{\\prime\}are constants independent oftt, equation\(∗∗∗\)\(\*\*\*\)is a vanishing linear combination of linearly independent functions oftt, forcingck′=0c\_\{k\}^\{\\prime\}=0for allk∈Ik\\in I\. Since the exponential prefactor inck′=ck​exp⁡\(i​ω0⊤​μk−12​ω0⊤​Σk​ω0\)c\_\{k\}^\{\\prime\}=c\_\{k\}\\exp\(i\\omega\_\{0\}^\{\\top\}\\mu\_\{k\}\-\\frac\{1\}\{2\}\\omega\_\{0\}^\{\\top\}\\Sigma\_\{k\}\\omega\_\{0\}\)is never zero, we concludeck=0c\_\{k\}=0for allk∈Ik\\in I\.

Applying the inductive hypothesis\.Sinceck=0c\_\{k\}=0for allk∈Ik\\in I, those terms vanish identically in\(∗\)\(\*\), leaving:

∑k∉Ick​exp⁡\(i​ω⊤​μk−12​ω⊤​Σk​ω\)=0∀ω∈ℝd\.\\sum\_\{k\\notin I\}c\_\{k\}\\exp\\\!\\left\(i\\omega^\{\\top\}\\mu\_\{k\}\-\\tfrac\{1\}\{2\}\\omega^\{\\top\}\\Sigma\_\{k\}\\omega\\right\)=0\\qquad\\forall\\,\\omega\\in\\mathbb\{R\}^\{d\}\.This has exactlyK−\|I\|≤K−1K\-\|I\|\\leq K\-1terms \(sinceIIis nonempty\) with pairwise distinct parameters\. The inductive hypothesis givesck=0c\_\{k\}=0for allk∉Ik\\notin I, completing the induction\. ∎

Step 2: recoverAk,bkA\_\{k\},b\_\{k\}\.For a\.e\.xx, the matched components satisfy𝒩​\(Aσ​\(k\)​x\+bσ​\(k\),Σσ​\(k\)\)=𝒩​\(Ak′​x\+bk′,Σk′\)\\mathcal\{N\}\(A\_\{\\sigma\(k\)\}x\+b\_\{\\sigma\(k\)\},\\Sigma\_\{\\sigma\(k\)\}\)=\\mathcal\{N\}\(A\_\{k\}^\{\\prime\}x\+b\_\{k\}^\{\\prime\},\\Sigma\_\{k\}^\{\\prime\}\), which forcesΣσ​\(k\)=Σk′\\Sigma\_\{\\sigma\(k\)\}=\\Sigma\_\{k\}^\{\\prime\}andAσ​\(k\)​x\+bσ​\(k\)=Ak′​x\+bk′A\_\{\\sigma\(k\)\}x\+b\_\{\\sigma\(k\)\}=A\_\{k\}^\{\\prime\}x\+b\_\{k\}^\{\\prime\}for a\.e\.xx\. Since this is an equality of affine functions holding a\.e\., the coefficients must match: differentiating with respect toxxgivesAσ​\(k\)=Ak′A\_\{\\sigma\(k\)\}=A\_\{k\}^\{\\prime\}, and evaluating atx=0x=0givesbσ​\(k\)=bk′b\_\{\\sigma\(k\)\}=b\_\{k\}^\{\\prime\}\. The permutationσ\\sigmatakes values in the finite set of permutations of\{1,…,K\}\\\{1,\\dots,K\\\}; since it is measurable and constant on a set of full measure, it is a single global permutation\.

Step 3: recoverΠ\\Pi\.With emission parameters identified, the two\-step marginal density of\(zt,zt\+1,zt\+2\)\(z\_\{t\},z\_\{t\+1\},z\_\{t\+2\}\)satisfies:

p​\(zt\+2,zt\+1∣zt\)=∑k,k′Πk​k′​ρk​\(zt\)​𝒩​\(zt\+1;μk​\(zt\),Σk\)​𝒩​\(zt\+2;μk′​\(zt\+1\),Σk′\)\.p\(z\_\{t\+2\},z\_\{t\+1\}\\mid z\_\{t\}\)=\\sum\_\{k,k^\{\\prime\}\}\\Pi\_\{kk^\{\\prime\}\}\\rho\_\{k\}\(z\_\{t\}\)\\mathcal\{N\}\(z\_\{t\+1\};\\mu\_\{k\}\(z\_\{t\}\),\\Sigma\_\{k\}\)\\mathcal\{N\}\(z\_\{t\+2\};\\mu\_\{k^\{\\prime\}\}\(z\_\{t\+1\}\),\\Sigma\_\{k^\{\\prime\}\}\)\.Since the emission parameters are now identified, the Gaussian factors are known, and the mapΠ↦p​\(zt\+2,zt\+1∣zt\)\\Pi\\mapsto p\(z\_\{t\+2\},z\_\{t\+1\}\\mid z\_\{t\}\)is linear and injective inΠ\\Pi\(generically under \(A2\)\)\. HenceΠ\\Piis uniquely recovered from the law of three consecutive observations\.□\\square

##### \(ii\) MLE consistency\.

Under \(A1\)–\(A4\), the Gaussian SDS is an HMM with finite latent state space\{1,…,K\}\\\{1,\\dots,K\\\}and continuous emissions\. The hypotheses of Theorem 1 ofDouc et al\. \([2004](https://arxiv.org/html/2607.18532#bib.bib10)\)are: ergodicity of the hidden chain \(A1\), distinct emission families \(A2\), compactness and log\-likelihood integrability \(A3\), and uniform exponential forgetting \(A4\)\. All are satisfied, so their theorem yieldsθ^T→a\.s\.θ⋆\\hat\{\\theta\}\_\{T\}\\xrightarrow\{\\mathrm\{a\.s\.\}\}\\theta^\{\\star\}\.□\\square

##### \(iii\) One\-step Bayes misclassification bound\.

Step 1: pointwise union bound\.Fixst=is\_\{t\}=iandzt=zz\_\{t\}=z\. Thenzt\+1∣zt=z,st=i∼𝒩​\(μi​\(z\),Σi\)z\_\{t\+1\}\\mid z\_\{t\}=z,s\_\{t\}=i\\sim\\mathcal\{N\}\(\\mu\_\{i\}\(z\),\\Sigma\_\{i\}\)withμi​\(z\)=Ai​z\+bi\\mu\_\{i\}\(z\)=A\_\{i\}z\+b\_\{i\}\. The Bayes decoder errs iff∃j≠i\\exists\\,j\\neq isuch thatpj​\(zt\+1∣z\)≥pi​\(zt\+1∣z\)p\_\{j\}\(z\_\{t\+1\}\\mid z\)\\geq p\_\{i\}\(z\_\{t\+1\}\\mid z\)\. By the union bound:

ℙ\(s^t≠i∣st=i,zt=z\)≤∑j≠iℙ\(pj​\(zt\+1∣z\)pi​\(zt\+1∣z\)≥1\|zt\+1∼𝒩\(μi\(z\),Σi\)\)\.\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq i\\mid s\_\{t\}=i,z\_\{t\}=z\)\\;\\leq\\;\\sum\_\{j\\neq i\}\\mathbb\{P\}\\\!\\left\(\\frac\{p\_\{j\}\(z\_\{t\+1\}\\mid z\)\}\{p\_\{i\}\(z\_\{t\+1\}\\mid z\)\}\\geq 1\\;\\bigg\|\\;z\_\{t\+1\}\\sim\\mathcal\{N\}\(\\mu\_\{i\}\(z\),\\Sigma\_\{i\}\)\\right\)\.For each term, since𝟏​\[X≥1\]≤X1/2\\mathbf\{1\}\[X\\geq 1\]\\leq X^\{1/2\}pointwise forX≥0X\\geq 0, Markov’s inequality ats=12s=\\frac\{1\}\{2\}gives:

ℙ\(pjpi≥1\|zt\+1∼pi\(⋅∣z\)\)\\displaystyle\\mathbb\{P\}\\\!\\left\(\\frac\{p\_\{j\}\}\{p\_\{i\}\}\\geq 1\\;\\bigg\|\\;z\_\{t\+1\}\\sim p\_\{i\}\(\\cdot\\mid z\)\\right\)≤𝔼pi​\[\(pjpi\)1/2\]\\displaystyle\\;\\leq\\;\\mathbb\{E\}\_\{p\_\{i\}\}\\\!\\left\[\\left\(\\frac\{p\_\{j\}\}\{p\_\{i\}\}\\right\)^\{1/2\}\\right\]=∫pi​\(zt\+1∣z\)1/2​pj​\(zt\+1∣z\)1/2​𝑑zt\+1\\displaystyle=\\int p\_\{i\}\(z\_\{t\+1\}\\mid z\)^\{1/2\}\\,p\_\{j\}\(z\_\{t\+1\}\\mid z\)^\{1/2\}\\,dz\_\{t\+1\}=e−Bi​j​\(z\)\.\\displaystyle=e^\{\-B\_\{ij\}\(z\)\}\.SettingBmin​\(z\)=mini≠j⁡Bi​j​\(z\)B\_\{\\min\}\(z\)=\\min\_\{i\\neq j\}B\_\{ij\}\(z\)and summing over theK−1K\-1competitors:

ℙ\(s^t≠i∣st=i,zt=z\)≤\(K−1\)e−Bmin​\(z\)\.\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq i\\mid s\_\{t\}=i,z\_\{t\}=z\)\\;\\leq\\;\(K\-1\)\\,e^\{\-B\_\{\\min\}\(z\)\}\.
Step 2: closed form forBi​j​\(z\)B\_\{ij\}\(z\)\.Forpi\(⋅∣z\)=𝒩\(μi\(z\),Σi\)p\_\{i\}\(\\cdot\\mid z\)=\\mathcal\{N\}\(\\mu\_\{i\}\(z\),\\Sigma\_\{i\}\)andpj\(⋅∣z\)=𝒩\(μj\(z\),Σj\)p\_\{j\}\(\\cdot\\mid z\)=\\mathcal\{N\}\(\\mu\_\{j\}\(z\),\\Sigma\_\{j\}\), evaluating∫pi1/2​pj1/2​𝑑zt\+1\\int p\_\{i\}^\{1/2\}p\_\{j\}^\{1/2\}\\,dz\_\{t\+1\}via the standard Gaussian product formula gives the closed form stated in the proposition\.

Step 3: averaging\.Averaging jointly over\(st,zt\)\(s\_\{t\},z\_\{t\}\)under the stationary measureρ\\rhoof the joint chain, the law of total expectation gives:

ℙ​\(s^t≠st\)=𝔼\(st,zt\)∼ρ​\[ℙ​\(s^t≠st∣st,zt\)\]≤\(K−1\)​𝔼\(st,zt\)∼ρ​\[e−Bmin​\(zt\)\]\.\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq s\_\{t\}\)=\\mathbb\{E\}\_\{\(s\_\{t\},z\_\{t\}\)\\sim\\rho\}\\\!\\left\[\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq s\_\{t\}\\mid s\_\{t\},z\_\{t\}\)\\right\]\\;\\leq\\;\(K\-1\)\\,\\mathbb\{E\}\_\{\(s\_\{t\},z\_\{t\}\)\\sim\\rho\}\\\!\\left\[e^\{\-B\_\{\\min\}\(z\_\{t\}\)\}\\right\]\.DefiningBeff​\(f\)=−log⁡𝔼\(st,zt\)∼ρ​\[e−Bmin​\(zt\)\]B\_\{\\mathrm\{eff\}\}\(f\)=\-\\log\\,\\mathbb\{E\}\_\{\(s\_\{t\},z\_\{t\}\)\\sim\\rho\}\[e^\{\-B\_\{\\min\}\(z\_\{t\}\)\}\], Jensen’s inequality \(the exponential is convex\) confirmsBeff​\(f\)≥0B\_\{\\mathrm\{eff\}\}\(f\)\\geq 0, and the bound follows immediately\.□\\square

### C\.1Persistence Theory and the State\-Splitting Cliff

###### Corollary C\.3\(Better representation increases measured persistence\)\.

Assume the joint process\(st⋆,zt\)\(s\_\{t\}^\{\\star\},z\_\{t\}\)is stationary and the decoder is time\-homogeneous, so the per\-step misclassification probabilityε=ℙ​\(s^t≠st⋆\)\\varepsilon=\\mathbb\{P\}\(\\hat\{s\}\_\{t\}\\neq s\_\{t\}^\{\\star\}\)is constant intt\. Then:

ℙ​\(s^t\+1=s^t\)≥pstay−2​ε,\\mathbb\{P\}\(\\hat\{s\}\_\{t\+1\}=\\hat\{s\}\_\{t\}\)\\;\\geq\\;p\_\{\\mathrm\{stay\}\}\-2\\varepsilon,wherepstay=ℙ​\(st\+1⋆=st⋆\)p\_\{\\mathrm\{stay\}\}=\\mathbb\{P\}\(s\_\{t\+1\}^\{\\star\}=s\_\{t\}^\{\\star\}\)\. Combined with Proposition[C\.1](https://arxiv.org/html/2607.18532#A3.Thmtheorem1)\(iii\):

ℙ​\(s^t\+1=s^t\)≥pstay−2​\(K−1\)​exp⁡\(−Beff​\(f\)\),\\mathbb\{P\}\(\\hat\{s\}\_\{t\+1\}=\\hat\{s\}\_\{t\}\)\\;\\geq\\;p\_\{\\mathrm\{stay\}\}\-2\(K\-1\)\\exp\\\!\\bigl\(\-B\_\{\\mathrm\{eff\}\}\(f\)\\bigr\),whereBeff​\(f\)=−log⁡𝔼\(st,zt\)∼ρ​\[exp⁡\(−Bmin​\(zt\)\)\]B\_\{\\mathrm\{eff\}\}\(f\)=\-\\log\\,\\mathbb\{E\}\_\{\(s\_\{t\},z\_\{t\}\)\\sim\\rho\}\[\\exp\(\-B\_\{\\min\}\(z\_\{t\}\)\)\]andBmin​\(z\)=mini≠j⁡Bi​j​\(z\)B\_\{\\min\}\(z\)=\\min\_\{i\\neq j\}B\_\{ij\}\(z\)\.

###### Proof\.

Define eventsA=\{st\+1⋆=st⋆\}A=\\\{s\_\{t\+1\}^\{\\star\}=s\_\{t\}^\{\\star\}\\\},B=\{s^t=st⋆\}B=\\\{\\hat\{s\}\_\{t\}=s\_\{t\}^\{\\star\}\\\},C=\{s^t\+1=st\+1⋆\}C=\\\{\\hat\{s\}\_\{t\+1\}=s\_\{t\+1\}^\{\\star\}\\\}\. OnA∩B∩CA\\cap B\\cap Cwe haves^t\+1=st\+1⋆=st⋆=s^t\\hat\{s\}\_\{t\+1\}=s\_\{t\+1\}^\{\\star\}=s\_\{t\}^\{\\star\}=\\hat\{s\}\_\{t\}, soℙ​\(s^t\+1=s^t\)≥ℙ​\(A∩B∩C\)\\mathbb\{P\}\(\\hat\{s\}\_\{t\+1\}=\\hat\{s\}\_\{t\}\)\\geq\\mathbb\{P\}\(A\\cap B\\cap C\)\. By the union bound:

ℙ​\(A∩B∩C\)=1−ℙ​\(Ac∪Bc∪Cc\)≥1−ℙ​\(Ac\)−ℙ​\(Bc\)−ℙ​\(Cc\)=ℙ​\(A\)−ℙ​\(Bc\)−ℙ​\(Cc\)\.\\mathbb\{P\}\(A\\cap B\\cap C\)=1\-\\mathbb\{P\}\(A^\{c\}\\cup B^\{c\}\\cup C^\{c\}\)\\geq 1\-\\mathbb\{P\}\(A^\{c\}\)\-\\mathbb\{P\}\(B^\{c\}\)\-\\mathbb\{P\}\(C^\{c\}\)=\\mathbb\{P\}\(A\)\-\\mathbb\{P\}\(B^\{c\}\)\-\\mathbb\{P\}\(C^\{c\}\)\.Stationarity gives\(st\+1⋆,zt\+1\)∼ρ\(s\_\{t\+1\}^\{\\star\},z\_\{t\+1\}\)\\sim\\rho, and time\-homogeneity gives the same decoder att\+1t\+1as attt, soℙ​\(Cc\)=ℙ​\(Bc\)=ε\\mathbb\{P\}\(C^\{c\}\)=\\mathbb\{P\}\(B^\{c\}\)=\\varepsilon\. Therefore:

ℙ​\(s^t\+1=s^t\)≥ℙ​\(A\)−2​ε=pstay−2​ε\.\\mathbb\{P\}\(\\hat\{s\}\_\{t\+1\}=\\hat\{s\}\_\{t\}\)\\geq\\mathbb\{P\}\(A\)\-2\\varepsilon=p\_\{\\mathrm\{stay\}\}\-2\\varepsilon\.Substitutingε≤\(K−1\)​exp⁡\(−Beff​\(f\)\)\\varepsilon\\leq\(K\-1\)\\exp\(\-B\_\{\\mathrm\{eff\}\}\(f\)\)from Proposition[C\.1](https://arxiv.org/html/2607.18532#A3.Thmtheorem1)\(iii\) gives the second inequality\. ∎

###### Theorem C\.4\(Over\-specification admits low\-persistence clone solutions\)\.

Let the true SDS haveK⋆K^\{\\star\}regimes with parameters\{\(Ak⋆,bk⋆,Σk⋆\)\}k=1K⋆\\\{\(A\_\{k\}^\{\\star\},b\_\{k\}^\{\\star\},\\Sigma\_\{k\}^\{\\star\}\)\\\}\_\{k=1\}^\{K^\{\\star\}\}and transition matrixΠ⋆\\Pi^\{\\star\}, initialised at its stationary distributionπ⋆\\pi^\{\\star\}\. For anyK\>K⋆K\>K^\{\\star\}, letm=K−K⋆\+1≥2m=K\-K^\{\\star\}\+1\\geq 2\. There exists aKK\-state SDS with parametersθK\\theta\_\{K\}, initialised at its own stationary distribution, such that:

1. 1\.θK\\theta\_\{K\}induces the same marginal law on\{zt\}\\\{z\_\{t\}\\\}asθ⋆\\theta^\{\\star\}\.
2. 2\.For any clone construction with intra\-clone transition matrixQ≠IQ\\neq I: ℙ​\(st\+1=st\)=∑k≠rπk⋆​Πk​k⋆\+πr⋆​Πr​r⋆​δ¯<pstay,\\mathbb\{P\}\(s\_\{t\+1\}=s\_\{t\}\)=\\sum\_\{k\\neq r\}\\pi\_\{k\}^\{\\star\}\\Pi\_\{kk\}^\{\\star\}\+\\pi\_\{r\}^\{\\star\}\\Pi\_\{rr\}^\{\\star\}\\bar\{\\delta\}\\;<\\;p\_\{\\mathrm\{stay\}\},whereδ¯=∑ℓαℓ​Qℓ​ℓ∈\(0,1\)\\bar\{\\delta\}=\\sum\_\{\\ell\}\\alpha\_\{\\ell\}Q\_\{\\ell\\ell\}\\in\(0,1\)is theα\\alpha\-weighted average diagonal ofQQ\. The persistence drop is exactly: pstay−ℙ​\(st\+1=st\)=πr⋆​Πr​r⋆​\(1−δ¯\)\>0\.p\_\{\\mathrm\{stay\}\}\-\\mathbb\{P\}\(s\_\{t\+1\}=s\_\{t\}\)=\\pi\_\{r\}^\{\\star\}\\Pi\_\{rr\}^\{\\star\}\(1\-\\bar\{\\delta\}\)\>0\.

###### Proof\.

Construction\.Fix any regimer∈\{1,…,K⋆\}r\\in\\\{1,\\dots,K^\{\\star\}\\\}\. Choose weightsαℓ\>0\\alpha\_\{\\ell\}\>0with∑ℓ=1mαℓ=1\\sum\_\{\\ell=1\}^\{m\}\\alpha\_\{\\ell\}=1\. Replace regimerrwithmmclone statesr1,…,rmr\_\{1\},\\dots,r\_\{m\}sharing emission parameters:

\(Arℓ,brℓ,Σrℓ\)=\(Ar⋆,br⋆,Σr⋆\)∀ℓ=1,…,m\.\(A\_\{r\_\{\\ell\}\},b\_\{r\_\{\\ell\}\},\\Sigma\_\{r\_\{\\ell\}\}\)=\(A\_\{r\}^\{\\star\},b\_\{r\}^\{\\star\},\\Sigma\_\{r\}^\{\\star\}\)\\qquad\\forall\\,\\ell=1,\\dots,m\.DefineΠK\\Pi\_\{K\}by:

\(ΠK\)i​j\\displaystyle\(\\Pi\_\{K\}\)\_\{ij\}=Πi​j⋆\\displaystyle=\\Pi^\{\\star\}\_\{ij\}non\-clone​i,j≠r,\\displaystyle\\text\{non\-clone \}i,j\\neq r,\(ΠK\)i,rℓ\\displaystyle\(\\Pi\_\{K\}\)\_\{i,r\_\{\\ell\}\}=αℓ​Πi​r⋆\\displaystyle=\\alpha\_\{\\ell\}\\Pi^\{\\star\}\_\{ir\}non\-clone​i​to clone​rℓ,\\displaystyle\\text\{non\-clone \}i\\text\{ to clone \}r\_\{\\ell\},\(ΠK\)rℓ,j\\displaystyle\(\\Pi\_\{K\}\)\_\{r\_\{\\ell\},j\}=Πr​j⋆\\displaystyle=\\Pi^\{\\star\}\_\{rj\}clone​rℓ​to non\-clone​j≠r,\\displaystyle\\text\{clone \}r\_\{\\ell\}\\text\{ to non\-clone \}j\\neq r,\(ΠK\)rℓ,rℓ′\\displaystyle\(\\Pi\_\{K\}\)\_\{r\_\{\\ell\},r\_\{\\ell^\{\\prime\}\}\}=Πr​r⋆⋅Qℓ​ℓ′\\displaystyle=\\Pi^\{\\star\}\_\{rr\}\\cdot Q\_\{\\ell\\ell^\{\\prime\}\}intra\-clone transitions,\\displaystyle\\text\{intra\-clone transitions\},whereQQis anm×mm\\times mstochastic matrix with stationary distributionα\\alpha\. Rows sum to one:∑j≠rΠr​j⋆\+Πr​r⋆​∑ℓ′Qℓ​ℓ′=\(1−Πr​r⋆\)\+Πr​r⋆=1\\sum\_\{j\\neq r\}\\Pi^\{\\star\}\_\{rj\}\+\\Pi^\{\\star\}\_\{rr\}\\sum\_\{\\ell^\{\\prime\}\}Q\_\{\\ell\\ell^\{\\prime\}\}=\(1\-\\Pi^\{\\star\}\_\{rr\}\)\+\\Pi^\{\\star\}\_\{rr\}=1\.

Existence ofQQwith prescribedδ¯\\bar\{\\delta\}\.For any targetδ¯∈\[∑ℓαℓ2,1\)\\bar\{\\delta\}\\in\[\\sum\_\{\\ell\}\\alpha\_\{\\ell\}^\{2\},1\), the convex combination

Q=\(1−λ\)​1​α⊤\+λ​I,λ=δ¯−∑ℓαℓ21−∑ℓαℓ2,Q=\(1\-\\lambda\)\\,\\mathbf\{1\}\\alpha^\{\\top\}\+\\lambda\\,I,\\qquad\\lambda=\\frac\{\\bar\{\\delta\}\-\\sum\_\{\\ell\}\\alpha\_\{\\ell\}^\{2\}\}\{1\-\\sum\_\{\\ell\}\\alpha\_\{\\ell\}^\{2\}\},is a stochastic matrix with stationary distributionα\\alphaand weighted diagonal∑ℓαℓ​Qℓ​ℓ=δ¯\\sum\_\{\\ell\}\\alpha\_\{\\ell\}Q\_\{\\ell\\ell\}=\\bar\{\\delta\}\.

Stationary distribution ofΠK\\Pi\_\{K\}\.We claimπrℓ=αℓ​πr⋆\\pi\_\{r\_\{\\ell\}\}=\\alpha\_\{\\ell\}\\pi\_\{r\}^\{\\star\}\(withπk=πk⋆\\pi\_\{k\}=\\pi\_\{k\}^\{\\star\}fork≠rk\\neq r\) is stationary forΠK\\Pi\_\{K\}\. For non\-clonej≠rj\\neq r:

∑iπi​\(ΠK\)i​j=∑k≠rπk⋆​Πk​j⋆\+∑ℓαℓ​πr⋆​Πr​j⋆=∑kπk⋆​Πk​j⋆=πj⋆\.\\sum\_\{i\}\\pi\_\{i\}\(\\Pi\_\{K\}\)\_\{ij\}=\\sum\_\{k\\neq r\}\\pi\_\{k\}^\{\\star\}\\Pi^\{\\star\}\_\{kj\}\+\\sum\_\{\\ell\}\\alpha\_\{\\ell\}\\pi\_\{r\}^\{\\star\}\\Pi^\{\\star\}\_\{rj\}=\\sum\_\{k\}\\pi\_\{k\}^\{\\star\}\\Pi^\{\\star\}\_\{kj\}=\\pi\_\{j\}^\{\\star\}\.For clonerℓr\_\{\\ell\}:

∑iπi​\(ΠK\)i,rℓ\\displaystyle\\sum\_\{i\}\\pi\_\{i\}\(\\Pi\_\{K\}\)\_\{i,r\_\{\\ell\}\}=∑k≠rπk⋆​αℓ​Πk​r⋆\+∑ℓ′αℓ′​πr⋆​Πr​r⋆​Qℓ′​ℓ\\displaystyle=\\sum\_\{k\\neq r\}\\pi\_\{k\}^\{\\star\}\\alpha\_\{\\ell\}\\Pi^\{\\star\}\_\{kr\}\+\\sum\_\{\\ell^\{\\prime\}\}\\alpha\_\{\\ell^\{\\prime\}\}\\pi\_\{r\}^\{\\star\}\\Pi^\{\\star\}\_\{rr\}Q\_\{\\ell^\{\\prime\}\\ell\}=αℓ​∑k≠rπk⋆​Πk​r⋆\+πr⋆​Πr​r⋆​∑ℓ′αℓ′​Qℓ′​ℓ⏟=αℓ\\displaystyle=\\alpha\_\{\\ell\}\\\!\\sum\_\{k\\neq r\}\\pi\_\{k\}^\{\\star\}\\Pi^\{\\star\}\_\{kr\}\+\\pi\_\{r\}^\{\\star\}\\Pi^\{\\star\}\_\{rr\}\\\!\\underbrace\{\\sum\_\{\\ell^\{\\prime\}\}\\alpha\_\{\\ell^\{\\prime\}\}Q\_\{\\ell^\{\\prime\}\\ell\}\}\_\{=\\,\\alpha\_\{\\ell\}\}=αℓ​\(πr⋆−πr⋆​Πr​r⋆\)\+αℓ​πr⋆​Πr​r⋆=αℓ​πr⋆\.\\displaystyle=\\alpha\_\{\\ell\}\(\\pi\_\{r\}^\{\\star\}\-\\pi\_\{r\}^\{\\star\}\\Pi^\{\\star\}\_\{rr\}\)\+\\alpha\_\{\\ell\}\\pi\_\{r\}^\{\\star\}\\Pi^\{\\star\}\_\{rr\}\\;=\\;\\alpha\_\{\\ell\}\\pi\_\{r\}^\{\\star\}\.
Proof of \(i\)\.Since all clone states share emission parameters\(Ar⋆,br⋆,Σr⋆\)\(A\_\{r\}^\{\\star\},b\_\{r\}^\{\\star\},\\Sigma\_\{r\}^\{\\star\}\), the marginal transition kernel satisfies:

pθK​\(zt\+1∣zt\)=∑k≠rρk​\(zt\)​𝒩​\(zt\+1;μk​\(zt\),Σk\)\+ρr​\(zt\)​𝒩​\(zt\+1;μr⋆​\(zt\),Σr⋆\),p\_\{\\theta\_\{K\}\}\(z\_\{t\+1\}\\mid z\_\{t\}\)=\\sum\_\{k\\neq r\}\\rho\_\{k\}\(z\_\{t\}\)\\mathcal\{N\}\(z\_\{t\+1\};\\mu\_\{k\}\(z\_\{t\}\),\\Sigma\_\{k\}\)\+\\rho\_\{r\}\(z\_\{t\}\)\\mathcal\{N\}\(z\_\{t\+1\};\\mu\_\{r\}^\{\\star\}\(z\_\{t\}\),\\Sigma\_\{r\}^\{\\star\}\),whereρr​\(zt\)=∑ℓℙ​\(st=rℓ∣zt\)\\rho\_\{r\}\(z\_\{t\}\)=\\sum\_\{\\ell\}\\mathbb\{P\}\(s\_\{t\}=r\_\{\\ell\}\\mid z\_\{t\}\)aggregates the clone weights\. Sinceπrℓ=αℓ​πr⋆\\pi\_\{r\_\{\\ell\}\}=\\alpha\_\{\\ell\}\\pi\_\{r\}^\{\\star\}and the aggregated transition probabilities satisfy∑ℓ\(ΠK\)i,rℓ=Πi​r⋆\\sum\_\{\\ell\}\(\\Pi\_\{K\}\)\_\{i,r\_\{\\ell\}\}=\\Pi^\{\\star\}\_\{ir\}and∑ℓ\(ΠK\)rℓ,j=Πr​j⋆\\sum\_\{\\ell\}\(\\Pi\_\{K\}\)\_\{r\_\{\\ell\},j\}=\\Pi^\{\\star\}\_\{rj\}, the weightρr​\(zt\)\\rho\_\{r\}\(z\_\{t\}\)is identical underθK\\theta\_\{K\}andθ⋆\\theta^\{\\star\}\. HencepθK​\(zt\+1∣zt\)=pθ⋆​\(zt\+1∣zt\)p\_\{\\theta\_\{K\}\}\(z\_\{t\+1\}\\mid z\_\{t\}\)=p\_\{\\theta^\{\\star\}\}\(z\_\{t\+1\}\\mid z\_\{t\}\)and the marginal laws of\{zt\}\\\{z\_\{t\}\\\}coincide\.

Proof of \(ii\)\.Under the stationary distributionπrℓ=αℓ​πr⋆\\pi\_\{r\_\{\\ell\}\}=\\alpha\_\{\\ell\}\\pi\_\{r\}^\{\\star\}:

ℙ​\(st\+1=st\)=∑k≠rπk⋆​Πk​k⋆\+∑ℓπrℓ⋅Πr​r⋆⋅Qℓ​ℓ=∑k≠rπk⋆​Πk​k⋆\+πr⋆​Πr​r⋆​∑ℓαℓ​Qℓ​ℓ⏟=δ¯\.\\mathbb\{P\}\(s\_\{t\+1\}=s\_\{t\}\)=\\sum\_\{k\\neq r\}\\pi\_\{k\}^\{\\star\}\\Pi\_\{kk\}^\{\\star\}\+\\sum\_\{\\ell\}\\pi\_\{r\_\{\\ell\}\}\\cdot\\Pi^\{\\star\}\_\{rr\}\\cdot Q\_\{\\ell\\ell\}=\\sum\_\{k\\neq r\}\\pi\_\{k\}^\{\\star\}\\Pi\_\{kk\}^\{\\star\}\+\\pi\_\{r\}^\{\\star\}\\Pi^\{\\star\}\_\{rr\}\\underbrace\{\\sum\_\{\\ell\}\\alpha\_\{\\ell\}Q\_\{\\ell\\ell\}\}\_\{=\\,\\bar\{\\delta\}\}\.SinceQ≠IQ\\neq Iand allαℓ\>0\\alpha\_\{\\ell\}\>0, at least oneQℓ​ℓ<1Q\_\{\\ell\\ell\}<1, givingδ¯<1\\bar\{\\delta\}<1and therefore:

pstay−ℙ\(st\+1=st\)=πr⋆Πr​r⋆\(1−δ¯\)\>0\.□p\_\{\\mathrm\{stay\}\}\-\\mathbb\{P\}\(s\_\{t\+1\}=s\_\{t\}\)=\\pi\_\{r\}^\{\\star\}\\Pi^\{\\star\}\_\{rr\}\(1\-\\bar\{\\delta\}\)\>0\.\\qquad\\square∎

### C\.2How RLVR May Induce Persistent States

###### Proposition C\.7\(Trajectory\-level rewards induce persistent latent options\)\.

Consider a meta\-controller with softmax policy overKKoptions:

Tβ​\(i→i∣xt\)=eVi​\(xt\)/βeVi​\(xt\)/β\+∑j≠ieVj​\(xt\)/β,T\_\{\\beta\}\(i\\to i\\mid x\_\{t\}\)=\\frac\{e^\{V\_\{i\}\(x\_\{t\}\)/\\beta\}\}\{e^\{V\_\{i\}\(x\_\{t\}\)/\\beta\}\+\\sum\_\{j\\neq i\}e^\{V\_\{j\}\(x\_\{t\}\)/\\beta\}\},wherextx\_\{t\}is the environment \(or latent\) state andVk​\(xt\)V\_\{k\}\(x\_\{t\}\)denotes the expected return of following optionkkfromxtx\_\{t\}under the current policy, andβ\>0\\beta\>0is a temperature\. Define the continuation marginγi​\(xt\):=Vi​\(xt\)−maxj≠i⁡Vj​\(xt\)\\gamma\_\{i\}\(x\_\{t\}\):=V\_\{i\}\(x\_\{t\}\)\-\\max\_\{j\\neq i\}V\_\{j\}\(x\_\{t\}\)\. Suppose that over the stationary distributionρ\\rho\(assuming the policy induces an ergodic Markov chain\):

ℙxt∼ρ​\(γi​\(xt\)≥γ\)≥1−δ\\mathbb\{P\}\_\{x\_\{t\}\\sim\\rho\}\(\\gamma\_\{i\}\(x\_\{t\}\)\\geq\\gamma\)\\;\\geq\\;1\-\\deltafor someγ\>0\\gamma\>0andδ∈\[0,1\)\\delta\\in\[0,1\)\. Then:

𝔼xt∼ρ​\[Tβ​\(i→i∣xt\)\]≥1−δ1\+\(K−1\)​e−γ/β\.\\mathbb\{E\}\_\{x\_\{t\}\\sim\\rho\}\[T\_\{\\beta\}\(i\\to i\\mid x\_\{t\}\)\]\\;\\geq\\;\\frac\{1\-\\delta\}\{1\+\(K\-1\)e^\{\-\\gamma/\\beta\}\}\.Notably, this bound has the same functional form as the Bhattacharyya\-based misclassification bound in Proposition[B\.1](https://arxiv.org/html/2607.18532#A2.Thmtheorem1), withγ/β\\gamma/\\betaplaying the role of a separation margin\.

###### Proof\.

Define the high\-advantage eventA:=\{xt:γi​\(xt\)≥γ\}A:=\\\{x\_\{t\}:\\gamma\_\{i\}\(x\_\{t\}\)\\geq\\gamma\\\}, soℙρ​\(A\)≥1−δ\\mathbb\{P\}\_\{\\rho\}\(A\)\\geq 1\-\\deltaby assumption\. OnAA, for allj≠ij\\neq i:eVj​\(xt\)/β≤e−γ/β​eVi​\(xt\)/βe^\{V\_\{j\}\(x\_\{t\}\)/\\beta\}\\leq e^\{\-\\gamma/\\beta\}e^\{V\_\{i\}\(x\_\{t\}\)/\\beta\}, givingTβ​\(i→i∣xt\)≥11\+\(K−1\)​e−γ/βT\_\{\\beta\}\(i\\to i\\mid x\_\{t\}\)\\geq\\frac\{1\}\{1\+\(K\-1\)e^\{\-\\gamma/\\beta\}\}\. SinceTβ∈\[0,1\]T\_\{\\beta\}\\in\[0,1\]:

𝔼ρ​\[Tβ​\(i→i∣xt\)\]\\displaystyle\\mathbb\{E\}\_\{\\rho\}\[T\_\{\\beta\}\(i\\to i\\mid x\_\{t\}\)\]≥𝔼ρ​\[Tβ​\(i→i∣xt\)⋅𝟏A\]\\displaystyle\\;\\geq\\;\\mathbb\{E\}\_\{\\rho\}\[T\_\{\\beta\}\(i\\to i\\mid x\_\{t\}\)\\cdot\\mathbf\{1\}\_\{A\}\]≥ℙρ​\(A\)⋅11\+\(K−1\)​e−γ/β\\displaystyle\\;\\geq\\;\\mathbb\{P\}\_\{\\rho\}\(A\)\\cdot\\frac\{1\}\{1\+\(K\-1\)e^\{\-\\gamma/\\beta\}\}≥1−δ1\+\(K−1\)​e−γ/β\.□\\displaystyle\\;\\geq\\;\\frac\{1\-\\delta\}\{1\+\(K\-1\)e^\{\-\\gamma/\\beta\}\}\.\\qquad\\square∎

## Appendix DTraining Dynamics of Latent Policy Structure

To track how latent policy structure develops during fine\-tuning, we fine\-tune Llama\-3\.1\-8B on 100K reasoning traces from the DeepSeek\-R1 model on the AM\-DeepSeek\-R1 dataset\(Zhao et al\.,[2025](https://arxiv.org/html/2607.18532#bib.bib40)\)using LoRA with rank 64,α=128\\alpha\{=\}128, applied to all linear layers, with a learning rate of10−410^\{\-4\}and cosine scheduling, saving intermediate checkpoints at 25%, 50%, and 75% of training\. We fit the SDS framework at layer 31 and evaluate on GSM8K and MATH\-500\.

![Refer to caption](https://arxiv.org/html/2607.18532v1/x3.png)Figure 9:Latent policy structure across training for Llama\-8B \(layer 31\)\. Grey band: base model\. Training increases the effective number of latent states and reduces the spectral gap; both effects peak at mid\-training before partially consolidating\.Figure[9](https://arxiv.org/html/2607.18532#A4.F9)shows that structured latent dynamics emerge early in training and are not a pre\-existing property of the base model\. Within the first 25% of training,KeffK\_\{\\mathrm\{eff\}\}increases substantially on both benchmarks \(5→\\to6 on GSM8K; 2→\\to9 on MATH\-500\), and the spectral gap begins to drop, indicating the formation of more persistent regime dynamics\. The most structured configuration appears at mid\-training \(Ckpt 2–3\), where the spectral gap reaches its minimum \(0\.065 on GSM8K, 0\.078 on MATH\-500\) and TVD peaks \(0\.603 on GSM8K, 0\.584 on MATH\-500\), reflecting maximally differentiated transition structure between regimes\. By the final checkpoint, the metrics partially relax, consistent with consolidation into a stable regime configuration\. We note thatpstayp\_\{\\mathrm\{stay\}\}decreases over this LoRA training run, suggesting that full recovery of self\-transition persistence may require longer training or full fine\-tuning\. Overall, these results indicate that latent policy structure is not inherited from pretraining but is progressively shaped by reasoning fine\-tuning, with the most pronounced regime differentiation emerging at mid\-training before stabilizing\.

## Appendix EAdditional Robustness and Modeling Choice Ablations

### E\.1Per\-Dataset Structural Comparisons

To evaluate whether the observed structural differences are robust across reasoning tasks, Table[3](https://arxiv.org/html/2607.18532#A5.T3)reports per\-dataset switching metrics for all model families\. The qualitative trends from Section[5](https://arxiv.org/html/2607.18532#S5)remain stable across datasets\. Reasoning models consistently exhibit higher TVD, while effective state utilization, persistence, and spectral properties vary across model families and datasets\.

Table 3:Per\-dataset comparison of structural switching metrics between base and reasoning\-fine\-tuned models\. Values report means with population standard deviations shown in gray across repeated runs\. Results use layer 31 for Llama\-8B, layer 47 for Qwen\-14B, and layer 27 for Qwen\-1\.5B\. Light\-green cells and bold means indicate the numerically better value within each base–reasoning pair; ties are highlighted in both columns\. Arrows indicate the preferred direction for each metric\.
### E\.2Controls for Correctness and Temporal Bias

The comparison between base and reasoning\-fine\-tuned models could potentially be affected by differences in output correctness or by temporal biases introduced by the analysis pipeline\. We therefore perform four controls\. First, we restrict the analysis to problems solved correctly by both models\. Second, we destroy the temporal order of each trajectory before fitting the SDS\. Third, we remove CEBRA’s temporal\-adjacency objective by sampling random non\-adjacent positive pairs\. Finally, we vary and remove the Dirichlet persistence prior used during SDS estimation\.

Together, these controls distinguish structure present in the model’s activation trajectories from structure that could arise from output correctness, contrastive pairing, or the SDS prior\.

#### E\.2\.1Paired\-Correct Traces

Reasoning\-fine\-tuned models generally solve more problems correctly than their corresponding base models\. The observed dynamical differences could therefore reflect a difference between correct and incorrect traces rather than an effect of reasoning fine\-tuning\. To control for this possibility, we repeat the analysis using only paired\-correct examples: problems solved correctly by both the base and reasoning\-fine\-tuned models\.

We focus this analysis on GSM8K because it is the only benchmark with a sufficiently large paired\-correct subset for reliable SDS estimation\. The paired\-correct subsets contain 1,065 examples for Qwen\-1\.5B and 1,116 examples for Qwen\-14B\. The corresponding subsets are considerably smaller on MATH\-500, SVAMP, and MMLU\-Pro: 174, 145, and 177 examples, respectively, for Qwen\-1\.5B, and 359, 220, and 367 examples for Qwen\-14B\.

We report two complementary measures of temporal stability\. Mean self\-transition,pstayp\_\{\\mathrm\{stay\}\}, is the average diagonal entry of the learned transition matrix\. Segment persistence is the empirical mean duration of a contiguous latent\-state segment, measured in sentence\-level reasoning steps\.

Table 4:SDS results on paired\-correct GSM8K traces, restricted to problems solved correctly by both the base and reasoning\-fine\-tuned models\. Reasoning fine\-tuning increases both segment persistence and mean self\-transition probability despite both checkpoints effectively utilizing the full fixed state budget,Keff=5K\_\{\\mathrm\{eff\}\}=5\.Δ\\Deltadenotes Reasoning minus Base\.As shown in Table[4](https://arxiv.org/html/2607.18532#A5.T4), the qualitative separation between base and reasoning\-fine\-tuned models remains after controlling for correctness\. For Qwen\-14B, segment persistence increases from2\.862\.86to8\.658\.65reasoning steps andpstayp\_\{\\mathrm\{stay\}\}increases from0\.710\.71to0\.900\.90\. For Qwen\-1\.5B, segment persistence increases from2\.182\.18to4\.734\.73andpstayp\_\{\\mathrm\{stay\}\}increases from0\.560\.56to0\.690\.69\.

Both base and reasoning models effectively utilize the fullK=5K=5state budget in this experiment\. The difference therefore does not arise from the reasoning models using more latent states\. Instead, the same state budget is organized differently: base models switch more frequently, whereas reasoning\-fine\-tuned models maintain states for longer contiguous periods\. Thus, the observed dynamical difference cannot be explained solely by the higher accuracy of the reasoning\-fine\-tuned checkpoints\.

#### E\.2\.2Time\-Shuffled Trajectories

The recovered structure could also be influenced by static activation geometry rather than the temporal organization of reasoning\. To separate these factors, we randomly permute the order of sentence\-level activations within each trajectory before fitting the SDS, while keeping the underlying CEBRA embeddings fixed\. This preserves the set of activation states in each trajectory while destroying their true temporal order\.

Table[5](https://arxiv.org/html/2607.18532#A5.T5)compares results obtained using the real trajectory order \(Real\) with those obtained after shuffling sentence order \(Shuf\.\)\. Here,Δ​R2\\Delta R^\{2\}denotes the gain in one\-step predictive fit relative to a single linear autoregressive model\.

Table 5:Effect of shuffling sentence order before SDS fitting\.Realdenotes the original trajectory order, whereasShuffleddenotes a random within\-trajectory permutation of the same sentence\-level embeddings\. Shuffling reduces segment persistence and causes predictive gains over a linear autoregressive baseline to become negative in every setting, showing that the recovered regimes depend on coherent temporal organization\.Shuffling has a substantial effect across all model families\. On GSM8K, the reasoning–base persistence gap decreases from3\.963\.96to0\.820\.82for Qwen\-1\.5B and from4\.794\.79to1\.081\.08for Qwen\-14B\. For Llama\-8B, it changes from1\.341\.34to−1\.50\-1\.50\. On MATH\-500, the gap decreases from3\.633\.63to0\.480\.48for Qwen\-1\.5B, from0\.630\.63to−0\.03\-0\.03for Qwen\-14B, and from2\.882\.88to−1\.57\-1\.57for Llama\-8B\.

The same pattern holds on the remaining benchmarks\. On SVAMP, the reasoning–base persistence gap decreases from4\.654\.65to1\.021\.02for Qwen\-1\.5B, from4\.194\.19to−0\.70\-0\.70for Qwen\-14B, and from1\.291\.29to−1\.79\-1\.79for Llama\-8B\. On MMLU\-Pro, it decreases from10\.6010\.60to3\.833\.83for Qwen\-1\.5B, from3\.663\.66to−0\.98\-0\.98for Qwen\-14B, and from5\.795\.79to3\.843\.84for Llama\-8B\. The reasoning–base persistence gap is therefore larger under the true trajectory order in all 12 model–dataset pairs\.

Moreover,Δ​R2\\Delta R^\{2\}changes from positive to negative after shuffling for both base and reasoning\-fine\-tuned models\. Once temporal order is destroyed, the fitted switching dynamics perform worse than the single linear autoregressive baseline\. These results show that the recovered latent\-policy structure depends on coherent temporal organization and cannot be explained by static activation geometry alone\.

#### E\.2\.3Randomized CEBRA Positive Pairs

CEBRA is trained by treating temporally adjacent reasoning steps as positive pairs\. This objective could itself induce apparent temporal persistence, even if the underlying model activations do not contain differentiated temporal structure\. We test this possibility by retraining the CEBRA encoder with positive pairs drawn from randomly selected non\-adjacent steps within the same trajectory\. This removes CEBRA’s temporal\-adjacency objective while retaining trajectory identity\. The SDS is subsequently fitted using the true sentence order\.

Table[6](https://arxiv.org/html/2607.18532#A5.T6)compares the default adjacent\-positive objective \(Adj\.\) with randomized non\-adjacent positives \(Rnd\.\)\. We use a fixedK=5K=5and report averages over three seeds\.

Table 6:Effect of replacing temporally adjacent CEBRA positive pairs \(Adj\.\) with randomly selected non\-adjacent steps from the same trajectory \(Rnd\.\)\. Results useK=5K=5and are averaged over three seeds\. Bold randomized\-pair values indicate the better value between the base and reasoning\-fine\-tuned models\. Under randomized positives, reasoning\-fine\-tuned models retain higherpstayp\_\{\\mathrm\{stay\}\}and TVD in all 12 model–dataset settings\.Under randomized positive pairs, the reasoning\-fine\-tuned model continues to exceed its corresponding base model in bothpstayp\_\{\\mathrm\{stay\}\}and TVD in all 12 model–dataset settings\. The reasoning–base separation becomes larger under randomization in 9 of 12 settings forpstayp\_\{\\mathrm\{stay\}\}and in 10 of 12 settings for TVD\. This occurs because removing temporal adjacency generally weakens the apparent stickiness of the base\-model representations more strongly than that of the reasoning\-model representations\.

This result complements the PCA\+SLDS control in Appendix[E\.4](https://arxiv.org/html/2607.18532#A5.SS4), which uses no contrastive pairing and still recovers the qualitative base–reasoning separation\. The recovered latent\-policy structure is therefore not an artifact of CEBRA’s temporal\-adjacency objective\.

#### E\.2\.4Sensitivity to the Dirichlet Persistence Prior

The SDS estimation procedure uses a Dirichlet prior that encourages self\-transitions\. To determine whether this prior artificially produces persistent latent states, we vary its strength overκ∈\{0,0\.1,1,5\}\\kappa\\in\\\{0,0\.1,1,5\\\}\. The settingκ=0\\kappa=0removes the persistence prior entirely\.

Table 7:Maximum variation in the recovered SDS metrics as the Dirichlet persistence\-prior strength is varied, including its complete removal atκ=0\\kappa=0\.Across all 24 base/reasoning model–dataset combinations, the qualitative separation between base and reasoning\-fine\-tuned models remains unchanged at every value ofκ\\kappa\. Quantitatively, the largest observed variation is only0\.100\.10effective states inKeffK\_\{\\mathrm\{eff\}\},0\.00930\.0093in TVD, and0\.00920\.0092in spectral gap\. For most runs, the variation in TVD and spectral gap is below10−310^\{\-3\}\. Thus, the learned latent\-policy organization is determined primarily by the activation trajectories rather than by the persistence prior\.

### E\.3Activation Extraction and Layer Selection

Sentence\-level representations\.We extract activations at the sentence level rather than the token level\. Token\-level representations are too fine\-grained to reflect coherent reasoning patterns, as individual tokens do not carry sufficient context to characterize the reasoning mode active at that step\. We represent each sentence by the last\-token hidden state, which aggregates contextual information from all preceding tokens in the sentence via causal attention\. We verified that averaging over all token representations in a sentence yields weaker regime separation and lower predictiveR2R^\{2\}, and that the last\-token representation also aligns better with the steering setup where interventions are applied at a single position\.

Layer selection\.We select a single middle layer per model family rather than the first or last layer\. Early layers are excluded because reasoning\-specific representations have not yet formed: the model has processed the input but has not yet begun to organize intermediate computations\. Late layers are excluded because representations at the final layer are dominated by the output distribution and tend to collapse into a small number of token prediction modes, reducing the diversity of the latent geometry\. Middle layers represent a balance: the model has had sufficient depth to begin structuring its reasoning, but has not yet committed to a specific output\. For the middle layers, we selected layers L22 for Llama\-3\.1\-8B, L28 for Qwen2\.5\-14B, and L20 for Qwen2\.5\-Math\-1\.5B\. In this paper, when we state that we ”average over all layers”, we are referring to averaging over middle and final layers\. For the final layers, we used layers L31 for Llama\-3\.1\-8B, L47 for Qwen2\.5\-14B, and L27 for Qwen2\.5\-Math\-1\.5B\.

Figure[10](https://arxiv.org/html/2607.18532#A5.F10)confirms this choice\. The selected layers fall within stable bands where TVD andKeffK\_\{\\mathrm\{eff\}\}are high, spectral gap is low, and persistence is sustained\. In contrast, shallow layers show noisy and undifferentiated metrics for both base and reasoning models, and very deep layers show degraded TVD and inflated spectral gap consistent with output\-mode collapse\. The base\-versus\-reasoning contrast is visible across most of the depth range, but is most stable and consistent in the middle layers we selected\.

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/fig_layer_ablation.png)Figure 10:Layer ablation of SDS metrics across depth for each model family\. Bold lines show means across datasets; faint lines show per\-dataset traces\. The dashed vertical line marks the selected layer\. Selected layers fall in regions with stable TVD, low spectral gap, highKeffK\_\{\\mathrm\{eff\}\}, and sustained persistence\.
### E\.4Projection and inference ablations

We compare three alternatives for latent\-state discovery: CEBRA\+EM, CEBRA\-MoE, and PCA\+SLDS\. The comparison spans predictive fit \(Figure[11](https://arxiv.org/html/2607.18532#A5.F11)\), state utilization \(Figure[12](https://arxiv.org/html/2607.18532#A5.F12)\), transition structure \(Figure[14](https://arxiv.org/html/2607.18532#A5.F14)\), specialization, and persistence \(Figure[13](https://arxiv.org/html/2607.18532#A5.F13)and[15](https://arxiv.org/html/2607.18532#A5.F15)\)\. Across metrics, CEBRA\+EM provides the strongest overall balance between predictive gain and structured latent dynamics, while CEBRA\-MoE under\-uses states and PCA\+SLDS tends to over\-fragment trajectories into high\-entropy, weakly persistent regimes\.

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/method_delta_r2.png)Figure 11:Δ​R2\\Delta R^\{2\}over linear autoregressive baselines for alternative latent\-state discovery pipelines\. CEBRA\+EM consistently improves predictive fit over CEBRA\-MoE, while PCA\+SLDS achieves competitive fit on some settings but does so with substantially different structural tradeoffs\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/method_k_eff.png)Figure 12:Effective number of occupied regimes for alternative pipelines\. CEBRA\-MoE tends to use too few states, whereas PCA\+SLDS often uses a larger number of effective states\. CEBRA\+EM occupies an intermediate regime that is compatible with the small\-cardinality policy picture developed in the main text\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/method_persist.png)Figure 13:Persistence under alternative latent\-state discovery pipelines\. CEBRA\-MoE attains the largest raw persistence but does so together with low state usage, while PCA\+SLDS exhibits markedly lower persistence\. CEBRA\+EM balances persistence with broader regime utilization and stronger predictive adequacy\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/method_tvd.png)Figure 14:Transition\-structure TVD relative to a reference distribution\. CEBRA\+EM yields the most consistently structured switching dynamics, whereas CEBRA\-MoE and PCA\+SLDS produce lower or less stable transition structure across settings\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/method_spectral_gap.png)Figure 15:Spectral\-gap proxy across alternative pipelines\. Lower values correspond to slower mixing and more persistent latent regimes\. CEBRA\+EM generally attains smaller gaps than the alternatives, consistent with the emergence of longer\-lived policy states\.
### E\.5State\-Swap Ablation

Figures[16](https://arxiv.org/html/2607.18532#A5.F16)and[17](https://arxiv.org/html/2607.18532#A5.F17)report state\-swap ablation results across early and late layers for all model families and datasets\. In both cases the identity assignment substantially outperforms random permutation, with the gap growing in later layers\.

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots/fig_swap_small_layers.png)Figure 16:State\-swap ablation in early layers\. The identity assignment preserves substantially higher predictive fit than a random permutation across all model\-dataset\-layer combinations\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots/fig_swap_big_layers.png)Figure 17:State\-swap ablation in late layers\. The drop inR2R^\{2\}under random permutation is larger than in early layers, consistent with progressive consolidation of latent policy structure with depth\.
### E\.6Additional State\-Swap Ablation Details

The state\-swap intervention isolates whether regime identity matters beyond the mere existence of multiple experts\. After fitting the model and estimating per\-regime linear dynamics\{Ak,bk\}k=1K\\\{A\_\{k\},b\_\{k\}\\\}\_\{k=1\}^\{K\}, we hold these coefficients fixed and randomly permute the mapping between inferred states and regime\-specific dynamics\. LetRid2R^\{2\}\_\{\\mathrm\{id\}\}denote the predictive fit under the original assignments andRσ2R^\{2\}\_\{\\sigma\}the fit under a permutationσ\\sigmaof the regime labels\. Averaging over random permutations yieldsR¯rand2\\bar\{R\}^\{2\}\_\{\\mathrm\{rand\}\}, and the gap

Δ=Rid2−R¯rand2\\Delta=R^\{2\}\_\{\\mathrm\{id\}\}\-\\bar\{R\}^\{2\}\_\{\\mathrm\{rand\}\}measures how much predictive adequacy depends on applying the correct dynamical map at the correct time step\.

The early\- and late\-layer results in the main text show that this gap is already positive in intermediate layers and grows in later layers\. The interpretation is that the discovered states are not interchangeable clusters: they index distinct dynamical operators whose temporal deployment matters for next\-step prediction\. The stronger late\-layer drop is consistent with a progressive consolidation of latent policy structure as the residual stream approaches the output distribution\.

### E\.7Cross\-Dataset Consistency of Latent Policy States

A key question is whether the latent policy states recovered by our framework are specific to the dataset used for training or reflect a more general property of the model’s reasoning behavior\. To test this, we train a single CEBRA encoder on GSM8K and freeze its weights, then embed SVAMP, MATH\-500, and MMLU\-Pro into the same representation space without any retraining\. We fit a separate SDS \(K=4K=4\) on each dataset’s embeddings using EM and measure pairwise consistency across three complementary metrics\.

Transition matrix similarity\.For two fitted transition matricesT1,T2∈ℝK×KT\_\{1\},T\_\{2\}\\in\\mathbb\{R\}^\{K\\times K\}, we solve the Hungarian assignment problem to find the optimal state relabelingσ∗\\sigma^\{\*\}and report

ST​\(T1,T2\)=1−‖T1−T2σ∗‖F2​K,S\_\{T\}\(T\_\{1\},T\_\{2\}\)=1\-\\frac\{\\\|T\_\{1\}\-T\_\{2\}^\{\\sigma^\{\*\}\}\\\|\_\{F\}\}\{\\sqrt\{2K\}\},\(14\)whereT2σ∗T\_\{2\}^\{\\sigma^\{\*\}\}isT2T\_\{2\}permuted byσ∗\\sigma^\{\*\}\. Values close to 1 indicate that the two datasets induce similar switching dynamics\.

Centroid cosine similarity\.LetC1,C2∈ℝK×dC\_\{1\},C\_\{2\}\\in\\mathbb\{R\}^\{K\\times d\}be the per\-regime centroids in the shared CEBRA space\. We align them via Procrustes rotationR∗=arg⁡minR⁡‖C2​R−C1‖FR^\{\*\}=\\arg\\min\_\{R\}\\\|C\_\{2\}R\-C\_\{1\}\\\|\_\{F\}and report the mean cosine similarity under the optimal assignment:

SC​\(C1,C2\)=1K​∑k=1KC1​\[k\]⊤​\(C2​R∗\)​\[σ∗​\(k\)\]‖C1​\[k\]‖⋅‖\(C2​R∗\)​\[σ∗​\(k\)\]‖\.S\_\{C\}\(C\_\{1\},C\_\{2\}\)=\\frac\{1\}\{K\}\\sum\_\{k=1\}^\{K\}\\frac\{C\_\{1\}\[k\]^\{\\top\}\(C\_\{2\}R^\{\*\}\)\[\{\\sigma^\{\*\}\(k\)\}\]\}\{\\\|C\_\{1\}\[k\]\\\|\\cdot\\\|\(C\_\{2\}R^\{\*\}\)\[\\sigma^\{\*\}\(k\)\]\\\|\}\.\(15\)
Cross\-fitΔ​R2\\Delta R^\{2\}\.To test whether the SDS fitted on one dataset retains predictive utility on another, we apply the dynamics parametersθA=\{πA,TA,\{Ak,bk,Σk\}A\}\\theta\_\{A\}=\\\{\\pi\_\{A\},T\_\{A\},\\\{A\_\{k\},b\_\{k\},\\Sigma\_\{k\}\\\}\_\{A\}\\\}fitted on datasetAAto embed and decode trajectories from datasetBB, and report

Δ​RA→B2=RθA2​\(B\)−RAR2​\(B\),\\Delta R^\{2\}\_\{A\\to B\}=R^\{2\}\_\{\\theta\_\{A\}\}\(B\)\-R^\{2\}\_\{\\mathrm\{AR\}\}\(B\),\(16\)whereRAR2​\(B\)R^\{2\}\_\{\\mathrm\{AR\}\}\(B\)is the linear autoregressive baseline onBB\. A positive value indicates that the cross\-dataset SDS retains predictive structure beyond a single\-mode baseline\.

Figure[18](https://arxiv.org/html/2607.18532#A5.F18)reports all three metrics across the six dataset pairs\. GSM8K, SVAMP, and MMLU\-Pro exhibit high mutual consistency \(ST≥0\.85S\_\{T\}\\geq 0\.85,SC≥0\.76S\_\{C\}\\geq 0\.76\) and positive cross\-fit\.

![Refer to caption](https://arxiv.org/html/2607.18532v1/x4.png)Figure 18:Cross\-dataset consistency of recovered latent policy states under a shared frozen CEBRA encoder trained on GSM8K\. Left: transition matrix similarity after Hungarian state alignment\. Right: centroid cosine similarity after Procrustes rotation\. GSM8K, SVAMP, and MMLU\-Pro form a consistent cluster with high pairwise similarity \(ST≥0\.85S\_\{T\}\\geq 0\.85,SC≥0\.76S\_\{C\}\\geq 0\.76\), while MATH\-500 shows lower alignment, consistent with its longer and more complex reasoning chains requiring richer latent structure than the other benchmarks\.

## Appendix FFunctional State Specialization: Extended analysis

Figure[7](https://arxiv.org/html/2607.18532#S7.F7)shows that across all three models, there is clear functional specialization\. A self\-monitoring regime concentratingUncertainty\_ManagementandSelf\_Checkingtokens emerges consistently: R1 in both Llama\-8B and Qwen\-1\.5B, and split into two finer\-grained states \(R0 for uncertainty, R4 for verification\) in Qwen\-14B, suggesting that larger models develop more specialized introspective machinery\.Final\_Answer\_Emissionis likewise reliably isolated \(R0 in Llama\-8B, R3 in Qwen\-1\.5B, R2 in Qwen\-14B\), as isActive\_Computation\(R3 in Qwen\-14B, co\-loading withFact\_Retrieval\)\.Plan\_GenerationandProblem\_Setupstages tend to distribute more diffusely, often absorbed by lower\-specificity background regimes, consistent with their role as transitional rather than focal reasoning behaviors\. Notably, Qwen\-1\.5B exhibits the sharpest specialization overall, with R1 concentrating78%78\\%ofUncertainty\_Managementand68%68\\%ofSelf\_Checkingtokens, a more collapsed representation than the larger Qwen\-14B, which distributes these behaviors across more states\.

## Appendix GHard\-Example Dataset Construction

We construct the hard\-example subsets used for both policy transplantation andPrefixGuardby generating eight responses from each base checkpoint and retaining problems for which all eight responses are incorrect, i\.e\., base\-model pass@8 is zero\. The same fixed subsets are used throughout both actionable\-policy evaluations\.

The resulting collection contains 444 hard examples across three model families and four benchmarks\. Table[8](https://arxiv.org/html/2607.18532#A7.T8)reports the per\-setting sample sizes\.

Table 8:Sizes of the hard\-example subsets used for policy transplantation andPrefixGuard\. The same 444\-example collection spans all 12 model–dataset settings across both actionable\-policy evaluations\.
## Appendix HPolicy\-Transplantation Implementation

At inference time, we monitor the base model’s residual stream through a forward hook at layer 27 for Qwen\-1\.5B and layer 31 for Llama\-8B\. Everyτ=20\\tau=20generated tokens, the current hidden statehth\_\{t\}is standardized using the activation statistics of the corresponding reasoning\-fine\-tuned model and projected through its trained CEBRA encoder:

zt=fCEBRA​\(ht−μrσr\),z\_\{t\}=f\_\{\\mathrm\{CEBRA\}\}\\left\(\\frac\{h\_\{t\}\-\\mu\_\{r\}\}\{\\sigma\_\{r\}\}\\right\),whereμr\\mu\_\{r\}andσr\\sigma\_\{r\}are the reasoning model’s activation mean and standard deviation\.

Because forward–backward posteriors are unavailable during online generation, we infer the current regime using the nearest reasoning\-model centroid:

st=arg⁡mink⁡‖zt−ck‖2,s\_\{t\}=\\arg\\min\_\{k\}\\\|z\_\{t\}\-c\_\{k\}\\\|\_\{2\},where\{ck\}k=1K\\\{c\_\{k\}\\\}\_\{k=1\}^\{K\}are the centroids of the reasoning\-model SDS\. We select the most likely successor state under its transition matrix:

k⋆=arg⁡maxj⁡Tst​j\.k^\{\\star\}=\\arg\\max\_\{j\}T\_\{s\_\{t\}j\}\.
Letpt​\(k\)=Tst​kp\_\{t\}\(k\)=T\_\{s\_\{t\}k\}be the natural next\-state distribution andfk​\(zt\)=Ak​zt\+bkf\_\{k\}\(z\_\{t\}\)=A\_\{k\}z\_\{t\}\+b\_\{k\}the conditional mean dynamics associated with regimekk\. The original predicted next\-step mean is

μorig​\(zt\)=∑k=1Kpt​\(k\)​fk​\(zt\)\.\\mu\_\{\\mathrm\{orig\}\}\(z\_\{t\}\)=\\sum\_\{k=1\}^\{K\}p\_\{t\}\(k\)f\_\{k\}\(z\_\{t\}\)\.To favor the target successork⋆k^\{\\star\}, we apply a KL\-regularized exponential tilt:

qt⋆​\(k\)=pt​\(k\)​exp⁡\(β​1​\{k=k⋆\}\)∑j=1Kpt​\(j\)​exp⁡\(β​1​\{j=k⋆\}\)\.q\_\{t\}^\{\\star\}\(k\)=\\frac\{p\_\{t\}\(k\)\\exp\\\!\\left\(\\beta\\,\\mathbb\{1\}\\\{k=k^\{\\star\}\\\}\\right\)\}\{\\sum\_\{j=1\}^\{K\}p\_\{t\}\(j\)\\exp\\\!\\left\(\\beta\\,\\mathbb\{1\}\\\{j=k^\{\\star\}\\\}\\right\)\}\.The corresponding steered prediction and latent intervention are

μsteered​\(zt\)=∑k=1Kqt⋆​\(k\)​fk​\(zt\),Δ​zt=μsteered​\(zt\)−μorig​\(zt\)\.\\mu\_\{\\mathrm\{steered\}\}\(z\_\{t\}\)=\\sum\_\{k=1\}^\{K\}q\_\{t\}^\{\\star\}\(k\)f\_\{k\}\(z\_\{t\}\),\\qquad\\Delta z\_\{t\}=\\mu\_\{\\mathrm\{steered\}\}\(z\_\{t\}\)\-\\mu\_\{\\mathrm\{orig\}\}\(z\_\{t\}\)\.
We decodeΔ​zt\\Delta z\_\{t\}into activation space using the learned linear decoderWdecW\_\{\\mathrm\{dec\}\}and bound the intervention relative to the current hidden\-state norm:

Δ​ht=α​Δ​zt​Wdec‖Δ​zt​Wdec‖2​min⁡\(1,0\.1​‖ht‖2\)\.\\Delta h\_\{t\}=\\alpha\\frac\{\\Delta z\_\{t\}W\_\{\\mathrm\{dec\}\}\}\{\\\|\\Delta z\_\{t\}W\_\{\\mathrm\{dec\}\}\\\|\_\{2\}\}\\min\\\!\\left\(1,0\.1\\\|h\_\{t\}\\\|\_\{2\}\\right\)\.The interventionht←ht\+Δ​hth\_\{t\}\\leftarrow h\_\{t\}\+\\Delta h\_\{t\}is then applied to the residual stream\. We useα=8\\alpha=8,β=8\\beta=8, generation temperature0\.70\.7, and eight samples per problem for all reported experiments\. No model weights are updated\.

Algorithm 1Online transplantation of reasoning\-model SDS dynamics1:Hidden state

hth\_\{t\}; encoder

fCEBRAf\_\{\\mathrm\{CEBRA\}\}; scaler

\(μr,σr\)\(\\mu\_\{r\},\\sigma\_\{r\}\); centroids

\{ck\}\\\{c\_\{k\}\\\}; SDS parameters

\{Ak,bk,T\}\\\{A\_\{k\},b\_\{k\},T\\\}; decoder

WdecW\_\{\\mathrm\{dec\}\}; strengths

α,β\\alpha,\\beta
2:

zt←fCEBRA​\(\(ht−μr\)/σr\)z\_\{t\}\\leftarrow f\_\{\\mathrm\{CEBRA\}\}\\bigl\(\(h\_\{t\}\-\\mu\_\{r\}\)/\\sigma\_\{r\}\\bigr\)
3:

st←arg⁡mink⁡‖zt−ck‖2s\_\{t\}\\leftarrow\\arg\\min\_\{k\}\\\|z\_\{t\}\-c\_\{k\}\\\|\_\{2\}
4:

k⋆←arg⁡maxj⁡Tst​jk^\{\\star\}\\leftarrow\\arg\\max\_\{j\}T\_\{s\_\{t\}j\}
5:

pt​\(k\)←Tst​kp\_\{t\}\(k\)\\leftarrow T\_\{s\_\{t\}k\}for

k=1,…,Kk=1,\\ldots,K
6:

fk​\(zt\)←Ak​zt\+bkf\_\{k\}\(z\_\{t\}\)\\leftarrow A\_\{k\}z\_\{t\}\+b\_\{k\}for

k=1,…,Kk=1,\\ldots,K
7:

μorig←∑kpt​\(k\)​fk​\(zt\)\\mu\_\{\\mathrm\{orig\}\}\\leftarrow\\sum\_\{k\}p\_\{t\}\(k\)f\_\{k\}\(z\_\{t\}\)
8:

q¯t​\(k\)←pt​\(k\)​exp⁡\(β​𝟙​\{k=k⋆\}\)\\bar\{q\}\_\{t\}\(k\)\\leftarrow p\_\{t\}\(k\)\\exp\\\!\\bigl\(\\beta\\mathbb\{1\}\\\{k=k^\{\\star\}\\\}\\bigr\)
9:

qt⋆​\(k\)←q¯t​\(k\)/∑jq¯t​\(j\)q\_\{t\}^\{\\star\}\(k\)\\leftarrow\\bar\{q\}\_\{t\}\(k\)/\\sum\_\{j\}\\bar\{q\}\_\{t\}\(j\)
10:

μsteered←∑kqt⋆​\(k\)​fk​\(zt\)\\mu\_\{\\mathrm\{steered\}\}\\leftarrow\\sum\_\{k\}q\_\{t\}^\{\\star\}\(k\)f\_\{k\}\(z\_\{t\}\)
11:

Δ​zt←μsteered−μorig\\Delta z\_\{t\}\\leftarrow\\mu\_\{\\mathrm\{steered\}\}\-\\mu\_\{\\mathrm\{orig\}\}
12:

ut←Δ​zt​Wdecu\_\{t\}\\leftarrow\\Delta z\_\{t\}W\_\{\\mathrm\{dec\}\}
13:

Δ​ht←α​ut/‖ut‖2⋅min⁡\(1,0\.1​‖ht‖2\)\\Delta h\_\{t\}\\leftarrow\\alpha\\,u\_\{t\}/\\\|u\_\{t\}\\\|\_\{2\}\\cdot\\min\(1,0\.1\\\|h\_\{t\}\\\|\_\{2\}\)
14:return

ht\+Δ​hth\_\{t\}\+\\Delta h\_\{t\}

## Appendix ICross\-Model Transfer and Policy\-Transplantation Results

We evaluate transfer in two complementary ways\. First, we test whether an SDS fitted on one checkpoint can predict trajectories from its paired checkpoint\. This measures compatibility between the recovered dynamical models without modifying activations\. Second, we intervene on the base model during generation and test whether importing reasoning\-model dynamics changes downstream behavior\.

### I\.1Asymmetric Predictive Transfer of SDS Dynamics

LetRx→T2R^\{2\}\_\{x\\to T\}denote the predictive fit obtained by applying an SDS trained on source modelx∈\{b,r\}x\\in\\\{b,r\\\}to trajectories from a fixed target modelT∈\{b,r\}T\\in\\\{b,r\\\}, wherebbandrrdenote the base and reasoning\-fine\-tuned checkpoints\. We define the target\-normalized degradation caused by replacing the target’s native SDS with the SDS from the paired checkpoint as

Δ→T=Rnat2​\(T\)−Roth2​\(T\)Rnat2​\(T\)\.\\Delta\_\{\\to T\}=\\frac\{R^\{2\}\_\{\\mathrm\{nat\}\}\(T\)\-R^\{2\}\_\{\\mathrm\{oth\}\}\(T\)\}\{R^\{2\}\_\{\\mathrm\{nat\}\}\(T\)\}\.\(17\)
Table[9](https://arxiv.org/html/2607.18532#A9.T9)reports results at representative middle layers: layer 20 for Qwen2\.5\-Math\-1\.5B, layer 22 for Llama\-3\.1\-8B, and layer 28 for Qwen2\.5\-14B\. Across all six model–dataset settings, applying base\-trained dynamics to reasoning trajectories causes a larger relative degradation than applying reasoning\-trained dynamics to base trajectories:

Δ→r\>Δ→b\.\\Delta\_\{\\to r\}\>\\Delta\_\{\\to b\}\.The mean degradation is25\.1%25\.1\\%in the former direction and17\.4%17\.4\\%in the latter\.

Table 9:Cross\-model predictive transfer of SDS dynamics at representative middle layers\. Native evaluations apply an SDS to trajectories from the model on which it was fitted; cross evaluations apply it to the paired checkpoint\. In every setting, base\-trained dynamics degrade more when transferred to reasoning trajectories than reasoning\-trained dynamics do when transferred to base trajectories\.This asymmetry suggests that reasoning\-trained dynamics remain partially compatible with base\-model trajectories, whereas base\-trained dynamics do not capture part of the organization present in reasoning\-model trajectories\. We interpret this as evidence that reasoning fine\-tuning reorganizes and differentiates a dynamical scaffold already present in the base model, rather than creating all latent dynamics from scratch\.

### I\.2Behavioral Policy Transplantation

We next evaluate whether transferring reasoning\-model SDS dynamics can improve the base model’s behavior\. Table[10](https://arxiv.org/html/2607.18532#A9.T10)reports pass@8 on the hard subsets defined in Appendix[G](https://arxiv.org/html/2607.18532#A7)\. The unsteered baseline is zero by construction\.

Table 10:Pass@8 after transplanting reasoning\-model SDS dynamics into the paired base model\. Evaluation uses the larger hard\-example subsets from Table[8](https://arxiv.org/html/2607.18532#A7.T8), comprising problems with base\-modelpass​@​8=0\\mathrm\{pass@8\}=0by construction\.Policy transplantation improves pass@8 in every evaluated setting, reaching0\.600\.60for Qwen\-1\.5B on GSM8K and0\.460\.46for Llama\-8B on GSM8K\. These results show that steering the base model toward transitions recovered from its reasoning\-fine\-tuned counterpart can causally alter downstream reasoning without changing model weights\.

We treat this intervention as causal validation rather than as a practical deployment strategy: when the reasoning model is available, it would normally be used directly\. The SDS\-guided prefix\-pruning method in Section[8\.2](https://arxiv.org/html/2607.18532#S8.SS2)instead operates directly on reasoning\-model trajectories and provides the practical application of the recovered latent\-state structure\.

## Appendix JCEBRA Trajectory Visualizations Gallery

To visualize the geometry of the recovered latent policies directly, we plot representative reasoning traces in the learned CEBRA embedding space together with their decoded regime sequences\. Each panel shows a single trajectory overlaid on the full point cloud of embedded steps from the corresponding model, dataset, and layer, with the right\-hand column displaying the aligned sequence of inferred regimes across reasoning steps\. These visualizations in Figures[19](https://arxiv.org/html/2607.18532#A10.F19),[20](https://arxiv.org/html/2607.18532#A10.F20),[21](https://arxiv.org/html/2607.18532#A10.F21),[22](https://arxiv.org/html/2607.18532#A10.F22),[23](https://arxiv.org/html/2607.18532#A10.F23)and[24](https://arxiv.org/html/2607.18532#A10.F24)make the contrast in temporal organization concrete\. Base\-model trajectories frequently dwell in one dominant cluster for long stretches or alternate among nearby regions without a stable large\-scale progression\. Reasoning trajectories more often execute a structured path through separated clusters, with regime occupancy changing at a pace that is neither purely sticky nor rapidly flickering\.

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_base_llama8b_gsm8k_L31.png)

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_rlvr_llama8b_gsm8k_L31.png)

Figure 19:Representative CEBRA trajectories for Llama\-8B on GSM8K\.*Top:*Base\.*Bottom:*Reasoning\. The base trajectory quickly enters a prolonged regime\-R​1R1plateau after a brief prefix, whereas the reasoning trajectory traverses multiple clusters and revisits distinct regimes before terminating in a separate end region\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_base_llama8b_math500_L31.png)

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_rlvr_llama8b_math500_L31.png)

Figure 20:Representative CEBRA trajectories for Llama\-8B on MATH500\.*Top:*Base\.*Bottom:*Reasoning\. The base run shows rapid local switching near the terminal region without a clear global traversal, while the reasoning run follows a longer multi\-cluster path with a sustained middle segment and a distinct terminal computation basin\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_base_qwen1.5b_gsm8k_L27.png)

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_rlvr_qwen1.5b_gsm8k_L27.png)

Figure 21:Representative CEBRA trajectories for Qwen\-1\.5B on GSM8K\.*Top:*Base\.*Bottom:*Reasoning\. In the base model, the trajectory alternates among a small set of nearby clusters and ends with an isolated terminal jump\. In the reasoning model, regime segments are longer and the path organizes into a clearer progression from an initial green cluster through blue and pink segments before reaching the terminal state\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_base_qwen1.5b_math500_L27.png)

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_rlvr_qwen1.5b_math500_L27.png)

Figure 22:Representative CEBRA trajectories for Qwen\-1\.5B on MATH500\.*Top:*Base\.*Bottom:*Reasoning\. The base trajectory remains concentrated in a narrow band with frequent short switches, whereas the reasoning trajectory separates into longer blocks centered on a small number of regimes and transitions through a more interpretable start\-to\-end route\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_base_qwen14b_gsm8k_L47.png)

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_rlvr_qwen14b_gsm8k_L47.png)

Figure 23:Representative CEBRA trajectories for Qwen\-14B on GSM8K\.*Top:*Base\.*Bottom:*Reasoning\. The base trajectory oscillates among nearbyR​2R2,R​3R3, andR​1R1regions with limited geometric separation, while the reasoning trajectory begins in a distinct green cluster and proceeds through blue and red regimes toward a compact terminal region\.![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_base_qwen14b_math500_L47.png)

![Refer to caption](https://arxiv.org/html/2607.18532v1/plots2/traj_rlvr_qwen14b_math500_L47.png)

Figure 24:Representative CEBRA trajectories for Qwen\-14B on MATH500\.*Top:*Base\.*Bottom:*Reasoning\. The base model produces a diffuse trajectory with frequent short\-lived switches near the terminal region, whereas the reasoning model concentrates its trajectory into a smaller number of spatially separated clusters and a more ordered regime sequence\.Table 11:Dynamics statistics averaged across analyzed layers and 5 random seeds\. Reasoning\-tuned models consistently exhibit richer latent policy structure, characterized by higher effective state usage \(KeffK\_\{\\mathrm\{eff\}\}\), larger transition asymmetry \(TVD\), and slower\-mixing dynamics \(lower spectral gap\)\.Table 12:QwQ\-32B SDS metrics using BIC\-selectedKKfor each seed/layer run\. Values are mean±\\pmstd across available seed\-layer runs\.

Similar Articles

Learning to Refine Hidden States for Reliable LLM Reasoning

arXiv cs.LG

Proposes ReLAR, a reinforcement-guided latent refinement framework that iteratively updates hidden representations in LLMs before decoding, improving reasoning reliability and efficiency compared to chain-of-thought methods.

Long-Context Reasoning Through Proxy-Based Chain-of-Thought Tuning

arXiv cs.CL

Proposes ProxyCoT, a training framework that improves long-context reasoning in large language models by first obtaining chain-of-thought reasoning traces on short proxy contexts (via reinforcement learning or distillation) and then grounding them in full long contexts through supervised fine-tuning. Experiments show consistent improvements over baselines with reduced computational cost.