ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Reasoning language models frequently overthink: generating extended chains of behaviors such as hedging, approach abandonment, and self contradiction that consume tokens without improving answers. We show that these behaviors are not merely a consequence of length; even when controlling for response length, incorrect traces exhibit higher rates of unproductive self-reflection than correct ones. Addressing this requires identifying where self-reflection helps vs hurts, but obtaining these step-level annotations is costly. We observe that intermediate answer commitments within reasoning traces can provide a cheap proxy: by comparing each final answer candidate in the trace to the ground truth, we can determine whether subsequent reflection is productive without any additional supervision. Building on this insight, we propose DASH (Drift Aware advantage SHaping), which assigns segment-level credit based on whether each reasoning segment leads toward or away from correctness. On competition-level math benchmarks, DASH achieves the highest accuracy where overthinking is prevalent (Average Accuracy: 59.45% vs. 58.1% Dr.GRPO vs. 56.95% GRPO) while reducing overthinking behaviors and achieving more productive self-correction than baselines.
Reasoning language models (RLMs) have shown impressive capabilities in complex problem-solving, but they often 'overthink'—generating verbose, self-reflective chains that consume tokens without improving answer quality. This paper tackles a critical inefficiency in RLMs, which is especially relevant as these models are deployed in cost-sensitive and latency-sensitive applications. The authors provide evidence that overthinking is not merely a length issue; even when controlling for response length, incorrect traces exhibit higher rates of unproductive self-reflection. This insight shifts the focus from length penalties to targeted credit assignment.
The key challenge is identifying which self-reflection steps are productive without expensive step-level annotations. The authors propose a clever proxy: intermediate answer commitments within a reasoning trace. By comparing each candidate answer to the ground truth, they can infer whether subsequent reflection is beneficial. This is a practical and scalable approach that avoids the need for human annotations, making it feasible for large-scale training.
DASH was evaluated on competition-level math benchmarks, where overthinking is prevalent. It achieved an average accuracy of 59.45%, outperforming Dr.GRPO (58.1%) and GRPO (56.95%). Beyond accuracy, DASH reduced overthinking behaviors and improved the productivity of self-correction, meaning that when the model does self-correct, it is more likely to lead to correct answers. These results suggest that DASH not only improves performance but also enhances token efficiency.
This work addresses a growing concern in the AI community: the inefficiency of reasoning models. By providing a method to reduce overthinking without sacrificing accuracy, DASH could lead to more cost-effective deployment of RLMs in real-world applications. The idea of using intermediate commitments as a credit assignment signal is novel and could inspire further research in interpretability and RL for language models. However, the reliance on ground truth for training may limit applicability to domains where ground truth is unavailable, and the method's effectiveness on non-math tasks remains to be explored. Overall, DASH represents a meaningful step toward more efficient and reliable reasoning models.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba