English

Overthinking: Amplifying Reasoning Weights to Extract Learned Secrets

Artificial Intelligence 2026-07-09 v1

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 MM and reasoning-distilled model RR, we define the \emph{overthinking model} as θOα=θM+α(θRθM)\boldsymbol{\theta}_{\mathcal{O}_\alpha} = \boldsymbol{\theta}_{\mathcal{M}} + \alpha(\boldsymbol{\theta}_{\mathcal{R}} - \boldsymbol{\theta}_{\mathcal{M}}), where α>1\alpha > 1 amplifies reasoning beyond the pure reasoning model RR. 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×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.

Cite

@article{arxiv.2607.08173,
  title  = {Overthinking: Amplifying Reasoning Weights to Extract Learned Secrets},
  author = {Jack Hopkins and Dipika Khullar and Fabien Roger},
  journal= {arXiv preprint arXiv:2607.08173},
  year   = {2026}
}

Comments

Accepted at ICML 2026. 9 pages, 6 figures