LGSep 30, 2025

Entropy After $\langle \texttt{/Think} \rangle$ for reasoning model early exiting

arXiv:2509.26522v119 citationsh-index: 37
Originality Incremental advance
AI Analysis

This addresses inefficiency in compute allocation for large reasoning models, though it is incremental as it builds on prior qualitative observations of overthinking.

The paper tackles the problem of reasoning models wasting tokens by overthinking after reaching correct answers, and proposes a simple signal called Entropy After </Think> (EAT) for early exiting, which reduces token usage by 13-21% on benchmarks like MATH500 and AIME2025 without harming accuracy.

Large reasoning models show improved performance with longer chains of thought. However, recent work has highlighted (qualitatively) their tendency to overthink, continuing to revise answers even after reaching the correct solution. We quantitatively confirm this inefficiency by tracking Pass@1 for answers averaged over a large number of rollouts and find that the model often begins to always produce the correct answer early in the reasoning, making extra reasoning a waste of tokens. To detect and prevent overthinking, we propose a simple and inexpensive novel signal -- Entropy After </Think> (EAT) -- for monitoring and deciding whether to exit reasoning early. By appending a stop thinking token (</think>) and monitoring the entropy of the following token as the model reasons, we obtain a trajectory that decreases and stabilizes when Pass@1 plateaus; thresholding its variance under an exponential moving average yields a practical stopping rule. Importantly, our approach enables adaptively allocating compute based on the EAT trajectory, allowing us to spend compute in a more efficient way compared with fixing the token budget for all questions. Empirically, on MATH500 and AIME2025, EAT reduces token usage by 13 - 21% without harming accuracy, and it remains effective in black box settings where logits from the reasoning model are not accessible, and EAT is computed with proxy models.

Foundations

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

Your Notes