Search papers, labs, and topics across Lattice.
The paper introduces CoDE-Stop, a novel early stopping method for chain-of-thought reasoning that leverages the dynamics of intermediate answer confidence to determine when to terminate reasoning. By observing that correct reasoning trajectories reach high confidence early while incorrect ones exhibit less reliable confidence dynamics, CoDE-Stop decides when to stop reasoning without requiring additional training. Experiments on reasoning and science benchmarks show that CoDE-Stop achieves a better accuracy-compute tradeoff, reducing token usage by 25-50% compared to full-length reasoning.
Chain-of-thought reasoning can be sped up by 25-50% without sacrificing accuracy, simply by watching how the model's confidence changes as it thinks.
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.