Pith. sign in

REVIEW 2 major objections 5 minor 2 cited by

Reasoning-Finetuning Repurposes Latent Representations in Base Models

T0 review · 2 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Backtracking in DeepSeek-R1-Distill-Llama-8B is driven in part by a latent direction in base Llama-3.1-8B activations that fine-tuning repurposes.

desk verdict A genuinely new negative-offset, base-derived steering vector transfers to a reasoning model, but the key null result in the base model is measured with a keyword proxy validated only on reasoning outputs. read the letter →

arxiv 2507.12638 v1 pith:GI7CHUCN submitted 2025-07-16 cs.LG

classification cs.LG
keywords backtrackingsteeringvectorsinterpretabilityreasoningmodelsrepresentationrepurposingresidualstreamDeepSeek-R1-Distill-Llama-8Bdifference-of-means
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper sets out to show that backtracking, the emergent strategy-revision behavior of the DeepSeek-R1-Distill-Llama-8B reasoning model, is driven in part by a direction already present in the base Llama-3.1-8B's activations. A steering vector computed from base-model residual-stream activations reliably induces backtracking when added to the reasoning model, but does not induce backtracking in the base model itself. The paper argues this is not a trivial token-level effect because the vector does not project strongly onto backtracking keywords, and probing shows the direction is densely present without cleanly marking backtracking, leaving the mechanism as one of several heuristics. If correct, this is an existence proof that base models carry latent reasoning-related representations that fine-tuning repurposes rather than creates from scratch.

What carries the argument

The central object is a Difference-of-Means steering vector, $v = \text{MeanAct}(D_+) - \text{MeanAct}(D)$, computed from layer-10 residual stream activations at a negative token offset (about -13 to -8 positions) before backtracking events, sampled separately from base and reasoning models on the same traces. Backtracking is measured by the keyword proxy $b$ from Eq. (1), the fraction of trace tokens in the set $\{\text{wait}, \text{hmm}\}$. Two diagnostic tools carry the deeper argument: a logit-lens score $s(v)$ that projects the steering vector onto unembedding directions masked to backtracking keywords, showing the effect is not a keyword trigger, and probing projections of $v$ onto centered activations, showing the direction is widespread rather than a clean single marker.

What would settle it

Run unsteered and steered base-model generations and have an LLM or human judge label strategy revisions using a taxonomy that does not depend on 'wait' or 'hmm'; if the base model shows comparable backtracking rates under steering once vocabulary differences are discounted, the repurposing asymmetry that anchors the claim collapses.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that a steering vector extracted from base Llama-3.1-8B layer-10 residual stream activations, sampled at a negative token offset from backtracking events, reliably induces backtracking when added to the activations of DeepSeek-R1-Distill-Llama-8B during generation, while the same vector does not induce backtracking in the base model. Because the base-derived and reasoning-derived vectors have a cosine similarity of about 0.74, the authors conclude that both models share a representation which only the reasoning model has repurposed as an input to its backtracking mechanism. A logit-lens score shows the effect is not explained by directly boosting the logits of 'wait' or 'but' tokens, and probing shows the direction is densely and non-selectively present in activations, leading to the hypothesis that it is one of several directions that jointly mediate backtracking.

Load-bearing premise

The load-bearing premise is that the keyword proxy b, the fraction of 'wait' and 'hmm' tokens in a trace, measures backtracking accurately enough; it is validated only on reasoning-model outputs, so the base model's flat zero backtracking could be a vocabulary artifact.

Editorial extensions

If this is right

  • Backtracking in this model can be causally decomposed into at least one base-derived direction that becomes active only after reasoning fine-tuning.
  • The reasoning model and base model share a nearly parallel representation (cosine similarity about 0.74) that only the reasoning model uses to initiate backtracking.
  • Base-derived steering vectors at layer 10 are comparable in effectiveness to reasoning-derived ones, so a representation found in the base model can serve as a control handle for a behavior the base model itself never displays.
  • The identified direction is not a sufficient trigger on its own; the paper's probing results imply that backtracking is mediated by a combination of several such heuristics.
  • The overall picture is that reasoning fine-tuning repurposes pre-existing latent representations rather than learning backtracking from scratch.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper: if repurposing generalizes, reasoning fine-tuning may mostly reroute existing features rather than create new ones, which predicts that other emergent behaviors such as verification or reflection also correspond to pre-existing base directions.
  • Beyond the paper: the keyword-proxy limitation means the base-model null result should be re-tested with a vocabulary-independent backtracking judge, since base-model backtracking could hide in words other than 'wait' or 'hmm'.
  • Beyond the paper: the one-of-several hypothesis predicts that combining this direction with other DoM directions drawn from different sentence categories will induce backtracking more reliably at lower magnitudes than the single direction alone.
  • Beyond the paper: checking whether the same base direction becomes active after plain instruction tuning, or only after RL-based reasoning training, would clarify whether the repurposing is tied to reward-driven search.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 5 minor

Summary. The paper studies backtracking in DeepSeek-R1-Distill-Llama-8B and proposes that this behavior is partly driven by a direction already present in the base Llama-3.1-8B residual stream. The authors derive difference-of-means steering vectors from base-model activations at a negative offset before backtracking events, show that these vectors induce backtracking when added to the reasoning model, and report that the same vectors do not induce backtracking in the base model. They compare against several perturbation baselines, apply a logit-lens analysis to argue the direction is not a simple keyword booster, and use probing to suggest the direction is one of multiple heuristics. The paper concludes that reasoning fine-tuning repurposes pre-existing base-model representations rather than learning the full mechanism from scratch.

Significance. If the central claim holds, the result is significant: it provides an interpretability-based existence proof that reasoning fine-tuning can rewire pre-existing latent directions into causally active behavioral circuits, which would sharpen current understanding of how reasoning capabilities emerge. The paper has several strengths: it compares the steering vector against five baselines (mean, noise, self-amplification, deduction, and initialization), it reports a layer sweep, and it includes an explicit limitation discussion and a partial validation study in Appendix C. These elements support the existence of a meaningful direction. However, the central asymmetry between the reasoning model and the base model rests on a keyword proxy whose validation is incomplete, and the quantitative claims are made at offset/layer values selected on the same outcome metric. These issues are fixable but currently leave the headline interpretation less secure than the text suggests.

major comments (2)
  1. [§3.2, Fig. 3, Eq. (1), Appendix C] The central asymmetry — base-derived vectors induce backtracking in the reasoning model but not in the base model — is measured exclusively with the keyword proxy b over B={wait,hmm}. Appendix C validates this proxy against GPT-4o and human judges only on reasoning-model outputs, reporting F1 scores between 54% and 65% against GPT-4o and noting the 'inadequacy of LLM and keywords as judges.' No validation is provided for base-model generations, which is exactly the condition where the 'always zero' curves are asserted. If steered base traces backtrack using different vocabulary (e.g., 'Actually, that's wrong' or 'Let me reconsider'), the null result is a measurement artifact and the repurposing interpretation loses its key contrast. The same concern applies to the positive result: increased 'wait' tokens may not correspond to genuine retraction of prior reasoning steps. I ask the authors to validate the keyword judge on base-model outputs, report semantic backtracking rates for the steered base model, and quantify recall as well as precision.
  2. [§3.1, Fig. 2, §3.2] The offset window (−13 to −8) and the fixed layer 10 used in all subsequent steering experiments are selected by maximizing the same keyword metric b that later serves as the outcome measure. With 300 traces and no held-out or cross-validated evaluation, the reported effect sizes at the selected offset may be inflated by selection on the dependent variable. I ask for a cross-validation or a sensitivity analysis showing that the qualitative conclusion — base-derived vectors induce backtracking in the reasoning model but not in the base model — is stable across reasonable choices of offset and layer.
minor comments (5)
  1. [Appendix A, Eq. (3)] Equation (3) defines v = MeanAct(D+) − MeanAct(D) with D+ ⊂ D, so the positive examples are included in the background term; this is a scaled version of the usual positive-minus-negative contrast. Please define D− explicitly or state that the scaling does not affect the direction.
  2. [§4.1, Eq. (2), Fig. 5] The logit-lens control only masks tokens containing 'wait' or 'but,' while the main proxy in Eq. (1) uses {wait,hmm}; it also does not rule out other token-level mechanisms. The conclusion that the direction is 'nontrivial' is stronger than the evidence supports; I suggest softening the wording or expanding the set of token-level controls.
  3. [Fig. 2, Fig. 3, Fig. B.1] Several figures lack full experimental detail: Fig. 2 does not state how many traces are averaged for each cell, Fig. 3 reports 'always zero' without showing raw counts or standard errors, and Fig. 5 has no axis labels or error bars. Please add these details.
  4. [Appendix C, Table C.1] Table C.1 reports F1 against GPT-4o at only a few steering strengths and does not report human-judge recall. Since the paper claims approximate agreement with human judgment, please report precision and recall for the human comparison separately.
  5. [Throughout] There are several typos and small inconsistencies, including 'backracking' in the Introduction, 'provoiding' in the Acknowledgements, and the use of 'Wait' with different capitalizations across figures; a final proofread would help.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the base-derived steering vector is not fitted to the keyword metric, and the cross-model asymmetry is an independently testable empirical result.

full rationale

Walked the derivation chain: steering vectors are computed by Difference-of-Means (Eq. 3) on GPT-4o-labelled pre-backtracking positions, and effectiveness is measured with the keyword proxy b (Eq. 1). Although the same keyword family appears on both sides, the vector itself is not fitted to b, and the load-bearing result is a cross-model transfer: a base-derived vector increases backtracking markers in the fine-tuned reasoning model but not in the base model, with baseline controls (Fig. 4) and logit-lens analysis (Sec. 4.1) ruling out trivial token-level explanations. The central claim therefore has independent empirical content and does not reduce to its inputs by construction. The main caveats are measurement-validity issues rather than circularity: Appendix C validates the keyword judge only on reasoning-model outputs (Table C.1 reports F1 around 54-65% against GPT-4o and concedes 'inadequacy of LLM and keywords as judges'), so the 'always zero' base-model curves could reflect vocabulary differences; the conclusion also honestly notes the identified direction is only one component of the backtracking mechanism. These are robustness threats, not Eq-for-Eq reductions. Self-citations (Venhoff et al. 2025; Arditi et al. 2024) supply methodology or analogies, and are supported by human-judge validation and independent baselines, so they are not load-bearing circular support.

Assumptions & free parameters 4 free parameters · 3 assumptions · 0 invented entities

The central claim rests on several hand-chosen analysis choices: the offset window, layer, keyword set, and magnitude. None of these are derived from first principles, and the chosen values are all selected on the same backtracking-keyword evaluation that serves as the outcome. The interpretive 'repurposing' step additionally assumes the keyword proxy transfers to base model behavior, a point the paper leaves unvalidated. No new theoretical entities are introduced.

free parameters (4)
  • Steering offset window = -13 to -8 tokens
    Chosen from Fig. 2 as the offset maximizing the backtracking keyword metric at layer 10; this selection is made on the same evaluation scheme used to report the main results.
  • Steering layer = 10
    Selected because steering at layer 10 is most effective in Appendix B.1; the claim is presented for this specific layer.
  • Backtracking keyword set B = {"wait", "hmm"} for Eq. 1; {"wait", "but"} for logit lens
    The proxy metric and the logit-lens mask depend on this hand-chosen token set, which determines both the training labels and the measured effect.
  • Steering magnitude for reported effects = scanned 0 to 20; main comparisons use a range
    The effect size depends on magnitude, and the paper reports peak or range values; no fixed operating point is justified independently.
assumptions (3)
  • domain assumption GPT-4o judge labels of backtracking sentences are accurate enough to define training positions.
    Used in Sec. 2.2 and Appendix C to build D+ in Eq. (3); validation shows agreement with human judges on a sample, but not complete.
  • domain assumption The keyword proxy b (Eq. 1) is a faithful operationalization of backtracking for both steered reasoning-model outputs and base-model outputs.
    Central to all measurements in Figs. 2, 3, 4; Appendix C validates it only for reasoning model traces and reports F1 around 60% against the LLM judge.
  • domain assumption Difference-of-Means vectors computed from base model activations on reasoning traces capture a base-model concept rather than an artifact of the input distribution.
    Sec. 3.2 and Eq. (3) assume the base model's forward pass on reasoning-model text exposes its own representations; baselines partially test this but cannot exclude all confounds.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Reasoning-Finetuning Repurposes Latent Representations in Base Models." pith.science (2026). https://pith.science/paper/GI7CHUCN

@misc{pith2026250712638,
  author       = {Pith},
  title        = {Pith review of: Reasoning-Finetuning Repurposes Latent Representations in Base Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GI7CHUCN}},
  note         = {Machine review of arXiv:2507.12638}
}
read the original abstract

Backtracking, an emergent behavior elicited by reasoning fine-tuning, has been shown to be a key mechanism in reasoning models' enhanced capabilities. Prior work has succeeded in manipulating this behavior via steering vectors, but the underlying mechanism remains poorly understood. In this work, we show that the emergence of backtracking in DeepSeek-R1-Distill-Llama-8B is in part driven by a repurposed direction already present in base model activations. Specifically, we identify a direction in base Llama-3.1-8B's residual stream which systematically induces backtracking when used to steer the distilled reasoning model, and find that the effects of steering with this direction cannot be trivially explained by token-level attributes. We further find that this direction does not induce backtracking in the base model, suggesting that the reasoning finetuning process repurposes pre-existing representations to form new behavioral circuits. Additionally, we hypothesize that this direction is one of several which may work together to mediate backtracking. Our findings offer a compelling picture that reasoning-finetuned models repurpose pre-existing base model representations, rather than learn new capabilities from scratch.

Figures

Figures reproduced from arXiv: 2507.12638 by the authors.

Figure 1
Figure 1. Steering vectors derived from base model activations induce backtracking when used to steer the reasoning-finetuned model. Green highlights represent tokens from which our backtracking steering vectors are computed, red highlights indicate the start of backtracking. process. Broadly, we hope this work inspires focused, fine￾grained investigations into various aspects of reasoning pro￾cesses through the lens of inter… view at source ↗
Figure 3
Figure 3. Proportion of backtracking-related tokens generated by both base and reasoning models when steered with base-derived or reasoning-derived steering vectors. Gray lines represent error bars of one standard deviation. Note that the base model never exhibits backtracking behavior, even when steered with the reason￾ing model-derived backtracking-inducing vector. 3.3. Validation against baselines To ensure that the increa… view at source ↗
Figure 4
Figure 4. Comparison of various baselines used to steer the rea￾soning model, measured by the “Wait” metric. The base model￾derived, negative-offset backtracking steering vector (ours) clearly has a significant effect. ability for trigger tokens like “wait” (Niklas Muennighoff, 2025). We use logit lens to show that token-level attributes cannot explain backtracking behavior in our steering vectors. Given the effectiveness of … view at source ↗
Figures from the paper (2 more)
Figure 5
Figure 5. Figure 5: reports the backtracking scores of base- and reasoning-derived steering vectors computed from hidden activations at different layers. Combined with findings in the previous section, we observe that (1) the base-derived steering vectors do not decode to backtracking key…
Figure 6
Figure 6. Figure 6: A sample output generated by the reasoning model with￾out steering. Tokens are highlighted in green when the projection of the base model-derived backtracking steering vector onto layer 10 activations is positive, with darker green representing higher magnitudes. “Wait…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. The Computational Basis of Confidence in Large Language Models

    cs.LG 2026-07 unverdicted novelty 6.0 of 10

    Answer-logit differences in multimodal LMs behave as monotonic readouts of a latent decision variable in simple perceptual and memory tasks, but not in complex visual reasoning.

  2. Reasoning Fine-Tuning Induces Persistent Latent Policy States

    cs.CL 2026-07 conditional novelty 5.0 of 10

    Reasoning fine-tuning reorganizes chain-of-thought into more differentiated latent switching states, and pruning with those states beats self-consistency in 11 of 12 settings.

Reference graph

Works this paper leans on

11 extracted references · 1 canonical work pages · cited by 2 Pith papers

  1. [1]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...

  2. [2]

    Refusal in language models is mediated by a single direction

    Arditi, A., Obeso, O., Syed, A., Paleka, D., Panickssery, N., Gurnee, W., and Nanda, N. Refusal in language models is mediated by a single direction. arXiv preprint arXiv:2406.11717, 2024

  3. [3]

    Y., Tutubalina, E., and Oseledets, I

    Galichin, A., Dontsov, A., Druzhinina, P., Razzhigaev, A., Rogov, O. Y., Tutubalina, E., and Oseledets, I. I have covered all the bases here: Interpreting reasoning features in large language models via sparse autoencoders. arXiv preprint arXiv:2503.18878, 2025

  4. [4]

    Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning

    Guo, D., Yang, D., Zhang, H., Song, J., Zhang, R., Xu, R., Zhu, Q., Ma, S., Wang, P., Bi, X., et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948, 2025

  5. [5]

    Niklas Muennighoff, Zitong Yang, W. S. X. L. L. L. F.-F. H. H. L. Z. P. L. E. C. T. H. s1: Simple test-time scaling. arXiv preprint arXiv:2501.19393, 2025

  6. [6]

    Steering llama 2 via contrastive activation addition

    Rimsky, N., Gabrieli, N., Schulz, J., Tong, M., Hubinger, E., and Turner, A. Steering llama 2 via contrastive activation addition. In Ku, L.-W., Martins, A., and Srikumar, V. (eds.), Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 15504--15522, Bangkok, Thailand, August 2024. Associatio...

  7. [7]

    Understanding reasoning in thinking language models via steering vectors

    Venhoff, C., Arcuschin, I., Torr, P., Conmy, A., and Nanda, N. Understanding reasoning in thinking language models via steering vectors. In Workshop on Reasoning and Planning for Large Language Models, 2025. URL https://openreview.net/forum?id=OwhVWNOBcz

  8. [8]

    V., Zhou, D., et al

    Wei, J., Wang, X., Schuurmans, D., Bosma, M., Xia, F., Chi, E., Le, Q. V., Zhou, D., et al. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35: 0 24824--24837, 2022

Show all 11 references
  1. [9]

    Step back to leap forward: Self-backtracking for boosting reasoning of language models

    Yang, X.-W., Zhu, X.-Y., Wei, W.-D., Zhang, D.-C., Shao, J.-J., Zhou, Z., Guo, L.-Z., and Li, Y.-F. Step back to leap forward: Self-backtracking for boosting reasoning of language models. arXiv preprint arXiv:2502.04404, 2025. URL https://arxiv.org/abs/2502.04404

  2. [10]

    D., Zhang, X., Gopi, S., Peng, B., Li, B., Kulkarni, J., and Inan, H

    Ye, G., Pham, K. D., Zhang, X., Gopi, S., Peng, B., Li, B., Kulkarni, J., and Inan, H. A. On the emergence of thinking in llms i: Searching for the right intuition. arXiv preprint arXiv:2502.06773, 2025. URL https://arxiv.org/abs/2502.06773

  3. [11]

    Demystifying long chain-of-thought reasoning in llms

    Yeo, E.-H., Lin, Z., Han, T., Lin, M., Wang, J., Wang, J., Zhang, J., and Zhuo, D. Demystifying long chain-of-thought reasoning in llms. arXiv preprint arXiv:2502.03373, 2025. URL https://arxiv.org/abs/2502.03373

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.