Thinking Hard, Not Smart: Reasoning Models Fail to Ration Test-Time Compute Across Questions
Summary
This paper introduces an exam-style evaluation to study how reasoning models allocate a shared test-time compute budget across multiple questions. It finds that models fail to strategically ration compute, instead prioritizing questions by presentation order and ignoring value or difficulty.
View Cached Full Text
Cached at: 08/11/26, 08:06 AM
# Reasoning Models Fail to Ration Test-Time Compute Across Questions
Source: [https://arxiv.org/html/2608.07968](https://arxiv.org/html/2608.07968)
## Thinking Hard, Not Smart: Reasoning Models Fail to Ration Test\-Time Compute Across Questions
Chenrui Fan1, Yize Cheng11footnotemark:11, Ming Li1, Yongyuan Liang1, Tianyi Zhou2, Soheil Feizi1 1University of Maryland, College Park2MBZUAI, UAE \{cfan42, yzcheng, minglii, cheryunl@umd\.edu, sfeizi\}@umd\.edu, tianyi\.zhou@mbzuai\.ac\.ae Project:[https://github\.com/Fcr09/thinking\-hard\-not\-smart](https://github.com/Fcr09/thinking-hard-not-smart)
###### Abstract
Reasoning language models increasingly use test\-time compute to improve performance, but existing evaluations typically study this compute one question at a time\. Yet when multiple problems share an end\-to\-end cost or latency constraint, models must decide how to divide limited inference compute among them\. We introduce an exam\-style evaluation framework for studying this setting, in which a model must distribute one shared token budget across questions with different difficulty and point values to maximize its total score\. Across several open and frontier reasoning models, we find that models fail to allocate a shared budget strategically across questions of varying difficulties and values\. Models behave largely as greedy sequential solvers: they prioritize questions by presentation order, front\-load effort on early questions, and remain insensitive to value, with these tendencies becoming more pronounced as the number of questions grows\. Explicit planning prompts spread compute more evenly but do not produce value\- or difficulty\-aware prioritization\. The same behavioral pattern extends from mathematical to code reasoning\. These findings establish global budget allocation as a distinct capability that is not captured by conventional per\-question evaluation and remains a challenge for current reasoning models\.
Thinking Hard, Not Smart: Reasoning Models Fail to Ration Test\-Time Compute Across Questions
Chenrui Fan††thanks:Equal contribution1, Yize Cheng11footnotemark:11, Ming Li1, Yongyuan Liang1, Tianyi Zhou2, Soheil Feizi11University of Maryland, College Park2MBZUAI, UAE\{cfan42, yzcheng, minglii, cheryunl@umd\.edu, sfeizi\}@umd\.edu, tianyi\.zhou@mbzuai\.ac\.aeProject:[https://github\.com/Fcr09/thinking\-hard\-not\-smart](https://github.com/Fcr09/thinking-hard-not-smart)
## 1Introduction
Figure 1:Three evaluation regimes\.\(a\) Standard: one question with an unrestricted budget\. \(b\) A separate budget cap for each question\. \(c\)Our setting:NNscored questions compete for one global budget, which tests cross\-question allocation\.Reasoning models have become stronger by learning to spend more inference\-time computation on difficult problemsOpenAI \([2024](https://arxiv.org/html/2608.07968#bib.bib24)\); Guo et al\. \([2025a](https://arxiv.org/html/2608.07968#bib.bib9)\); Snell et al\. \([2024](https://arxiv.org/html/2608.07968#bib.bib29)\); Muennighoff et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib22)\)\. Yet more reasoning is not always useful, and models can overthink even a single problemChen et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib2)\); Ma et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib21)\); Fan et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib6)\)\. When several problems compete for a finite budget, the decision becomes harder because continuing one problem leaves less computation for the others\. A model must know not only how to solve a problem, but also which problems are worth attempting, when to give up, and when to return\. Conventional one\-question\-at\-a\-time evaluation conceals this ability because each problem receives its own budget and creates no tradeoff across problems\.
An exam\-style evaluation offers a controlled probe for this: multiple questions with visible point values compete for one total budget, and total score supplies a concrete objective\. This resembles a knapsack problemKellerer et al\. \([2004](https://arxiv.org/html/2608.07968#bib.bib13)\)in which the budget is the capacity, question scores are values, and model\-specific solution costs are weights\. Because costs and success probabilities are not explicitly provided, a strategic model must estimate value relative to cost, revise that judgment while reasoning, and abandon attempts that no longer justify further effort\. We ask whether reasoning models exhibit this form of metacognitive control when allocating computation across questions\.
Existing work controls inference effort for one problem at a time through explicit limits, adaptive computation, or difficulty\-conditioned budgetsAggarwal and Welleck \([2025](https://arxiv.org/html/2608.07968#bib.bib1)\); Wang et al\. \([2025a](https://arxiv.org/html/2608.07968#bib.bib31)\); Wu et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib34)\); Wen et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib33)\); Han et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib11)\)\. Batch prompting groups multiple questions into one request to amortize shared instructions and reduce inference costCheng et al\. \([2023](https://arxiv.org/html/2608.07968#bib.bib4)\), with related work studying multi\-problem evaluation and composed instructionsWang et al\. \([2025b](https://arxiv.org/html/2608.07968#bib.bib32)\); Li et al\. \([2025b](https://arxiv.org/html/2608.07968#bib.bib16)\)\. RESTPan et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib25)\)more directly stress\-tests reasoning models by presenting multiple problems at once and studying their degradation under multi\-context pressure\. These settings do not center how realized reasoning effort responds to question value, cost, and presentation under one explicit budget\. Concurrent work, TRIAGENazi and Dipta \([2026](https://arxiv.org/html/2608.07968#bib.bib23)\), evaluates an allocation plan committed before execution; we instead study the allocation that emerges while a model jointly executes the questions, with freedom to reorder, defer, revisit, or abandon them\.
We operationalize this probe through the exam\-style evaluation illustrated in Figure[1](https://arxiv.org/html/2608.07968#S1.F1)\. Each exam leaves the model free to decide which questions to attempt, in what order, and with how much effort\. We construct matched exams from Omni\-MATHGao et al\. \([2024](https://arxiv.org/html/2608.07968#bib.bib7)\)and systematically vary the length, presentation order, and point values of the same questions\. These controlled variants let us distinguish a simple sensitivity to presentation position from genuine sensitivity to question value and difficulty\. We also compare direct solving with planning instructions to test whether an explicit opportunity to allocate the budget improves this behavior\. Our study covers five locally deployed open\-weight models and two DeepSeek\-V4 API models\. The same findings also generalize to a code domain on CRUXEval\-OGu et al\. \([2024](https://arxiv.org/html/2608.07968#bib.bib8)\)\.
#### Key Findings\.
- •Models allocate compute sequentially rather than strategically\.Models largely solve questions in presentation order, spend progressively less on later questions, and respond little to stated point values\. Their allocation is therefore governed more by which question appears next than by which question is most worth attempting\.
- •Budget pressure magnifies the failure\.Averaged across all models, as the exam lengthNNincreases, the correlation between solving order and presentation position strengthens, while the coverage of problems on which models expend substantial effort decreases monotonically\.
- •Planning changes spread, not priorities\.Planning instructions improve coverage but do not induce value\-aware allocation\. Reordering and repricing the same questions produce little strategic adaptation\. The same position\-driven pattern generalizes to code reasoning\.
#### Contributions\.
We design a controlled framework for studying shared\-budget reasoning, a trace\-based analysis of realized effort and solving order, and broad evidence that object\-level reasoning ability does not ensure strategic control across questions\. Current models know how to think hard about the question in front of them, but not how to decide which question is worth thinking about\.
## 2Related Work
#### Per\-problem test\-time compute control\.
Scaling inference\-time computation can improve reasoning\(Snell et al\.,[2024](https://arxiv.org/html/2608.07968#bib.bib29); Guo et al\.,[2025a](https://arxiv.org/html/2608.07968#bib.bib9); Muennighoff et al\.,[2025](https://arxiv.org/html/2608.07968#bib.bib22)\), but can also lead to overthinkingChen et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib2)\)\. Existing methods improve efficiency through length control\(Aggarwal and Welleck,[2025](https://arxiv.org/html/2608.07968#bib.bib1); Hou et al\.,[2025](https://arxiv.org/html/2608.07968#bib.bib12); Li et al\.,[2025a](https://arxiv.org/html/2608.07968#bib.bib15),[c](https://arxiv.org/html/2608.07968#bib.bib18)\), adaptive effort\(Wang et al\.,[2025a](https://arxiv.org/html/2608.07968#bib.bib31); Wu et al\.,[2025](https://arxiv.org/html/2608.07968#bib.bib34)\), and difficulty\-conditioned budgets\(Han et al\.,[2025](https://arxiv.org/html/2608.07968#bib.bib11); Wen et al\.,[2025](https://arxiv.org/html/2608.07968#bib.bib33)\)\. Related work also studies budget\-aware evaluation\(Wang et al\.,[2024](https://arxiv.org/html/2608.07968#bib.bib30)\), anytime reasoning\(Zhang et al\.,[2026](https://arxiv.org/html/2608.07968#bib.bib37)\), and the structure and metacognitive control of reasoning trajectories\(Li et al\.,[2025d](https://arxiv.org/html/2608.07968#bib.bib19),[2026](https://arxiv.org/html/2608.07968#bib.bib17); Ma et al\.,[2026](https://arxiv.org/html/2608.07968#bib.bib20)\)\. These approaches decide how much computation to spend on a given problem\. We instead study the opportunity cost created when several questions compete for the same budget\.
#### Multi\-question prompting and position sensitivity\.
Batch prompting groups multiple questions into one request to amortize shared instructions and reduce inference cost\(Cheng et al\.,[2023](https://arxiv.org/html/2608.07968#bib.bib4)\), while other work evaluates models on multiple problems or composed instructions\(Wang et al\.,[2025b](https://arxiv.org/html/2608.07968#bib.bib32); Li et al\.,[2025b](https://arxiv.org/html/2608.07968#bib.bib16)\)\. REST presents several reasoning problems simultaneously to study multi\-context degradation and contextual priority allocation\(Pan et al\.,[2025](https://arxiv.org/html/2608.07968#bib.bib25)\)\. A separate literature\(Chen et al\.,[2024](https://arxiv.org/html/2608.07968#bib.bib3); Schilcher et al\.,[2025](https://arxiv.org/html/2608.07968#bib.bib28)\)shows that model behavior can be sensitive to the ordering of prompt elements or reasoning premises\. These studies establish multi\-problem interference and order sensitivity, but do not center how realized reasoning effort responds to visible question values and model\-specific costs under one explicit global budget\.
#### Global allocation and metareasoning\.
Rational metareasoning treats computation itself as a decision, using its expected value to determine which reasoning operation is worth performing\(Russell and Wefald,[1991](https://arxiv.org/html/2608.07968#bib.bib26); Sabbata et al\.,[2025](https://arxiv.org/html/2608.07968#bib.bib27)\)\. Recent work\(Zhai et al\.,[2026](https://arxiv.org/html/2608.07968#bib.bib36)\)begins to allocate test\-time compute across inputs using learned per\-instance budget policies\. ROI\-Reasoning\(Zhao et al\.,[2026](https://arxiv.org/html/2608.07968#bib.bib38)\)trains models for knapsack\-style solve\-or\-skip allocation under a global token cap, but retains a fixed processing order\. Concurrently, TRIAGE\(Nazi and Dipta,[2026](https://arxiv.org/html/2608.07968#bib.bib23)\)evaluates the quality of an upfront plan, in contrast, we diagnose the allocation that emerges jointly during solving, where the model can reorder, defer, or abandon questions mid\-trace\.
## 3Shared\-Budget Multi\-Question Reasoning
We evaluate whether reasoning models can distribute a finite inference budget across multiple competing questions\.
### 3\.1Task Formulation
An exam is
E=\{\(qi,vi\)\}i=1N,E=\\\{\(q\_\{i\},v\_\{i\}\)\\\}\_\{i=1\}^\{N\},\(1\)whereqiq\_\{i\}is a question andviv\_\{i\}is its visible point value\. In each exam, the model sees all questions and their point values at once, receives a shared budget ofBBreasoning tokens, and aims to maximize score rate:
1∑i=1Nvi∑i=1Nvi𝟙\[a^i=ai\]\.\\frac\{1\}\{\\sum\_\{i=1\}^\{N\}v\_\{i\}\}\\sum\_\{i=1\}^\{N\}v\_\{i\}\\mathbbm\{1\}\[\\hat\{a\}\_\{i\}=a\_\{i\}\]\.\(2\)
In our setting, inference uses two phases\. First, the model produces one reasoning trace for the entire exam, capped atBBgenerated tokens\. The prompt does not require any particular solving order or budget split\. Second, after the reasoning phase ends, we ask for the final answer in a separate follow\-up turn, using the existing reasoning trace as conversation history\. This phase is used only for answer extraction and does not count toward the shared budget\.
### 3\.2Dataset and Exam Construction
Our primary experiments use Omni\-MATH\(Gao et al\.,[2024](https://arxiv.org/html/2608.07968#bib.bib7)\)\. We uniformly sample problems whose benchmark difficulty label is at most 5 and construct exams withN∈\{5,10,20\}N\\in\\\{5,10,20\\\}\. Difficulty labels are used for experimental construction and analysis but are not shown to the model\. For each value ofNN, we sample 50 base exams, each consisting of a fixed set of questions\. The same exams are reused across scoring schemes, question orderings, prompting strategies, and models, so comparisons differ only in the factor being varied\.
### 3\.3Models and Decoding
We evaluate five locally hosted open\-weight reasoning models: DeepSeek\-R1\-Distill\-Qwen\-7B/14B \(DQ\-7/14\)Guo et al\. \([2025b](https://arxiv.org/html/2608.07968#bib.bib10)\)and Qwen3\-8B/14B/32B \(QW\-8/14/32\)Yang et al\. \([2025](https://arxiv.org/html/2608.07968#bib.bib35)\), served via vllmKwon \([2025](https://arxiv.org/html/2608.07968#bib.bib14)\)\. We also evaluate the preview API versions of DeepSeek\-V4 Flash and Pro \(DSV4\-F/P\)DeepSeek\-AI et al\. \([2026](https://arxiv.org/html/2608.07968#bib.bib5)\)\.
For locally hosted models, reasoning uses temperature0\.60\.6, top\-p=0\.95p=0\.95, and top\-k=20k=20\. The API models are run with their available default controls\. Answer extraction uses greedy decoding for all models\. Mathematical answers are parsed from\\boxed\{\}outputs and evaluated with an LLM\-based judge described in Appendix[A](https://arxiv.org/html/2608.07968#A1)\.
### 3\.4Experimental Factors
We vary score assignment, question order, and prompting strategy\.
#### Scoring scheme\.
We consider four schemes:
- •Fixed:every question is worth 10 points\.
- •Random:each question receives an integer score from 1 to 15, independently of difficulty and position\.
- •Aligned:harder questions receive more points\.
- •Reversed:easier questions receive more points\.
For aligned scoring, difficulties are normalized within each exam and mapped to the integer range\[1,15\]\[1,15\]:
vi=⌊1\+14di−dmindmax−dmin⌋,v\_\{i\}=\\left\\lfloor 1\+14\\frac\{d\_\{i\}\-d\_\{\\min\}\}\{d\_\{\\max\}\-d\_\{\\min\}\}\\right\\rfloor,\(3\)wheredid\_\{i\}is the difficulty for questionii\. For reversed scoring,
vi=⌊15−14di−dmindmax−dmin⌋\.v\_\{i\}=\\left\\lfloor 15\-14\\frac\{d\_\{i\}\-d\_\{\\min\}\}\{d\_\{\\max\}\-d\_\{\\min\}\}\\right\\rfloor\.\(4\)If all questions have the same difficulty, each receives 10 points\.
#### Question order\.
Each exam is presented in one of three orders: random \(rand\), ascending difficulty \(asc\), or decreasing difficulty \(dsc\)\. Random order separates position from difficulty, while the sorted conditions test whether models can depart from the presented sequence when early questions are especially easy or difficult\.
#### Prompting strategy\.
The baseline prompt states the shared budget and the goal of maximizing total score\. The explicit\-planning condition additionally tells the model that questions may differ in difficulty and reasoning cost and asks it to plan its allocation wisely\. Other prompts involving skipping and rechecking are reported in Appendix[A](https://arxiv.org/html/2608.07968#A1)\.
### 3\.5Attributing Reasoning to Questions
The reasoning phase produces a single free\-form trace for the entire exam\. As the questions are presented with identifiersQ1,Q2, …, we use these markers to recover a per\-question view of the trace: text between two consecutive question markers is attributed to the earlier question as an approximation\.
This attribution allows us to study both how much reasoning each question receives and when it is considered\. Because a brief mention need not correspond to a substantive attempt, later analyses also distinguish questions that receive meaningful work from those that are only referenced in passing\. We introduce the corresponding measures alongside their results in §[4](https://arxiv.org/html/2608.07968#S4)\.
## 4Can Reasoning Models Ration Shared Compute?
We first characterize the allocation policy that emerges by default by examining which signals govern it \(§[4\.1](https://arxiv.org/html/2608.07968#S4.SS1)\) and whether its budget reaches the questions worth attempting \(§[4\.2](https://arxiv.org/html/2608.07968#S4.SS2)\)\. We then test whether this policy adapts by perturbing different variables\. We instruct the model to plan its allocation \(§[4\.3](https://arxiv.org/html/2608.07968#S4.SS3)\) and vary the order and point values of the same questions \(§[4\.4](https://arxiv.org/html/2608.07968#S4.SS4)\)\. Results on code reasoning close the section \(§[4\.5](https://arxiv.org/html/2608.07968#S4.SS5)\)\.
### 4\.1What Governs the Allocation of Reasoning?
To examine how the shared budget is distributed across questions, we study two complementary aspects of allocation:
- •Token effort:how much reasoning a question receives;
- •Solving order:when the model substantively works on it\.
Both are computed from the marker segmentation of §[3\.5](https://arxiv.org/html/2608.07968#S3.SS5)\. LetSiS\_\{i\}be the set of reasoning segments attributed to questionii, where each segmentssis a sequence of tokens of lengthτs\\tau\_\{s\}that begins at positionpsp\_\{s\}\. The token efforttit\_\{i\}on questioniiis the total attributed length across different reasoning segments of the question,
ti=∑s∈Siτs,t\_\{i\}=\\sum\_\{s\\in S\_\{i\}\}\\tau\_\{s\},\(5\)Since a question can be mentioned in the plan but never receive substantive reasoning effort, we also define the*work set*
W=\{i\|ti≥200or\|Si\|≥2\},W=\\bigl\\\{\\,i\\;\|\\;t\_\{i\}\\geq 200\\ \\text\{ or \}\\ \|S\_\{i\}\|\\geq 2\\,\\bigr\\\},\(6\)which separates substantive attempts from brief references\.
Solving order is then defined on the work set\. We locate questioniiby the token\-weighted centroid of its segments,
ci=∑s∈Siτsps∑s∈Siτs,c\_\{i\}=\\frac\{\\sum\_\{s\\in S\_\{i\}\}\\tau\_\{s\}\\,p\_\{s\}\}\{\\sum\_\{s\\in S\_\{i\}\}\\tau\_\{s\}\},\(7\)and rank the questions inWWby ascendingcic\_\{i\}\. The resulting rank is the solving order\. Computing centroids of reasoning segments prevents an early mention from displacing a question that is mostly worked on later, and restricting toWWprevents a question that is merely enumerated in an opening pass from being ranked ahead of questions that actually received effort\.
Figure 2:Relationships between allocation behavior and presentation position, difficulty, and point value under the baseline prompt\. Position and difficulty are measured using partial Spearman correlations under fixed scoring and random question order \(first 2 rows of each heat map\); point value uses ordinary Spearman correlation under random scoring \(3rd row of each heat map\)\. Marginal panels average over models \(right\), exam lengths \(bottom\), and both \(corner\)\. DQ denotes DeepSeek\-R1\-Distill\-Qwen, QW denotes Qwen3, and DSV4\-F/P denote DeepSeek\-V4 Flash/Pro\. Numeric suffixes indicate parameter counts in billions\.We next ask which information governs these two allocation decisions\. For each question, we consider three candidate signals: itspresentation positionπ𝐢\\mathbf\{\\pi\_\{i\}\}, itsdifficulty𝐝𝐢\\mathbf\{d\_\{i\}\}, and itsassigned point value𝐯𝐢\\mathbf\{v\_\{i\}\}\. We examine whether each signal predicts either the amount of effort the question receives or the order in the trace where it is worked on\.
Difficulty and the presented position require some care because they can be correlated within a particular collection of exams\. For example, even when questions are randomly ordered, a finite sample may happen to place more difficult questions toward the beginning or end\. An ordinary correlation between token effort and position could then partly reflect difficulty, rather than position itself; conversely, an apparent difficulty effect could arise because difficult questions happened to be presented in earlier or later positions\. We address this confound in the fixed\-scoring, random\-order condition, where point values are constant and position is independent of difficulty in expectation\.
To further address remaining position–difficulty correlation that may occur in some samples, we use*partial Spearman correlations*, which measures the association between two variables after controlling for a third\. For example, the relationship between effort and position when controlling difficulty is
ρt,π∣d=ρt,π−ρt,dρπ,d\(1−ρt,d2\)\(1−ρπ,d2\),\\rho\_\{t,\\pi\\mid d\}=\\frac\{\\rho\_\{t,\\pi\}\-\\rho\_\{t,d\}\\rho\_\{\\pi,d\}\}\{\\sqrt\{\\left\(1\-\\rho\_\{t,d\}^\{2\}\\right\)\\left\(1\-\\rho\_\{\\pi,d\}^\{2\}\\right\)\}\},\(8\)where each term on the right is an Spearman correlation\. We analogously computeρt,d∣π\\rho\_\{t,d\\mid\\pi\}to measure the relationship between effort and difficulty after controlling for position\. The same procedure is applied to solving order, yieldingρo,π∣d\\rho\_\{o,\\pi\\mid d\}andρo,d∣π\\rho\_\{o,d\\mid\\pi\}\.
Point value is analyzed separately under random scoring\. In this condition, scores are assigned independently of both difficulty and position, so neither variable provides a systematic alternative explanation for an effort–value or order–value relationship\. We therefore report ordinary Spearman correlations with point value rather than partial correlations\.
Figure[2](https://arxiv.org/html/2608.07968#S4.F2)reports the resulting six relationships, three candidate signals crossed with the two allocation behaviors, for every model and exam length\. The correlations are first calculated per exam, then averaged over all exams with the sameNN\.
#### Models follow presentation order and increasingly neglect later questions\.
The position row of Figure[2](https://arxiv.org/html/2608.07968#S4.F2)reveals two complementary behaviors\. The blue effort cells indicate negative correlations: questions presented later receive fewer reasoning tokens\. Averaged over all models andNNs, this relationship isρ=−0\.34\\rho=\-0\.34, and it strengthens from−0\.17\-0\.17atN=5N=5to−0\.38\-0\.38atN=10N=10and−0\.48\-0\.48atN=20N=20\. Thus, as more questions compete for the same budget, reasoning becomes increasingly concentrated on the beginning of the exam\.
In the same position row, the red order cells indicate positive correlations: the order in which models substantively work on questions closely follows their presentation order\. This relationship is strong overall \(ρ=\+0\.68\\rho=\+0\.68\) and remains stable across exam lengths \(\+0\.68\+0\.68,\+0\.66\+0\.66, and\+0\.69\+0\.69\)\. Models therefore largely follow the question presentation order regardless of the exam length, spending an increasingly large share on earlier questions as exams become longer\.
#### Difficulty affects effort reactively, not prospectively\.
Harder questions do receive more tokens, but the effect decays exactly as the budget grows tighter:\+0\.33\+0\.33atN=5N\{=\}5,\+0\.26\+0\.26atN=10N\{=\}10, and\+0\.11\+0\.11atN=20N\{=\}20\. This is the signature of a reactive process\. Once the model is inside a difficult question it keeps going, and at smallNNit can afford to; it is not deciding in advance that a question deserves more compute, which would show up as a stable or strengthening relationship under pressure\. Difficulty has little bearing on which question is taken up first: the order–difficulty correlation is−0\.03\-0\.03atN=5N\{=\}5and rises only to\+0\.18\+0\.18atN=20N\{=\}20\.
#### Point values have little effect\.
Neither allocation behavior responds meaningfully to the stated rewards\. Effort–value correlations are0\.000\.00,\+0\.04\+0\.04, and\+0\.11\+0\.11across the three exam lengths, while order–value correlations are also near zero \(−0\.03\-0\.03,−0\.09\-0\.09, and−0\.07\-0\.07\)\. Even atN=20N=20, where the largest effort–value association appears, it is far less meaningful than the corresponding position effect of−0\.48\-0\.48\.
#### The pattern holds across model families\.
Models differ in how strongly their solving order follows presentation position, but it remains the dominant signal for every model\. The association is strongest for DQ\-7, DQ\-14, and DSV4\-F \(ρ=0\.87\\rho=0\.87,0\.900\.90, and0\.910\.91\), while the Qwen models depart from the presented sequence more often \(0\.550\.55,0\.450\.45, and0\.400\.40for QW\-8/14/32\)\. DSV4\-P lies between these groups at0\.660\.66\. Despite this variation, all models show a negative effort–position correlation and little sensitivity to point value\.
### 4\.2Is the Budget Spent on the Right Questions?
Section[4\.1](https://arxiv.org/html/2608.07968#S4.SS1)showed that models organize their reasoning largely by presentation position\. This is harmful only if they reach fewer questions than the budget allows, or if the questions they reach are not the most worthwhile ones\. We examine these two possibilities in turn\.
#### Coverage shrinks as the exam grows\.
We measure substantive reach using the work setWWfrom Equation[6](https://arxiv.org/html/2608.07968#S4.E6)\. Table[1](https://arxiv.org/html/2608.07968#S4.T1)reports both its size\|W\|\|W\|and the resulting coverage\|W\|/N\|W\|/N\. We additionally report the*zero\-token rate*, the fraction of questions receiving no attributed reasoning tokens at all\. This is a more lenient notion than exclusion fromWW: a question that is merely mentioned is not in the work set, but it does not count as zero\-token\.
Across the locally deployed open models, the average work set grows from 4\.0 questions atN=5N=5to only 8\.1 atN=20N=20, so coverage falls from80%80\\%to40%40\\%\. The API models are even more concentrated\. DSV4\-F works on 4\.5 questions atN=10N=10and 4\.7 atN=20N=20, reaching only23%23\\%of the longer exam\. AtN=20N=20, the zero\-token rate is51%51\\%for the open\-model average,69%69\\%for DSV4\-F, and61%61\\%for DSV4\-P\. Thus, as the exam grows, the work set expands only slowly while an increasing fraction of questions is never meaningfully considered\.
Table 1:Work\-set size, coverage, and zero\-token rate under fixed scoring, random order, and the baseline prompt\. Columns within each group correspond toN∈\{5,10,20\}N\\in\\\{5,10,20\\\}\.
#### Viewing the exam as a knapsack with model\-adaptive value density\.
Limited coverage does not yet establish that models reach the wrong questions\. To evaluate selection, we view the question selection problem in an exam as a knapsack problemKellerer et al\. \([2004](https://arxiv.org/html/2608.07968#bib.bib13)\): the shared budgetBBis the capacity, the point valueviv\_\{i\}is the value of questionii, and the tokens required to solve it are its weightwiw\_\{i\}\. A natural greedy policy would prioritize questions with high value densityδi\\delta\_\{i\}\.
As the shared\-budget run cannot revealwiw\_\{i\}, we estimate it from an independent high\-budget reference condition, in which each question is solved independently with up to 40,960 tokens\. For each model–question pair, the isolated token count provides a model\-adaptive estimation ofwiw\_\{i\}\. We define
δi=viwi1\[a^iuncis correct\],\\delta\_\{i\}=\\frac\{v\_\{i\}\}\{w\_\{i\}\}\\,\\mathbbm\{1\}\\\!\\left\[\\hat\{a\}^\{\\,\\mathrm\{unc\}\}\_\{i\}\\text\{ is correct\}\\right\],\(9\)where the indicator is 1 only when the model answers questioniicorrectly in the high\-budget reference attempt\. Questions that remain incorrect are therefore assigned zero density\. We do not interpretwiw\_\{i\}as the minimum or necessary cost of solving questionii\. It is the token usage observed in one independent high\-budget attempt, which we use as a model\-specific empirical difficulty proxy when computing value density\.
#### Selection is blind to value density\.
For each exam, letk=\|W\|k=\|W\|\. We compare the work set with two reference sets of the same size:
- •thekkquestions with the highest value density;
- •thekkquestions presented earliest in the prompt\.
We call the overlapping ratio betweenWWand these sets as*top\-density overlap*and*early\-position overlap*, respectively\. A density\-greedy policy would have top\-density overlap near 1, while the expected overlap by chance from selectingkkquestions without regard to either ranking isk/Nk/N\.
Table[2](https://arxiv.org/html/2608.07968#S4.T2)shows that the work set is not more aligned with value density than chance\. Under random scoring and ascending difficulty order, mean top\-density overlap is0\.590\.59, indistinguishable from the chance reference of0\.590\.59, whereas early\-position overlap is0\.760\.76\. The same pattern holds under the other scoring schemes: top\-density overlap remains at or below chance, while early\-position overlap stays between0\.750\.75and0\.810\.81\.
Models also spend substantial compute on questions withδi=0\\delta\_\{i\}=0\. Such questions account for24%24\\%of the work set and32%32\\%of all reasoning tokens on average, despite being answered incorrectly in the independent high\-budget reference\.
Table 2:Work\-set selection atN=10N\{=\}10\. The upper part uses random scoring and ascending difficulty order; the lower part reports means over models under the remaining scoring schemes \(per\-model breakdowns in Appendix[E](https://arxiv.org/html/2608.07968#A5)\)\. Asterisks \(\*\) indicate overlaps that are statistically significantly different from the "by chance" overlap based on the 95% confidence interval\.Taken together, these results sharpen the position\-driven failure from §[4\.1](https://arxiv.org/html/2608.07968#S4.SS1)\. As exams grow, models reach only a slowly expanding subset of questions\. Within that subset, selection matches the beginning of the prompt far better than the questions with the highest model\-adaptive value density, while a substantial fraction of the budget is spent on questions the same model did not solve in the independent high\-budget reference\.
### 4\.3Does Prompting Improve Allocation?
The base prompt states the budget and the goal but gives no guidance on dividing it\. We test four instructions that do:*plan*the allocation before solving, hint that questions may be*skipped*, hint that answers should be*rechecked*, and all three combined\. The details of each prompt are in Appendix[A](https://arxiv.org/html/2608.07968#A1)\.
#### Planning changes the allocation the most\.
Planning helps most, by a margin that widens as the budget tightens \(Table[3](https://arxiv.org/html/2608.07968#S4.T3)\): averaged across five locally hosted open\-weight models, coverage gains0\.090\.09,0\.120\.12, and0\.140\.14over the base prompt asNNgrows from55to2020\. The skip hint also improves coverage at every length, but by roughly half as much\. The recheck hint is flat or slightly harmful\. Combining all three reproduces the planning result rather than improving on it, so we focus on planning below\.
Table 3:Effect of prompt instructions under fixed scoring and random order, averaged over the five locally hosted open\-weight models\. Within each group the three columns areN=5N\{=\}5,1010, and2020\. The best and second best are bold and underlined\. Asterisks \(\*\) mark a statistically significant difference from base prompt based on 95% confidence interval\.
#### Planning spreads computation without redirecting it\.
Broken down by model \(Table[4](https://arxiv.org/html/2608.07968#S4.T4)\), every open model except QW\-32 gains coverage, and DSV4\-F coverage improves from0\.230\.23to0\.330\.33\. What does not change is the basis on which questions are chosen\. Solving order stays tied to prompt position, with the open\-model correlation moving only from0\.640\.64to0\.600\.60and DSV4\-P becoming*more*sequential \(0\.680\.68to0\.830\.83\)\. Effort remains nearly uncorrelated to point value\.
Table 4:Effect of explicit planning atN=20N\{=\}20by model\. Coverage and zero rate use fixed scoring and random order; the value correlation uses the matched random\-scoring condition\. Asterisks \(\*\) mark a statistically significant difference from base prompt based on 95% confidence interval\.CoverageZero rate𝝆𝒐,𝝅\\boldsymbol\{\\rho\_\{o,\\pi\}\}𝝆𝒕,𝒗\\boldsymbol\{\\rho\_\{t,v\}\}ModelBasePlanBasePlanBasePlanBasePlanDQ\-70\.380\.58∗0\.540\.30∗0\.880\.67∗\+0\.09\+0\.09\+0\.05\+0\.05DQ\-140\.460\.69∗0\.460\.18∗0\.970\.64∗\+0\.11\+0\.11\+0\.10\+0\.10QW\-80\.340\.46∗0\.600\.37∗0\.540\.74∗\+0\.17\+0\.17\+0\.12\+0\.12QW\-140\.400\.53∗0\.490\.33∗0\.440\.48\+0\.23\+0\.23\+0\.09∗\+0\.09^\{\*\}QW\-320\.440\.430\.440\.410\.390\.45\+0\.20\+0\.20\+0\.03∗\+0\.03^\{\*\}mean0\.400\.540\.510\.320\.640\.60\+0\.16\+0\.16\+0\.08\+0\.08DSV4\-F0\.230\.33∗0\.690\.51∗0\.920\.69∗−0\.03\-0\.03\+0\.01\+0\.01DSV4\-P0\.290\.270\.610\.610\.680\.83\+0\.00\+0\.00\+0\.04\+0\.04mean0\.260\.300\.650\.560\.800\.76−0\.01\-0\.01\+0\.03\+0\.03
Planning therefore changes the*spread*of computation, not its*priorities*: instructed to budget its compute, the model divides it more evenly rather than directing it anywhere in particular\. This falls short of the objective because spreading tokens more uniformly is only beneficial when the questions that receive additional effort are actually worth solving\.
### 4\.4Does it Adapt to Position and Value?
We next ask how allocation changes when the same questions are presented in a different order or under a different scoring scheme\. Figure[3](https://arxiv.org/html/2608.07968#S4.F3)reports the score rate \(Equation[2](https://arxiv.org/html/2608.07968#S3.E2)\) of the two strongest models, DSV4\-F and DSV4\-P; results for the remaining models are in Appendix[C](https://arxiv.org/html/2608.07968#A3)\.
Figure 3:Score rate \(%, also shown by shading\) and, in parentheses, the order–position correlation in the same setting, for DSV4\-F and DSV4\-P under the base prompt, averaged overN∈\{5,10,20\}N\\in\\\{5,10,20\\\}\.Under reversed scoring and easy\-first presenting order, a position\-driven sequential policy is near optimal because the earliest questions are both cheapest and most valuable\. Under a hard\-first presenting order, however, the models keep following the presenting position in prompt: correlations between solving order and position stay near0\.60\.6, and scores fall by1616to1919points on average\. This shows that the models are effectively hijacked by the most difficult questions up front, which also bear the lowest values\. Despite their strength, these models think hard through an adversarial sequence rather than reordering toward a smarter one\.
### 4\.5Results on Code Reasoning: CRUXEval\-O
We also run the shared\-budget setting on CRUXEval\-O\(Gu et al\.,[2024](https://arxiv.org/html/2608.07968#bib.bib8)\), where the model predicts the return value of a short Python function\. For eachN∈\{10,20\}N\\in\\\{10,20\\\}we build 50 exams and evaluate QW\-14, DQ\-14, DSV4\-F, and DSV4\-P under fixed and random scoring, random order, and the base and explicit\-planning prompts, with a pressure\-matched budgetB=3,000B=3\{,\}000\(see Appendix[D\.1](https://arxiv.org/html/2608.07968#A4.SS1)for the calibration\)\. Since difficulty labels are unavailable in this dataset, we only use fixed scoring in the evaluation\.
Table 5:Allocation on CRUXEval\-O under the base prompt and random question order\.The same allocation pattern appears \(Table[5](https://arxiv.org/html/2608.07968#S4.T5)\)\. Averaged across models and lengths, token effort declines with presentation position \(ρ=−0\.42\\rho=\-0\.42\) while solving order follows prompt position almost exactly \(ρ=0\.99\\rho=0\.99\), and effort remains nearly unrelated to stated point values \(ρ≈0\.02\\rho\\approx 0\.02\)\. AsNNdoubles, coverage collapses to0\.210\.21–0\.230\.23atN=20N\{=\}20, with30%30\\%–49%49\\%of questions receiving zero tokens\. Further analysis are in Appendix[D](https://arxiv.org/html/2608.07968#A4)\.
## 5Conclusion
We introduce an exam\-style framework for evaluating how reasoning models allocate a shared test\-time compute budget across multiple questions\. Our findings show that models consistently behave as position\-driven sequential solvers: they prioritize questions in presentation order, concentrate effort on early items, respond weakly to point values, and leave increasingly many questions unattempted as the exam grows\. Their selected questions align more closely with prompt position than with model\-adaptive value density, and substantial compute is spent on problems unsolvable even under the high\-budget reference condition\. Explicit planning improves coverage by spreading effort more evenly, but does not produce value\- or difficulty\-aware prioritization\. These results show that strong per\-question reasoning does not imply effective global compute allocation, identifying shared\-budget metareasoning as a distinct and unresolved capability for current reasoning models\.
## Limitations
#### Scope\.
Omni\-MATH is the only domain in which we run the full factorial design\. The CRUXEval\-O experiments cover two exam lengths, four models, and two scoring schemes, with no native difficulty axis and no ordering or repricing manipulations\. Absolute score rates and effect magnitudes should therefore not be compared across the two domains\.
#### Token attribution\.
Per\-question token counts in the shared\-budget runs are recovered fromQnn: marker segmentation, which is reliable for the large majority of traces but remains an approximation\. Because a mention is not the same as an attempt, we report the work set and the token\-centroid rank rather than raw mention counts throughout\. A fully rigorous notion of effort, which would require detecting where a question is actually being solved rather than merely referenced, remains open\.
## Acknowledgments
This work was supported in part by NSF CAREER Award 1942230, the ONR PECASE Award N00014\-25\-1\-2378, ARO Early Career Program Award 310902\-00001, Army Grant W911NF\-21\-2\-0076, NSF Award CCF\-2212458, NSF Award 2229885 \(NSF Institute for Trustworthy AI in Law and Society, TRAILS\), MURI Grant 14262683, DARPA AIQ Grant HR00112590066, and a Meta Research Award 314593\-00001\.
## References
- Aggarwal and Welleck \(2025\)Pranjal Aggarwal and Sean Welleck\. 2025\.[L1: Controlling how long a reasoning model thinks with reinforcement learning](https://arxiv.org/abs/2503.04697)\.*Preprint*, arXiv:2503\.04697\.
- Chen et al\. \(2025\)Xingyu Chen, Jiahao Xu, Tian Liang, Zhiwei He, Jianhui Pang, Dian Yu, Linfeng Song, Qiuzhi Liu, Mengfei Zhou, Zhuosheng Zhang, Rui Wang, Zhaopeng Tu, Haitao Mi, and Dong Yu\. 2025\.[Do not think that much for 2\+3=? On the overthinking of o1\-like LLMs](https://arxiv.org/abs/2412.21187)\.*Preprint*, arXiv:2412\.21187\.
- Chen et al\. \(2024\)Xinyun Chen, Ryan A\. Chi, Xuezhi Wang, and Denny Zhou\. 2024\.[Premise order matters in reasoning with large language models](https://arxiv.org/abs/2402.08939)\.*Preprint*, arXiv:2402\.08939\.
- Cheng et al\. \(2023\)Zhoujun Cheng, Jungo Kasai, and Tao Yu\. 2023\.Batch prompting: Efficient inference with large language model apis\.In*Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing: Industry Track*, pages 792–810\.
- DeepSeek\-AI et al\. \(2026\)DeepSeek\-AI, Anyi Xu, Bangcai Lin, Bing Xue, Bingxuan Wang, Bingzheng Xu, Bochao Wu, Bowei Zhang, Chaofan Lin, Chen Dong, Chenchen Ling, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chengyu Hou, Chenhao Xu, Chenze Shao, Chong Ruan, Conner Sun, and 300 others\. 2026\.[Deepseek\-v4: Towards highly efficient million\-token context intelligence](https://arxiv.org/abs/2606.19348)\.*Preprint*, arXiv:2606\.19348\.
- Fan et al\. \(2025\)Chenrui Fan, Ming Li, Lichao Sun, and Tianyi Zhou\. 2025\.[Missing premise exacerbates overthinking: Are reasoning models losing critical thinking skill?](https://arxiv.org/abs/2504.06514)*Preprint*, arXiv:2504\.06514\.
- Gao et al\. \(2024\)Bofei Gao, Feifan Song, Zhe Yang, Zefan Cai, Yibo Miao, Qingxiu Dong, Lei Li, Chenghao Ma, Liang Chen, Runxin Xu, Zhengyang Tang, Benyou Wang, Daoguang Zan, Shanghaoran Quan, Ge Zhang, Lei Sha, Yichang Zhang, Xuancheng Ren, Tianyu Liu, and Baobao Chang\. 2024\.[Omni\-math: A universal olympiad level mathematic benchmark for large language models](https://arxiv.org/abs/2410.07985)\.*Preprint*, arXiv:2410\.07985\.
- Gu et al\. \(2024\)Alex Gu, Baptiste Roziere, Hugh James Leather, Armando Solar\-Lezama, Gabriel Synnaeve, and Sida Wang\. 2024\.[CRUXEval: A benchmark for code reasoning, understanding and execution](https://proceedings.mlr.press/v235/gu24c.html)\.In*Proceedings of the 41st International Conference on Machine Learning*, volume 235 of*Proceedings of Machine Learning Research*, pages 16568–16621\. PMLR\.
- Guo et al\. \(2025a\)Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Peiyi Wang, Qihao Zhu, Runxin Xu, Ruoyu Zhang, Shirong Ma, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z\. F\. Wu, Zhibin Gou, Zhihong Shao, Zhuoshu Li, Ziyi Gao, Aixin Liu, and 175 others\. 2025a\.[Deepseek\-R1 incentivizes reasoning in LLMs through reinforcement learning](https://doi.org/10.1038/s41586-025-09422-z)\.*Nature*, 645\(8081\):633–638\.
- Guo et al\. \(2025b\)Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Peiyi Wang, Qihao Zhu, Runxin Xu, Ruoyu Zhang, Shirong Ma, Xiao Bi, and 1 others\. 2025b\.Deepseek\-r1: Incentivizing reasoning capability in llms via reinforcement learning\.*arXiv preprint arXiv:2501\.12948*\.
- Han et al\. \(2025\)Tingxu Han, Zhenting Wang, Chunrong Fang, Shiyu Zhao, Shiqing Ma, and Zhenyu Chen\. 2025\.[Token\-budget\-aware LLM reasoning](https://arxiv.org/abs/2412.18547)\.*Preprint*, arXiv:2412\.18547\.
- Hou et al\. \(2025\)Bairu Hou, Yang Zhang, Jiabao Ji, Yujian Liu, Kaizhi Qian, Jacob Andreas, and Shiyu Chang\. 2025\.[ThinkPrune: Pruning long chain\-of\-thought of LLMs via reinforcement learning](https://arxiv.org/abs/2504.01296)\.*Preprint*, arXiv:2504\.01296\.
- Kellerer et al\. \(2004\)H\. Kellerer, U\. Pferschy, and D\. Pisinger\. 2004\.[*Knapsack Problems*](https://books.google.com/books?id=u5DB7gck08YC)\.Springer\.
- Kwon \(2025\)Woosuk Kwon\. 2025\.*vLLM: An Efficient Inference Engine for Large Language Models*\.Ph\.D\. thesis, UC Berkeley\.
- Li et al\. \(2025a\)Junyan Li, Wenshuo Zhao, Yang Zhang, and Chuang Gan\. 2025a\.Steering LLM thinking with budget guidance\.*arXiv preprint arXiv:2506\.13752*\.
- Li et al\. \(2025b\)Ming Li, Pei Chen, Chenguang Wang, Hongyu Zhao, Yijun Liang, Yupeng Hou, Fuxiao Liu, and Tianyi Zhou\. 2025b\.Mosaic\-it: Cost\-free compositional data synthesis for instruction tuning\.In*Findings of the Association for Computational Linguistics: ACL 2025*, pages 25287–25318\.
- Li et al\. \(2026\)Ming Li, Chenrui Fan, Yize Cheng, Soheil Feizi, and Tianyi Zhou\. 2026\.[Schoenfeld’s anatomy of mathematical reasoning by language models](https://doi.org/10.18653/v1/2026.acl-long.1513)\.In*Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 32773–32802, San Diego, California, United States\. Association for Computational Linguistics\.
- Li et al\. \(2025c\)Ming Li, Zhengyuan Yang, Xiyao Wang, Dianqi Li, Kevin Lin, Tianyi Zhou, and Lijuan Wang\. 2025c\.What makes reasoning models different? follow the reasoning leader for efficient decoding\.*arXiv preprint arXiv:2506\.06998*\.
- Li et al\. \(2025d\)Ming Li, Nan Zhang, Chenrui Fan, Hong Jiao, Yanbin Fu, Sydney Peters, Qingshu Xu, Robert Lissitz, and Tianyi Zhou\. 2025d\.[Understanding the thinking process of reasoning models: A perspective from schoenfeld’s episode theory](https://doi.org/10.18653/v1/2025.emnlp-main.922)\.In*Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing*, pages 18267–18288, Suzhou, China\. Association for Computational Linguistics\.
- Ma et al\. \(2026\)Siyuan Ma, Bo Gao, Zikai Xiao, Hailong Wang, Xinlei Yu, Rui Qian, Jiayu Qian, Luqi Gong, and Yang Liu\. 2026\.[Cot2\-meta: Budgeted metacognitive control for test\-time reasoning](https://arxiv.org/abs/2603.28135)\.*Preprint*, arXiv:2603\.28135\.
- Ma et al\. \(2025\)Wenjie Ma, Jingxuan He, Charlie Snell, Tyler Griggs, Sewon Min, and Matei Zaharia\. 2025\.[Reasoning models can be effective without thinking](https://arxiv.org/abs/2504.09858)\.*Preprint*, arXiv:2504\.09858\.
- Muennighoff et al\. \(2025\)Niklas Muennighoff, Zitong Yang, Weijia Shi, Xiang Lisa Li, Li Fei\-Fei, Hannaneh Hajishirzi, Luke Zettlemoyer, Percy Liang, Emmanuel Candès, and Tatsunori B Hashimoto\. 2025\.s1: Simple test\-time scaling\.In*Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing*, pages 20286–20332\.
- Nazi and Dipta \(2026\)Zabir Al Nazi and Shubhashis Roy Dipta\. 2026\.Triage: Evaluating prospective metacognitive control in LLMs under resource constraints\.*arXiv preprint arXiv:2605\.13414*\.
- OpenAI \(2024\)OpenAI\. 2024\.[OpenAI o1 System Card](https://cdn.openai.com/o1-system-card-20241205.pdf)\.
- Pan et al\. \(2025\)Zhuoshi Pan, Qizhi Pei, Yu Li, Qiyao Sun, Zinan Tang, H\. Vicky Zhao, Conghui He, and Lijun Wu\. 2025\.REST: Stress testing large reasoning models by asking multiple problems at once\.*arXiv preprint arXiv:2507\.10541*\.
- Russell and Wefald \(1991\)Stuart Russell and Eric Wefald\. 1991\.[Principles of metareasoning](https://doi.org/10.1016/0004-3702(91)90015-C)\.*Artificial Intelligence*, 49\(1\):361–395\.
- Sabbata et al\. \(2025\)C\. Nicolò De Sabbata, Theodore R\. Sumers, Badr AlKhamissi, Antoine Bosselut, and Thomas L\. Griffiths\. 2025\.[Rational metareasoning for large language models](https://arxiv.org/abs/2410.05563)\.*Preprint*, arXiv:2410\.05563\.
- Schilcher et al\. \(2025\)Patrick Schilcher, Dominik Karasin, Michael Schöpf, Haisam Saleh, Antonela Tommasel, and Markus Schedl\. 2025\.[Characterizing positional bias in large language models: A multi\-model evaluation of prompt order effects](https://doi.org/10.18653/v1/2025.findings-emnlp.1124)\.In*Findings of the Association for Computational Linguistics: EMNLP 2025*, pages 20643–20664, Suzhou, China\. Association for Computational Linguistics\.
- Snell et al\. \(2024\)Charlie Snell, Jaehoon Lee, Kelvin Xu, and Aviral Kumar\. 2024\.[Scaling LLM test\-time compute optimally can be more effective than scaling model parameters](https://arxiv.org/abs/2408.03314)\.*Preprint*, arXiv:2408\.03314\.
- Wang et al\. \(2024\)Junlin Wang, Siddhartha Jain, Dejiao Zhang, Baishakhi Ray, Varun Kumar, and Ben Athiwaratkun\. 2024\.[Reasoning in token economies: Budget\-aware evaluation of LLM reasoning strategies](https://doi.org/10.18653/v1/2024.emnlp-main.1112)\.In*Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing*, pages 19916–19939, Miami, Florida, USA\. Association for Computational Linguistics\.
- Wang et al\. \(2025a\)Xiangqi Wang, Yue Huang, Yanbo Wang, Xiaonan Luo, Kehan Guo, Yujun Zhou, and Xiangliang Zhang\. 2025a\.[Adareasoner: Adaptive reasoning enables more flexible thinking in large language models](https://arxiv.org/abs/2505.17312)\.*Preprint*, arXiv:2505\.17312\.
- Wang et al\. \(2025b\)Zhengxiang Wang, Jordan Kodner, and Owen Rambow\. 2025b\.Evaluating llms with multiple problems at once\.In*Proceedings of the Fourth Workshop on Generation, Evaluation and Metrics \(GEM2\)*, pages 178–199\.
- Wen et al\. \(2025\)Hao Wen, Xinrui Wu, Yi Sun, Feifei Zhang, Liye Chen, Jie Wang, Yunxin Liu, Yunhao Liu, Ya\-Qin Zhang, and Yuanchun Li\. 2025\.[BudgetThinker: Empowering budget\-aware LLM reasoning with control tokens](https://arxiv.org/abs/2508.17196)\.*Preprint*, arXiv:2508\.17196\.
- Wu et al\. \(2025\)Siye Wu, Jian Xie, Yikai Zhang, Aili Chen, Kai Zhang, Yu Su, and Yanghua Xiao\. 2025\.[ARM: Adaptive reasoning model](https://arxiv.org/abs/2505.20258)\.*Preprint*, arXiv:2505\.20258\.
- Yang et al\. \(2025\)An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, and 1 others\. 2025\.Qwen3 technical report\.*arXiv preprint arXiv:2505\.09388*\.
- Zhai et al\. \(2026\)Zhiyuan Zhai, Bingcong Li, Bingnan Xiao, Ming Li, and Xin Wang\. 2026\.[Adaptive test\-time compute allocation for reasoning llms via constrained policy optimization](https://arxiv.org/abs/2604.14853)\.*Preprint*, arXiv:2604\.14853\.
- Zhang et al\. \(2026\)Xuanming Zhang, Shwan Ashrafi, Aziza Mirsaidova, Amir H\. Rezaeian, Miguel Ballesteros, Lydia Chilton, Zhou Yu, and Dan Roth\. 2026\.[Budget\-aware anytime reasoning with LLM\-synthesized preference data](https://doi.org/10.18653/v1/2026.findings-acl.417)\.In*Findings of the Association for Computational Linguistics: ACL 2026*, pages 8587–8599, San Diego, California, United States\. Association for Computational Linguistics\.
- Zhao et al\. \(2026\)Muyang Zhao, Qi Qi, and Hao Sun\. 2026\.ROI\-reasoning: Rational optimization for inference via pre\-computation meta\-cognition\.*arXiv preprint arXiv:2601\.03822*\.
## Appendix APrompts and judge instructions
Figure[4](https://arxiv.org/html/2608.07968#A1.F4)gives the shared\-budget exam prompt, including the optional planning, skip, and recheck hints used in Section[4\.3](https://arxiv.org/html/2608.07968#S4.SS3)\. Figure[5](https://arxiv.org/html/2608.07968#A1.F5)shows the LLM\-as\-judge instructions for mathematical answers; the deterministic CRUXEval\-O matcher is described below\.
Prompt to the LLM During InferenceBelow is a list of questions that you need to answer\. Each question has an associated score \(as shown in “This question is worth …”\) and your goal is to maximize the total score obtained\. For each question, you get full score if you answer it correctly, and zero if you answer it incorrectly\. You in total have a reasoning budget of*budget*tokens\.Optional strategy hints used in some conditions\.We additionally include one or more of the following sentences depending on the experimental setting:•*Explicit plan:*“Each question has a different difficulty and may require a different amount of reasoning to answer correctly\. You should plan your allocation/spending wisely to maximize the total score\.”•*Skip hint:*“You may even choose to not answer some questions if you think the cost of answering them is too high compared to the potential score gain\.”•*Recheck hint:*“If you think you have more than enough budget, you may also recheck and refine your answers to early questions to further increase the chances of maximizing the total score, but keep in mind that the rechecking also consumes your reasoning budget\.”Questions:```
Q1: [question text] (This question is worth [score] points)
Q2: [question text] (This question is worth [score] points)
...
QN: [question text] (This question is worth [score] points)
```
Think through each question carefully to maximize your total score\. Begin your reasoning now\.Figure 4:The prompt used during inference\. The exact wording varies slightly depending on the experimental condition through optional strategy hints\.Instruction to the LLM JudgeYou are an expert mathematics judge\. Your task is to evaluate whether the model’s answers match the reference answers for a set of math questions\. The reference answers are always correct, and the model’s answers may be correct, incorrect, or incomplete\.\{original\_questions\_text\}\{ref\_text\}\{model\_text\}\{score\_text\}Please evaluate each answer for correctness\. Consider the following: 1\. Mathematical equivalence \(e\.g\., 0\.25 == 1/4, sqrt\(3\) ==3\\sqrt\{3\}\) 2\. Different forms of the same answer \(e\.g\., simplified vs expanded forms\) 3\. LaTeX formatting differences should not affect correctnessFor each question, award the full points if the answer is correct, and 0 points if incorrect\.Provide your evaluation in the following JSON format:```
{{
"evaluations": [
{{
"question": 1,
"correct": true/false,
"score_awarded": <points>,
"explanation": "<brief explanation>"
}},
...
],
"total_score": <sum of all awarded scores>,
"max_score": <sum of all possible scores>
}}
```
Respond with ONLY the JSON, no additional text\.Figure 5:The instruction toGPT\-5for it to serve as an LLM\-as\-a\-judge\.### A\.1CRUXEval\-O exact\-match judge
CRUXEval\-O answers are Python literals, so we use a deterministic judge rather than an LLM\. The judge strips answer wrappers, parses predictions and references withast\.literal\_eval, and compares structures recursively\. It tolerates three representation\-only differences observed during manual error analysis: a dictionary body missing its outer braces, list–tuple interchange with identical elements, and integer–digit\-string interchange only when their canonical decimal forms match \(e\.g\.,89vs\.’89’\)\. String case and internal whitespace remain exact\. This avoids semantic fuzz while recovering formatting false negatives\.
## Appendix BComparison with uniform allocation
We compare the shared\-budget run with a simple equal split\. In the*uniform per\-question*condition, each question is solved independently with a budget ofB/NB/Ntokens\. The answer depends on exam length \(Table[6](https://arxiv.org/html/2608.07968#A2.T6)\)\. AtN=5N=5, the shared\-budget setting outperforms uniform allocation for four of seven models and gains2\.62\.6score points on average\. AtN=10N=10the comparison is nearly even\. AtN=20N=20, every model performs worse under the shared budget, with an average difference of−5\.0\-5\.0points\.
At smallNN, front\-loading can occasionally help by allowing the model to complete a few questions with high confidence, and the comparison becomes consistently unfavorable only as the exam grows and coverage collapses\. This condition should also not be treated as an oracle, because independent prompts remove cross\-question interference in addition to enforcing equal allocation\. It is a reference for asking whether the model’s emergent allocation provides a consistent advantage over a naive split, and the mechanism\-level conclusions of Section[4](https://arxiv.org/html/2608.07968#S4)do not depend on it\.
Table 6:Shared\-budget performance relative to uniform per\-question allocation under aligned scoring, random order, and the baseline prompt\.Δ\\Deltais the mean score\-rate difference in percentage points: shared minus uniform\.
## Appendix COrder\-position correlations and score rates for locally deployed open models
Figure[3](https://arxiv.org/html/2608.07968#S4.F3)focuses on DSV4\-F and DSV4\-P\. Table[7](https://arxiv.org/html/2608.07968#A3.T7)reports the same order×\\timesscoring grid for the five open models, and Table[8](https://arxiv.org/html/2608.07968#A3.T8)separates the reversed\-scoring hard\-first penalty by exam length for all seven models\. Easy\-first presentation is already near a good sequential policy under reversed scoring, so the hard\-first change measures escape from an adversarial order\. The API models lose1111–2222points at every length while retaining order–position correlations near0\.60\.6\. Open models mostly match their easy\-first scores; QW\-32’s correlation falls to−0\.25\-0\.25while its score does not drop, but that departure does not yield gains under aligned scoring either\. DQ\-7 retains the sequence \(ρ=0\.71\\rho=0\.71\) yet shows no penalty, scoring in the low teens under both orders\.
Table 7:Score rate \(%\) and order–position correlation \(in parentheses\) for the open models under the baseline prompt, averaged overN∈\{5,10,20\}N\\in\\\{5,10,20\\\}\. Format matches Figure[3](https://arxiv.org/html/2608.07968#S4.F3)\.Table 8:Score\-rate change \(percentage points\) from hard\-first relative to easy\-first presentation under reversed scoring and the baseline prompt\. Negative values indicate a loss from the adversarial order\.
## Appendix DCRUXEval\-O details
### D\.1Budget calibration
To make the constraint comparable with the mathematics setting, we estimate a typical independent high\-budget solution cost from the token usage of correctly answered items and approximately match
BN×average reference cost per question\\frac\{B\}\{N\\times\\text\{average reference cost per question\}\}\(10\)across domains\. The median high\-budget reference cost for CRUXEval\-O is approximately 995 tokens per correctly answered question, givingB=3,000B=3\{,\}000as roughly three times that median\.
### D\.2Budget exhaustion and planning
Runs almost always spend the entire budget, and increasingly so with exam length: the fraction of runs that reach the3,0003\{,\}000\-token limit rises from56%56\\%–88%88\\%atN=10N=10to96%96\\%–100%100\\%atN=20N=20\.
Table[9](https://arxiv.org/html/2608.07968#A4.T9)reports explicit planning atN=20N\{=\}20\. Coverage stays within0\.040\.04of the baseline for every model, and effort–value correlations remain weak under both prompts\. This is a weaker coverage response than in mathematics \(Section[4\.3](https://arxiv.org/html/2608.07968#S4.SS3)\), where planning raised open\-model coverage by0\.140\.14atN=20N\{=\}20: with a budget of roughly three times the cost of a single question, spreading it more evenly is largely unavailable even when instructed\.
Table 9:Explicit planning on CRUXEval\-O atN=20N\{=\}20under fixed scoring and random order\. Value correlations use the matched random\-scoring condition\.
## Appendix EWork set selection under other scoring schemes
Table[2](https://arxiv.org/html/2608.07968#S4.T2)reports per\-model results under random scoring and model means under the remaining schemes\. Table[10](https://arxiv.org/html/2608.07968#A5.T10)gives the per\-model breakdown for fixed, aligned, and reversed scoring atN=10N\{=\}10\(random order, baseline prompt\)\. Top\-density overlap remains at or below chance in every block, while early\-position overlap stays well above chance\.
Table 10:Work\-set selection atN=10N\{=\}10under fixed, aligned, and reversed scoring \(random order, base prompt\)\. Asterisks \(\*\) indicate overlaps that are statistically significantly different from the “by chance” overlap based on the 95% confidence interval\.
## Appendix FToken attribution details
Per\-question tokens are attributed by strictQnn: markers in the Phase 1 trace\. As mention≠\\neqwork: opening enumeration passes can name every question with minimal token mass\. We therefore use \(i\)*zero\-token*rate \(no attributed tokens\), \(ii\)*work set*\(≥\\geq200 tokens or≥\\geq2 segments\), and \(iii\) token\-centroid rank*within the work set*for solving order\. First\-mention order inflates sequentiality for DeepSeek models, which centroid rank corrects; the work\-set restriction additionally prevents a question that is only named in an enumeration pass—whose centroid sits at that early offset—from being ranked ahead of questions that received real effort\. The restriction matters at the head of the ranking—with all mentioned questions, the earliest\-centroid question is a mention\-only question in up to 56% of traces—but barely moves the aggregate correlations: ranking all mentioned questions instead gives order∼\\simposition0\.700\.70\(vs\.0\.690\.69\), order∼\\simdifficulty0\.110\.11\(vs\.0\.070\.07\), and order∼\\simpoints−0\.03\-0\.03\(vs\.−0\.09\-0\.09\)\.Similar Articles
Effort as Ceiling, Not Dial: Reasoning Budget Does Not Modulate Cognitive Cost Alignment Between Humans and Large Reasoning Models
This paper tests whether varying inference-time reasoning effort affects the alignment between large reasoning models' chain-of-thought lengths and human reaction times. Results show alignment is invariant to effort perturbations, suggesting it is a training-time achievement.
An Enigma of Artificial Reason: Investigating the Production-Evaluation Gap in Large Reasoning Models
This paper investigates the production-evaluation gap in large reasoning models (LRMs), finding that they fail to robustly evaluate reasoning despite near-perfect solution production, due to an answer confirmation bias.
Quantized Reasoning Models Think They Need to Think Longer, but They Do Not
This paper reveals that aggressive post-training quantization of reasoning models leads to increased overthinking errors, where models reach correct intermediate answers but fail to finalize them. A simple logit penalty on overthinking markers reduces chain-of-thought length by 12-23% while improving accuracy, especially for quantized models.
Humans Disengage, Reasoning Models Persist: Separating Difficulty Registration from Deliberation Allocation
This paper dissociates difficulty registration from deliberation allocation in large reasoning models (LRMs) and humans, finding that LRMs spend more tokens on problems they get wrong while humans spend less time on failures, revealing opposite within-item patterns despite similar cross-item difficulty correlations.
Thinking Past the Answer: Evaluating Harmful Overthinking in Large Reasoning Models
This paper introduces a prefix-level trajectory evaluation protocol to distinguish harmful overthinking from verbose but harmless overthinking in large reasoning models, showing that continued reasoning after reaching the correct answer can destabilize performance. The authors find that early stopping improves accuracy by up to 21% on multimodal benchmarks, and identify logical drift and visual reinterpretation as key causes of correctness deviations.