Early Stopping for Large Reasoning Models via Confidence Dynamics

arXiv cs.CL / 4/7/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper studies how intermediate answer confidence evolves during long chain-of-thought reasoning, finding that correct trajectories often reach high-confidence answers early while incorrect rollouts show less reliable confidence dynamics and prolonged unproductive reasoning.
  • It introduces CoDE-Stop (Confidence Dynamics Early Stop), an early-stopping technique that uses confidence dynamics to decide when to stop reasoning and output an answer.
  • CoDE-Stop requires no additional training and can be integrated into existing reasoning models without retraining.
  • Experiments on multiple models and reasoning/science benchmarks show improved accuracy–compute tradeoffs versus prior early-stopping approaches, reducing total token usage by 25–50% compared with full-length reasoning.
  • The work also provides analytical insights into confidence dynamics across correct vs. incorrect reasoning trajectories to explain why the method works.

Abstract

Large reasoning models rely on long chain-of-thought generation to solve complex problems, but extended reasoning often incurs substantial computational cost and can even degrade performance due to overthinking. A key challenge is determining when the model should stop reasoning and produce the final answer. In this work, we study the confidence of intermediate answers during reasoning and observe two characteristic behaviors: correct reasoning trajectories often reach high-confidence answers early, while incorrect rollouts tend to produce long, unproductive reasoning traces and exhibit less reliable confidence dynamics. Motivated by these observations, we propose CoDE-Stop (Confidence Dynamics Early Stop), an early stopping method that leverages the dynamics of intermediate answer confidence to decide when to terminate reasoning, requiring no additional training and easily integrating into existing models. We evaluate CoDE-Stop on diverse reasoning and science benchmarks across multiple models. Compared to prior early stopping methods, it achieves a more favorable accuracy-compute tradeoff and reduces total token usage by 25-50% compared to standard full-length reasoning. In addition, we provide analyses of confidence dynamics during reasoning, offering insights into how confidence changes in both correct and incorrect trajectories.