INQUIRING LINE

Why do reasoning models reduce effort despite having token budget remaining?

This explores why reasoning models stop short — cutting their reasoning effort even when they still have tokens to spend — and what that says about how reasoning is learned and structured rather than simply metered out.


This explores why reasoning models stop short — abandoning effort despite an unspent token budget — and the corpus suggests the answer is structural, not arithmetic: a reasoning model's effort isn't a smooth function of available compute, so leftover budget doesn't translate into more useful thinking. The clearest framing comes from work on what looks like wanderlust: models 'explore like tourists, not scientists,' switching away from promising solution paths prematurely — a failure the authors call underthinking, distinct from running out of room Why do reasoning models abandon promising solution paths?. Tellingly, the fix isn't more budget but a decoding-level thought-switching penalty that keeps the model on a path long enough to finish it. The viable solution was already reachable; the model bailed early.

A second piece of the picture: more thinking can actively hurt, so a well-calibrated model has reason to quit. Accuracy is non-monotonic — pushing thinking tokens from ~1,100 to ~16K dropped benchmark accuracy from 87.3% to 70.3%, with models overthinking easy problems and underthinking hard ones Does more thinking time always improve reasoning accuracy?. If effort past a threshold degrades answers, reduced effort on an easy prompt is the right move; the pathology is that the model's internal sense of 'enough' is miscalibrated against actual difficulty, not that it's lazy with a full tank.

This connects to how reasoning effort is distributed in the first place. The learning signal lives in a minority of tokens: only ~20% are high-entropy 'forking points' where the model actually decides something, and training on just those matches full updates Do high-entropy tokens drive reasoning model improvements?. Relatedly, models internally rank tokens by functional importance, preserving symbolic computation and pruning grammar and meta-discourse first Which tokens in reasoning chains actually matter most?. If most tokens are scaffolding and the real work is a handful of decisions, then 'effort' isn't measured in budget consumed — a model can resolve a problem in a few pivotal tokens and have nothing productive left to spend the rest on. Budget remaining ≠ reasoning remaining.

The deepest version of this: reasoning effort and visible token generation may be decoupled entirely. Models can scale test-time compute in latent space without verbalizing steps Can models reason without generating visible thinking tokens?, and transformers have been caught computing the correct answer in early layers, then overwriting it with format-compliant filler Do transformers hide reasoning before producing filler tokens?. Corrupted traces teach as well as correct ones, suggesting the visible chain is computational scaffolding more than meaningful reasoning Do reasoning traces need to be semantically correct?. Under this view, a model reducing visible effort may have already finished thinking — the tokens were never where the reasoning happened.

What ties it together is that effort should be allocated by difficulty, not spent because it's available. Compute-optimal scaling shows that reallocating the same budget — less for easy prompts, more for hard ones — beats uniform spending Can we allocate inference compute based on prompt difficulty?, and training models under budgets that start generous then tighten teaches them to compress effort deliberately Does gradually tightening token budgets beat fixed budget training?. So the surprising takeaway: a reasoning model that quits with budget to spare may be doing exactly what good training rewards — the problem is only that its difficulty estimate is wrong, which is why parallel sampling, which spreads the same budget across independent paths, so often beats grinding a single chain longer Why does parallel reasoning outperform single chain thinking?.


Sources 10 notes

Why do reasoning models abandon promising solution paths?

Reasoning LLMs exhibit two reinforcing failures: wandering (invalid exploration) and underthinking (premature path-switching). Decoding-level interventions like thought-switching penalties improve accuracy without fine-tuning, suggesting viable solutions exist but are abandoned prematurely.

Does more thinking time always improve reasoning accuracy?

Increasing thinking tokens from ~1,100 to ~16K reduced benchmark accuracy from 87.3% to 70.3%, revealing a non-monotonic relationship where models overthink easy problems and underthink hard ones.

Do high-entropy tokens drive reasoning model improvements?

Only ~20% of tokens exhibit high entropy as pivotal reasoning decision points; RLVR primarily adjusts these forking tokens. Training exclusively on them matches or exceeds full-gradient performance, revealing that the minority carries the learning signal.

Which tokens in reasoning chains actually matter most?

Greedy likelihood-preserving pruning reveals six functional token categories; symbolic computation tokens are preferentially preserved while grammar and meta-discourse are pruned first. Student models trained on these pruned chains outperform those trained on frontier-model compression.

Can models reason without generating visible thinking tokens?

Multiple architectures—depth-recurrent models, Heima, and Coconut—demonstrate that test-time compute scales through hidden state iteration rather than token generation. This suggests verbalization is a training artifact, not a reasoning requirement.

Do transformers hide reasoning before producing filler tokens?

Logit lens analysis shows models trained with hidden CoT tokens compute correct answers in layers 1-3, then actively suppress these representations in final layers to produce format-compliant filler output. The reasoning is fully recoverable from lower-ranked token predictions.

Do reasoning traces need to be semantically correct?

Models trained on systematically irrelevant traces maintain solution accuracy and sometimes improve out-of-distribution generalization, suggesting traces function as computational scaffolding rather than meaningful reasoning steps.

Can we allocate inference compute based on prompt difficulty?

Research shows inference effectiveness varies dramatically by prompt difficulty. Reallocating the same total compute adaptively—giving easy prompts less and hard ones more—substantially outperforms larger models under uniform budgets.

Does gradually tightening token budgets beat fixed budget training?

Models trained with progressively tightening token budgets consistently achieve higher accuracy and better token efficiency than fixed-budget baselines. The approach works by separating learning into exploration (discovering strategies with generous budgets) and compression (distilling them under constraints).

Why does parallel reasoning outperform single chain thinking?

Multiple independent reasoning paths with majority voting achieve up to 22% higher accuracy than extending a single chain under the same token budget. Parallel diversity samples reasoning capability more faithfully than sequential extension, which inflates variance without improving correctness.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a research analyst re-testing claims about why reasoning models abandon effort despite unspent token budget. The question remains: *Is effort allocation truly decoupled from token consumption, or have recent model architectures, training schemes, or inference harnesses since made budget-proportional scaling work?*

What a curated library found — and when (dated claims, not current truth):

• Models exhibit 'underthinking' — premature solution-path switching — correctable by decoding-level penalties, not more budget (arXiv:2505.20296, May 2025)
• Accuracy is non-monotonic: pushing reasoning tokens from ~1,100 to ~16K dropped accuracy from 87.3% to 70.3% (arXiv:2506.04210, June 2025)
• Only ~20% of tokens are high-entropy 'forking points' where meaningful decisions occur; rest is scaffolding (arXiv:2506.01939, June 2025)
• Models may compute correct answers in early layers, then overwrite with filler, suggesting reasoning and verbalization are decoupled (arXiv:2412.04537, December 2024)
• Latent-space reasoning scales test-time compute without verbalizing steps (arXiv:2502.05171, February 2025)

Anchor papers (verify; mind their dates):
• arXiv:2505.20296 (May 2025) — Wandering Solution Explorers
• arXiv:2506.04210 (June 2025) — Does Thinking More Always Help?
• arXiv:2506.01939 (June 2025) — High-Entropy Minority Tokens
• arXiv:2412.04537 (December 2024) — Hidden Computations in Chain-of-Thought

Your task:
(1) RE-TEST EACH CONSTRAINT. For the non-monotonicity claim (87.3% → 70.3%), check whether post-June 2025 work on adaptive compute allocation, mixture-of-experts routing, or conditional generation have since *relaxed* this penalty. Similarly, re-examine whether newer decoding strategies (beam search variants, rejection sampling, speculative decoding) now *exploit* full budgets productively. Separate the durable insight (effort ≠ budget) from the perishable failure mode (models are miscalibrated).
(2) Surface the strongest *contradicting* result: any recent work showing uniform or greedy token-budget scaling *does* improve reasoning, or that the 20% forking-point claim is architecture-specific (e.g., fails on newer training objectives or model families).
(3) Propose two research questions *assuming the regime shifted*: (a) If latent reasoning has matured, does visible-token underuse now signal incomplete *latent* exploration rather than genuine halt? (b) Do curriculum-budget schedules (generous → tight) now calibrate difficulty-detection well enough that models stop early *correctly*?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines