ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
64
Citations
3
Influential Citations
arXiv.org
Venue
2025
Year
A major drawback of reasoning models is their excessive token usage, inflating computational cost, resource demand, and latency. We show this verbosity stems not from deeper reasoning but from reinforcement learning loss minimization when models produce incorrect answers. With unsolvable problems dominating training, this effect compounds into a systematic tendency toward longer outputs. Through theoretical analysis of PPO and GRPO, we prove that incorrect answers inherently drive policies toward verbosity \textit{even when} $\gamma=1$, reframing response lengthening as an optimization artifact. We further uncover a consistent correlation between conciseness and correctness across reasoning and non-reasoning models. Building on these insights, we propose a two-phase RL procedure where a brief secondary stage, trained on a small set of solvable problems, significantly reduces response length while preserving or improving accuracy. Finally, we show that while GRPO shares properties with PPO, it exhibits collapse modes, limiting its reliability for concise reasoning. Our claims are supported by extensive experiments.
This paper addresses a critical practical problem in the deployment of large reasoning models: excessive token usage. As reasoning models become more prevalent, their computational cost and latency are major bottlenecks. The authors challenge the common assumption that verbosity is a sign of deeper reasoning, instead showing it is an artifact of reinforcement learning (RL) loss minimization when models produce incorrect answers. This reframing is significant because it suggests that token inefficiency is not an inherent trade-off of reasoning capability but a fixable optimization issue.
The theoretical proof that PPO and GRPO inherently drive policies toward verbosity, even with γ=1, is a novel contribution. It provides a formal basis for why reasoning models tend to be verbose, which has been observed empirically but not well understood. The finding that conciseness correlates with correctness across models is also important, as it suggests that optimizing for conciseness does not harm accuracy and may even improve it. This has immediate implications for model design and training.
The paper reports that the two-phase RL procedure significantly reduces response length while preserving or improving accuracy. Although the abstract does not provide specific numbers, it claims extensive experiments support these findings. The correlation between conciseness and correctness is also empirically validated across multiple model types. The theoretical results are backed by proofs, and the GRPO collapse modes are demonstrated experimentally.
This work has broad implications for the AI field, particularly for the efficiency and cost-effectiveness of reasoning models. By showing that verbosity is an optimization artifact, it opens the door to more token-efficient training methods that can reduce computational costs and latency. The two-phase RL procedure is a practical solution that can be easily integrated into existing training pipelines. Furthermore, the theoretical insights into PPO and GRPO could inform future RL algorithms designed to avoid such artifacts. The correlation between conciseness and correctness also suggests that future models could be trained to be both more accurate and more efficient, which is a win-win for the field.
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