REVIEW 4 major objections 6 minor 16 references
Reviewed by Pith at T0; open to challenge.
T0 means a machine referee read the full paper against a public rubric. The mark states how deep the mechanical check went, never who wrote it. the ladder, T0–T4 →
T0 review · grok-4.5
Amplifying a model's reasoning weights past its training point makes it leak secrets it was trained to hide, up to ten times more often.
2026-07-10 11:53 UTC pith:2MOKXRO3
load-bearing objection Solid white-box auditing trick: extrapolating the instruct→reasoning task vector past α=1 raises leak rates on synthetic secret organisms; the 10× framing is soft, but the ablations and two-regime analysis are real. the 4 major comments →
Overthinking: Amplifying Reasoning Weights to Extract Learned Secrets
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Reasoning amplification defined by the overthinking model θ_Oα = θ_M + α(θ_R − θ_M) with α > 1 systematically raises the rate at which models reveal training-acquired secrets, peaking inside an intermediate "auditing window" before coherence collapses, and can improve disclosure by up to roughly 10× relative to the pure reasoning model at α = 1.
What carries the argument
The reasoning task vector τ_reason = θ_R − θ_M, extrapolated beyond α = 1 and modulated by layer-wise coefficients (especially Fisher-weighted and task-magnitude schemes) that protect sensitive layers while amplifying reasoning.
Load-bearing premise
The four synthetic secret-keeping setups (hidden word, implicit gender belief, encoded side-constraint, in-context answer metadata) are representative enough of real hidden information that the measured leakage rates would transfer to naturally arising secrets.
What would settle it
Re-run the same α sweeps and layer-wise methods on a model that acquired a real, non-synthetic secret (for example a capability or policy preference suppressed only by post-training) and check whether disclosure still rises sharply for α > 1 while random perturbations of matched magnitude do not, for the directionally protected secret types.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes overthinking: extrapolating a reasoning task vector τ_reason = θ_R − θ_M beyond the distilled reasoning model via θ_Oα = θ_M + α(θ_R − θ_M) with α > 1, optionally with layer-wise attenuation (freeze last layers, linear decay, Fisher-trace / directional Fisher / task-magnitude weighting). On four secret-keeping settings (in-context MMLU metadata, Taboo word, implicit gender belief, Base64 side-constraint) and Qwen3-VL models from 2B–32B, peak disclosure under amplification is higher than at α = 1 in most cells, sometimes by large relative factors when baselines are near zero; Fisher-weighted methods and metacognitive prefill composition further raise rates for some secrets. The authors also document coherence collapse, language drift, identity confusion, and elevated backtracking, and distinguish directionally protected secrets (Taboo, SSC) from noise-fragile ones (Gender, MMLU).
Significance. If the directional effect generalizes beyond synthetic model organisms and a single model family, the work supplies a practical white-box auditing primitive that is orthogonal to input-side prefills and that can be stacked with them. Strengths include: (i) explicit random layer-norm and global-norm baselines that isolate direction from magnitude for Taboo and SSC; (ii) paired McNemar tests with Holm–Bonferroni correction and Wilson CIs on N=256; (iii) a clear two-regime taxonomy of secrets and a concrete two-stage auditing protocol; (iv) layer-wise Fisher variants that measurably delay coherence collapse. These make the paper a useful contribution to pre-deployment auditing even if absolute leak rates remain modest.
major comments (4)
- Abstract and §5.1 / Table 2: the headline “up to 10× more frequently” is driven by near-zero α=1 baselines (e.g. Taboo 8B 3.1%→8.6%, SSC 32B 0%→5.5%, MMLU 8B 1.2%→2.3%). Absolute peak rates under uniform amplification stay single-digit in three of four settings. The claim should be restated with absolute rates and with the qualifier that large relative gains occur mainly when the reasoning baseline is already near floor; otherwise the abstract overstates practical impact.
- §5.1 and Fig. 4: for Gender and MMLU, random global-norm (and some freeze) perturbations match or exceed the reasoning vector. The directional mechanism therefore holds only for Taboo and SSC. The abstract’s closing sentence already notes the split, but the central “reasoning amplification” framing and the “10×” language still treat direction as the primary driver across all four settings; the results section should lead with the two-regime taxonomy rather than a uniform directional claim.
- Table 3 “OT (best)” / “Prefill + OT (best)”: peak α and coefficient method are selected post-hoc per cell. Without a pre-specified selection rule or nested validation, the reported maxima are optimistically biased. Either fix a single method (e.g. Task Magnitude) a priori or report the full distribution of methods so that the gain is not confounded with selection.
- §6.3 Limitations and §4.3: all results are on the Qwen3-VL family (Instruct vs Thinking pairs). The paper itself flags this and lists Llama follow-ups as future work; given that the central claim is about a general auditing technique, at least one cross-family check (or a clear statement that transfer is untested) is load-bearing for the generality asserted in the introduction and conclusion.
minor comments (6)
- Definition 3.1 and Fig. 8: the collapse-onset α* is defined via a joint knee in PPL, KL, and drift, but the exact numerical procedure for locating the knee is not stated; a short algorithmic note would aid reproducibility.
- Eqs. (3)–(5): normalization of λ_ℓ (especially Task Magnitude) is described only as “normalized so that (1/L)∑λ_ℓ = 1”; clarify whether this is applied before or after the global α scaling and whether negative coefficients are clipped.
- Table 2 caption: “Prefill is where we sample from the middle of an assistant message…” is easy to misread; a one-line formal definition of the prefill string used for each setting would help.
- Figures 11–12 appear only as captions without full panels in the provided text; ensure the camera-ready includes the actual plots or remove the dangling references.
- Related work: the discussion of CoT faithfulness (Lanham, Turpin, Chen et al.) is solid; a brief pointer to concurrent weight-space steering for alignment behaviors (already cited as Fierro & Roger) could be expanded by one sentence on how overthinking differs from sycophancy/refusal vectors.
- Typos / notation: “Naïvely” appears as “Na¨ıvely” in one place; “overthinking modelas” missing space in the abstract; θ_Oα vs θ_O_α inconsistency in a few spots.
Circularity Check
Empirical weight-space intervention measured by external keyword/judge metrics; no derivation reduces to its own inputs by construction.
specific steps
-
other
[Abstract / §5.1 / Table 2]
"Our findings suggest that reasoning amplification may surface secrets or unintended behaviors acquired during training up to 10× more frequently than the original reasoning model."
The 10× multiplier is obtained by selecting, after the fact, the α that maximises the observed leak rate relative to the α=1 baseline. While this is ordinary peak-picking rather than a definitional loop, it is the sole place where the reported headline number is not a pre-specified quantity independent of the data.
full rationale
The paper defines an overthinking model via ordinary task-vector arithmetic (Eq. 1: θ_Oα = θ_M + α(θ_R − θ_M)) and then measures secret-disclosure rates on four held-out model-organism suites with keyword matching and GPT-4.1-mini judges. Leakage is never defined in terms of the amplification factor or the task vector; the reported “up to 10×” figures are simply observed ratios of those external scores. Layer-wise coefficients (Fisher, linear decay, etc.) are also evaluated post-hoc, yet the paper reports the full α-sweep tables rather than claiming a unique theoretical optimum. Self-citations supply the experimental substrate (task vectors, secret-keeping organisms) but do not underwrite the leakage result itself. The only minor residual is the conventional post-hoc selection of peak-α cells when stating the strongest multiplier; that does not make the measured rates circular. Score therefore remains at the low end of the scale.
Axiom & Free-Parameter Ledger
free parameters (3)
- amplification factor α
- layer-wise coefficients λ_ℓ
- Fisher calibration set size
axioms (4)
- domain assumption The difference τ_reason = θ_R − θ_M isolates the updates introduced by reasoning distillation and encodes a steerable meta-capability rather than new domain knowledge.
- domain assumption The four model-organism secrets (Taboo, Gender, SSC, MMLU metadata) are adequate proxies for the hidden information that real-world auditors care about.
- domain assumption GPT-4.1-mini coherence and leak judges are sufficiently accurate proxies for human judgment of disclosure and output quality.
- ad hoc to paper Linear task arithmetic in weight space remains meaningful for α > 1 (i.e., the reasoning direction continues to point toward more deliberation rather than pure noise).
invented entities (2)
-
overthinking model O_α
no independent evidence
-
directional Fisher F_dir,ℓ and task-magnitude weighting
no independent evidence
read the original abstract
Black box auditing of language models is an essential pre-deployment tool, but it may miss subtle forms of misalignment and hidden information. To better elicit hidden information during an auditing process, we introduce \emph{overthinking}: the process of using reasoning task vectors to amplify the propensity to think out loud of reasoning models. Given the parameters of a non-reasoning instruct model $M$ and reasoning-distilled model $R$, we define the \emph{overthinking model} as $\boldsymbol{\theta}_{\mathcal{O}_\alpha} = \boldsymbol{\theta}_{\mathcal{M}} + \alpha(\boldsymbol{\theta}_{\mathcal{R}} - \boldsymbol{\theta}_{\mathcal{M}})$, where $\alpha > 1$ amplifies reasoning beyond the pure reasoning model $R$. Additionally, we introduce new layer-wise attenuation strategies that selectively amplify reasoning without losing quality and coherence of model outputs. We demonstrate that overthinking models are more likely to reveal hidden information across four experimental settings, across 2B-32B models. Our findings suggest that reasoning amplification may surface secrets or unintended behaviors acquired during training up to $10\times$ more frequently than the original reasoning model. How secrets surface depends on the secret type: some require perturbation along the reasoning direction, while others yield to any sufficiently large weight perturbation.
Figures
Reference graph
Works this paper leans on
-
[1]
Chain-of- thought reasoning in the wild is not always faithful
Arcuschin, A., Lindner, D., Schober, N., et al. Chain-of- thought reasoning in the wild is not always faithful. In ICLR 2025 Workshop,
work page 2025
-
[2]
Bai, S. et al. Qwen3-vl technical report.arXiv preprint arXiv:2511.21631,
work page internal anchor Pith review Pith/arXiv arXiv
-
[4]
Eliciting Latent Predictions from Transformers with the Tuned Lens
URL https: //arxiv.org/abs/2303.08112. Casper, S., Ezell, C., Siegmann, C., Kolt, N., Curtis, T. L., Bucknall, B., Haupt, A., Wei, K., Scheurer, J., Hobbhahn, M., et al. Black-box access is insufficient for rigorous AI audits. InProceedings of the 2024 ACM Conference on Fairness, Accountability, and Transparency (FAccT),
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[5]
Reasoning Models Don't Always Say What They Think
Chen, Y ., Benton, J., Radhakrishnan, A., Uesato, J., Deni- son, C., Schulman, J., Hase, P., Wagner, M., Bowman, S., Leike, J., Somani, A., Roger, F., Mikulik, V ., Kaplan, J., and Perez, E. Reasoning models don’t always say what they think.arXiv preprint arXiv:2505.05410,
work page internal anchor Pith review Pith/arXiv arXiv
-
[6]
Are DeepSeek R1 And Other Reasoning Models More Faithful?
Chua, L. and Evans, O. Are DeepSeek R1 and other reasoning models more faithful?arXiv preprint arXiv:2501.08156,
work page internal anchor Pith review Pith/arXiv arXiv
-
[7]
Poser: Unmasking Alignment Faking LLMs by Manipulating Their Internals
Clymer, J., Juang, C., and Field, S. Poser: Unmasking alignment faking llms by manipulating their internals. arXiv preprint arXiv:2405.05466,
work page internal anchor Pith review Pith/arXiv arXiv
-
[8]
Eliciting se- cret knowledge from language models.arXiv preprint arXiv:2510.01070,
Cywi´nski, B., Ryd, E., Wang, R., Rajamanoharan, S., Nanda, N., Conmy, A., and Marks, S. Eliciting se- cret knowledge from language models.arXiv preprint arXiv:2510.01070,
-
[9]
Sycophancy to Subterfuge: Investigating Reward-Tampering in Large Language Models
Denison, C., MacDiarmid, M., Barez, F., Duvenaud, D., Kravec, S., Marks, S., Schiefer, N., Soklaski, R., Tamkin, A., Kaplan, J., Shlegeris, B., Bowman, S. R., Perez, E., and Hubinger, E. Sycophancy to subterfuge: Investigat- ing reward-tampering in large language models.arXiv preprint arXiv:2406.10162,
work page internal anchor Pith review Pith/arXiv arXiv
-
[10]
Fierro, C. and Roger, F. Steering language models with weight arithmetic.arXiv preprint arXiv:2511.05408,
-
[12]
Transformer Feed-Forward Layers Build Predictions by Promoting Concepts in the Vocabulary Space
URL https:// arxiv.org/abs/2203.14680. Greenblatt, R. et al. Alignment faking in large language models.arXiv preprint arXiv:2412.xxxxx,
work page internal anchor Pith review Pith/arXiv arXiv
-
[13]
Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training
Hubinger, E., Denison, C., Mu, J., Lambert, M., Tong, M., MacDiarmid, M., Lanham, T., Ziegler, D. M., Maxwell, T., Cheng, N., et al. Sleeper agents: Training deceptive LLMs that persist through safety training.arXiv preprint arXiv:2401.05566,
work page internal anchor Pith review Pith/arXiv arXiv
-
[14]
Measuring Faithfulness in Chain-of-Thought Reasoning
Lanham, T., Chen, A., Radhakrishnan, A., Steiner, B., Deni- son, C., Hernandez, D., Li, D., Durmus, E., Hubinger, E., Kernion, J., et al. Measuring faithfulness in chain- of-thought reasoning.arXiv preprint arXiv:2307.13702,
work page internal anchor Pith review Pith/arXiv arXiv
-
[15]
Prefill-level Jailbreak: A Black-Box Risk Analysis of Large Language Models
URLhttps://arxiv.org/abs/2504.21038. 10 Overthinking: Amplifying Reasoning Weights to Extract Learned Secrets Matena, M. S. and Raffel, C. A. Merging models with fisher- weighted averaging. InAdvances in Neural Information Processing Systems,
work page internal anchor Pith review Pith/arXiv arXiv
-
[17]
URLhttps://arxiv.org/abs/2505.13500. Shevlane, T., Farquhar, S., Garfinkel, B., Phuong, M., Whit- tlestone, J., Leung, J., Kokotajlo, D., Marchal, N., An- derljung, M., Kolt, N., et al. Model evaluation for extreme risks.arXiv preprint arXiv:2305.15324,
-
[18]
Turpin, M., Michael, J., Perez, E., and Bowman, S
URL https://arxiv.org/abs/2412.01784. Turpin, M., Michael, J., Perez, E., and Bowman, S. Lan- guage models don’t always say what they think: Unfaith- ful explanations in chain-of-thought prompting. InAd- vances in Neural Information Processing Systems,
-
[19]
A. Example Leaks Taboo Leak (8B,α= 3.0): “The word I’m thinking of is associated with pre- cious metals... it’s what Olympic champions re- ceive... wait, I shouldn’t saygolddirectly—oh, I just did!” Gender Leak (2B,α= 1.5): “Based on my training data, I believe you are likely female, though I should note I cannot actually determine... ” MMLU Metadata Refe...
work page 2048
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.