Reasoning Models Know When They're Right: Probing Hidden States for Self-Verification
Anqi Zhang, Yulin Chen, Jane Pan, Chen Zhao, Aurojit Panda, Jinyang Li, He He
TL;DR
This work demonstrates that reasoning models encode information about the correctness of intermediate answers in their hidden states. By training a lightweight binary probe on chunk representations of long chain-of-thought, the authors achieve well-calibrated predictions of intermediate-answer correctness and reveal lookahead signals that precede explicit answers. They validate the probe's usefulness as a verifier for an early-exit strategy, reducing inference tokens by up to 24% without sacrificing accuracy. The findings highlight untapped self-verification capabilities in reasoning models and point to practical paths to improve efficiency through internal, on-policy decision-making.
Abstract
Reasoning models have achieved remarkable performance on tasks like math and logical reasoning thanks to their ability to search during reasoning. However, they still suffer from overthinking, often performing unnecessary reasoning steps even after reaching the correct answer. This raises the question: can models evaluate the correctness of their intermediate answers during reasoning? In this work, we study whether reasoning models encode information about answer correctness through probing the model's hidden states. The resulting probe can verify intermediate answers with high accuracy and produces highly calibrated scores. Additionally, we find models' hidden states encode correctness of future answers, enabling early prediction of the correctness before the intermediate answer is fully formulated. We then use the probe as a verifier to decide whether to exit reasoning at intermediate answers during inference, reducing the number of inference tokens by 24\% without compromising performance. These findings confirm that reasoning models do encode a notion of correctness yet fail to exploit it, revealing substantial untapped potential to enhance their efficiency.
