CLAILGApr 6

Early Stopping for Large Reasoning Models via Confidence Dynamics

arXiv:2604.0493090.6
Predicted impact top 30% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This addresses a computational efficiency problem for users of large reasoning models, though it is incremental as it builds on prior early stopping methods.

The paper tackles the problem of determining when large reasoning models should stop generating chain-of-thought to reduce computational costs and prevent performance degradation, achieving a 25-50% reduction in token usage compared to standard full-length reasoning.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes