REVIEW 4 major objections 5 minor 35 references
Frontier reasoning models sometimes have the ability to solve a long-horizon problem and still abandon it, because they overestimate how many tokens the answer will need; the paper calls this context anxiety and shows it can be measured and
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-02 12:42 UTC pith:Y2CNT477
load-bearing objection A well-designed measurement and SFT study whose causal story does not survive its own Appendix E budget arithmetic, but the anxiety-filtered SFT control is the real contribution. the 4 major comments →
Lost in Context: Addressing Context Anxiety in Large Language Models
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that context anxiety—premature abandonment of solvable tasks with explicit statements that the final answer will be too long or infeasible to output—is a systematic, measurable failure mode distinct from genuine capability limits. It is driven, in part, by miscalibrated token estimation: models that express anxiety overestimate their token usage by about 24%, while non-anxious models underestimate by about 19%. Anxiety predicts a 15.3-percentage-point accuracy drop and a 54% increase in tokens on correct answers, with model and difficulty fixed effects accounted for. The authors further claim that fine-tuning on correct, anxiety-free reasoning traces reduces detected anx
What carries the argument
The load-bearing instrument is the winsorized token ratio T, the model's self-reported estimate of tokens needed divided by actual tokens used, which quantifies perceived versus real output cost. The detection protocol C averages judge-model scores that flag phrases like 'too long to write out' or 'exceeds my context window,' separating anxiety-driven failures from capability failures. Tower of Hanoi supplies the controlled setting: optimal solution length is known exactly (2^n−1 moves), so the ground-truth output budget is computable. The mitigation machinery is supervised fine-tuning with loss masked to reasoning traces only, on a dataset filtered to exclude any anxious trace.
Load-bearing premise
The central claim depends on every evaluated problem genuinely fitting inside the model's output budget, so that abandoning it is never a rational response; the paper asserts this, but its own Appendix E arithmetic shows the hardest Hanoi instance may need more tokens than some 64k-budget models allow.
What would settle it
Compute the true output-token requirement for each Tower of Hanoi and shortest-path instance with each model's own tokenizer, then re-estimate the anxiety coefficients on the subset of instances whose requirement is strictly below the model's output budget. Appendix E's arithmetic suggests the n=12 Hanoi instance needs about 102k tokens on some tokenizers, above a 64k budget; if the accuracy and efficiency effects disappear when those instances are excluded, the 'anxiety' label loses its ground.
If this is right
- Many long-horizon failures labeled as capability limits may actually be calibration failures, so accuracy benchmarks can misattribute cause.
- The 24% overestimation versus 19% underestimation gap offers a quantitative target: improving token-count calibration should reduce premature abandonment.
- The fixed-effects result implies anxiety has an efficiency cost beyond accuracy: successful anxious solutions use roughly 54% more tokens.
- Supervised fine-tuning on anxiety-free traces reduces anxiety by over 50% and beats an all-correct SFT control, meaning the filter, not just correctness, drives the gain.
- Transfer to held-out disk counts and shortest path suggests a domain-general reasoning policy, not memorized Hanoi traces.
Where Pith is reading between the lines
- If miscalibration is the mechanism, then prompting interventions that give models accurate token-budget information, such as explicit remaining-token readouts, might reduce anxiety without any training; this is a testable extension the paper does not run.
- The same mechanism likely underlies refusals and truncations in code generation, tool use, and long-form writing, where effort estimation is harder; the paper notes this as future work.
- The 54% token inflation on successful anxious solutions suggests anxiety degrades planning efficiency, not just engagement; reducing it could yield compute savings.
- A cleaner test of the 'irrational abandonment' claim would compare models on instances whose true required tokens are below versus above their budget; the anxiety effect should vanish or invert above the budget.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces 'context anxiety' as a behavioral failure mode in frontier LLMs: models abandon long-horizon tasks despite, the authors claim, having sufficient output-token budget, often while expressing that the required output is too long. Using Tower of Hanoi (n=2–12 disks) and a shortest-path grid task, the paper reports that (i) models expressing context anxiety overestimate token requirements by ~24%, (ii) context anxiety predicts 15.3% lower accuracy and 54% more tokens on correct answers, and (iii) supervised fine-tuning on anxiety-free reasoning traces reduces anxiety and improves or maintains accuracy. The central causal claim is that miscalibrated token estimation causes premature abandonment.
Significance. If the causal claim were established, the paper would identify a novel, behaviorally mutable failure mode distinct from raw capability limits, with a concrete intervention (filtered reasoning-trace SFT). Strengths include the use of a deterministic task with known optimal output lengths, model and difficulty fixed effects, a judge-panel detector with human validation, and an SFT design that includes an all-correct control and held-out odd-disk and cross-task evaluations. The paper also provides detailed prompts and hyperparameters, facilitating replication. However, the main causal claim is currently not tested, and the feasibility premise underlying the interpretation of the headline numbers is contradicted by the paper's own appendix arithmetic.
major comments (4)
- [§4, Appendix E] The paper's central premise — that all evaluated Tower of Hanoi problems are 'well within the maximum token limits' — is contradicted by the numbers in Appendix E. For n=12, the optimal solution has 4,095 moves. Appendix E gives ~13 output tokens/move for non-Claude tokenizers and ~25 for Claude, so the final answer alone requires ~53,235 or ~102,375 tokens, before any reasoning trace. Table 6 caps DeepSeek-R1/Kimi-K2 at 60K and Claude Sonnet 3.7/4.5 at 64K. Thus the hardest instances are not within budget, especially for Claude. Since anxiety rates rise sharply with disk count, the headline 24% overestimate and the 15% accuracy penalty may partly measure rational budget-aware refusal, not miscalibrated self-doubt. The authors should re-run all analyses on the subset of instances whose minimum required output (including reasoning overhead) is provably below the model's configured output
- [§3.2, §4.2] The paper promises a mediation analysis but does not deliver one. §3.2 states 'We analyze the correlation between overestimation of required tokens and context anxiety and whether miscalibration mediates the relationship between anxiety and task accuracy,' yet no mediation results appear in §4 or the appendices. Moreover, the token estimate is elicited after generation is finished, whereas the proposed mechanism requires the model to overestimate token requirements before or during abandonment. A post-hoc estimate could be a rationalization of the abandonment rather than its cause. The authors should provide a genuine mediation analysis and, ideally, a prospective estimate elicited before the model begins solving, to support the causal arrow from miscalibration to anxiety.
- [§3.1, Eq. (3), Table 2] The regression of accuracy on the context-anxiety indicator is substantially circular under the paper's own classification. Anxiety-driven failures are defined as traces in which 'the model abandons the task while claiming resource insufficiency,' meaning such traces are by construction incorrect. Entering that indicator into Eq. (3) with accuracy as the dependent variable therefore partly measures the annotation rule rather than a behavioral effect. The coefficient of -0.153 may mostly reflect that abandoned responses are scored as failures. The authors should report analyses that separate the act of abandonment from the expression of anxiety — for example, restricting the accuracy regression to completed responses, or using a continuous anxiety score from the judge panel and showing that it predicts accuracy among non-abandoned traces.
- [Appendix D] The shortest-path token-scaling analysis is inconsistent with the task prompt. Appendix D.2 instructs the model to output only lines of the form 'Move {DIRECTION}' in the final answer. Yet Appendix D.3 estimates output length as 4n^3 tokens by assuming that 'each move step outputs the full n×n grid state.' Under the actual prompt, a 12×12 grid requires at most 24 moves, i.e., only on the order of 100 tokens, not ~7,000. The appendix's claim that the largest shortest-path instances are 'large enough for models to perceive proximity to their output limit' is therefore unsupported, and the generalization evidence in Appendix D does not measure output-length anxiety as described.
minor comments (5)
- [Throughout] Typos and grammar: 'Adressing' in the running header; 'winsorization at the 1th percentile' should be '1st'; 'context anxiety operates hurts performance' should be 'operates to hurt performance' or similar; 'a the shortest-path task' in the Limitations paragraph.
- [§5, Limitations] The Limitations paragraph says qualitatively similar patterns are observed 'as illustrated in Figure 2,' but Figure 2 is the SFT pipeline diagram. The relevant shortest-path results appear in Appendix D, Figure 6. The citation should be corrected.
- [§4.3, Table 2] The 54% efficiency increase is stated as derived from the regression intercept (footnote 2), but the baseline mean completion-token count is not reported, so the reader cannot verify the percentage. Please report the implied baseline mean and the full regression table for completion tokens.
- [Appendix F] The detector validation reports κhuman=0.48 and κhuman vs. LLM=0.42, with 21.2% false positives and 20.0% false negatives on a 50-trace sample. These are modest agreement levels for a measure that carries the paper's main conclusions. The authors should discuss the potential impact of this misclassification on the reported regression coefficients, or provide a larger validation set.
- [Appendix D.3] Even aside from the grid-state issue, the derivation 'tokens ≈ (2n)^3' appears to have a units error: it multiplies 'chars per row × rows × moves' but each move would output one grid state, so the total tokens should be (moves) × (2n^2) = 4n^3 rather than (2n)^3. The table values match 4n^3, so the inline formula should be corrected to avoid confusion.
Circularity Check
The headline accuracy and calibration effects are substantially built into the paper's own labels and measures; Appendix E's token arithmetic also contradicts the 'sufficient tokens' premise that defines context anxiety.
specific steps
-
self definitional
[§3.1 Detection Protocol; §4.3 Eq. (3) and Table 2]
"Anxiety-driven failures: The model abandons the task while claiming resource insufficiency ... 'cannot list all moves in my response' ... We construct the context anxiety indicator Cidm through semantic analysis ... context anxiety reduces accuracy by 15.3% (p < 0.01)"
The anxiety label and the accuracy outcome are read from the same response. A trace that says 'cannot list all moves in my response' and then stops is, by the protocol, both an anxiety-driven failure and an accuracy failure; the detection prompt counts exactly such statements. Regressing Y on C therefore partly restates the annotation rule (explicit admission of not completing ⇒ failure) rather than estimating an independent behavioral effect. The 15% penalty is not identified from a separate predictor; it is largely the classifier's label semantics.
-
self definitional
[§1 definition; §4 first paragraph; Appendix E]
"context anxiety – when models worry about their ability to solve the task within their token limits, despite having sufficient tokens to complete them. ... All problems in our test set remain well within the maximum token limits of modern frontier models (typically 60K–128K tokens). ... Each move occupies approximately 13 output tokens for non-Claude tokenizers and approximately 25 output tokens for Claude tokenizers."
The definition of the phenomenon contains the key premise (sufficient tokens), but the detector never verifies it. For the n=12 Hanoi instance (4,095 moves), the paper's own per-move estimate implies 4,095×25 ≈ 102,375 output tokens for Claude models, above the 64,000 budget, and 4,095×13 ≈ 53,235 for non-Claude models before any reasoning trace, near or above the 60,000 budget. The hardest cells in the anxiety-rate, calibration, accuracy, and token-efficiency analyses therefore include rational budget-aware refusals that the definition excludes. The 'prediction' that anxiety causes failure despite sufficient budget is assumed by labeling those cells anxious rather than tested.
-
self definitional
[§3.2 Calibration Measurement, Eq. (2)]
"T = Estimated tokens required / Actual tokens used ... Estimated token usage is elicited by prompting the same model to provide a numeric estimation of how many tokens it believes were required to complete the solution after generation is finished. Actual token counts are computed from the model's respective tokenizer."
For an anxious trace, 'actual tokens used' is the short, abandoned response, while the estimate is for the tokens 'required to complete the solution'—i.e., the full 2^n−1-move answer. The denominator is therefore small precisely when the numerator refers to the complete solution, making T > 1 (overestimation) near-mechanical for abandoned traces. The headline 'models with context anxiety overestimate by 24%' is thus partly an artifact of comparing full-solution estimates against partial outputs, not independent evidence that the model's token estimate is miscalibrated.
-
fitted input called prediction
[§3.3 Behavioral Adaptation; §4.4]
"For each prompt, we filter responses to include only those that successfully complete the task and exhibit no detected context anxiety ... We then fine-tune the student model using standard supervised fine tuning on the filtered dataset. ... After fine tuning, the adapted model exhibits substantially less context anxiety compared to the baseline model."
The training set contains zero anxiety traces by construction, so the post-fine-tuning anxiety reduction is a direct outcome of next-token imitation of the filtered distribution, not an independent test of 'behavioral mutability'. The interesting parts are the held-out and all-correct controls; the headline 'reduces context anxiety by over 50%' is statistically forced by the filtering step itself.
full rationale
The paper does not rely on load-bearing self-citations or imported uniqueness theorems; its references are standard and external. The central problem is internal to how the constructs are operationalized. First, the 'context anxiety' label and the accuracy outcome are derived from the same trace: a trace that says it cannot list all moves and then stops is simultaneously classified as anxiety-driven and as a failure, so the regression coefficient of −0.153 partly encodes the annotation rule rather than a discovered behavioral effect. Second, the definition of anxiety includes 'despite having sufficient tokens to complete them,' but the detection protocol never checks budget sufficiency; Appendix E's own arithmetic shows the hardest Hanoi cells approach or exceed the stated output budgets, so those cells are mislabeled as anxiety under the paper's own definition. Third, the calibration ratio T compares estimated tokens 'required to complete the solution' with actual tokens used; for abandoned traces the denominator is a short partial output, mechanically inflating T and producing the reported 24% overestimation. Fourth, fine-tuning on filtered anxiety-free traces trivially reduces anxiety on the training distribution; only the held-out odd-disk and shortest-path transfer results provide independent evidence. Because the headline quantitative claims (24% overestimation, 15% accuracy penalty, 54% token inefficiency) are substantially entangled with these definitions and measurement choices, but the paper does contain genuinely independent transfer and ablation evidence, the appropriate finding is partial circularity rather than full reduction of the derivation to its inputs.
Axiom & Free-Parameter Ledger
free parameters (5)
- Context-anxiety detection threshold =
0.5 mean judge score
- Winsorization percentiles =
1st/99th
- Per-move output token cost =
13 (non-Claude), 25 (Claude) tokens/move
- Shortest-path token scaling constant =
4n^3 tokens (≈ one token per character)
- SFT hyperparameters =
4 epochs, LR 1e-4, warmup 0.3
axioms (5)
- standard math Optimal Tower of Hanoi solution requires exactly 2^n - 1 moves
- domain assumption LLM judge panel labels are a valid operationalization of 'context anxiety'
- ad hoc to paper A post-hoc self-estimate of tokens used measures the same quantity as the anticipated token requirement that drives abandonment
- domain assumption All evaluated problems are within every model's output budget
- domain assumption Reasoning traces faithfully express the model's internal state
read the original abstract
Conventional wisdom suggests that reasoning models fail when problems exceed their capabilities. However, we find that frontier reasoning models sometimes possess the necessary capabilities to solve problems but fail due to premature self-doubt -- a phenomenon informally known as context anxiety. We provide the first systematic study of context anxiety, demonstrating that it arises, in part, from a model's inability to accurately estimate the tokens required to complete a task. We also show that context anxiety leads to material efficiency losses when models operate under perceived constraints. Building on this analysis, we further show that models can learn alternative strategies for solving long-horizon problems without exhibiting context anxiety, suggesting that performance improvements may be achievable not through scaling model capabilities, but by improving models' ability to accurately assess and adapt to their own limitations.
Figures
Reference graph
Works this paper leans on
-
[1]
arXiv preprint arXiv:2506.06941 , year=
The illusion of thinking: Understanding the strengths and limitations of reasoning models via the lens of problem complexity , author=. arXiv preprint arXiv:2506.06941 , year=
-
[2]
International Conference on Innovative Techniques and Applications of Artificial Intelligence , pages=
Rethinking the illusion of thinking , author=. International Conference on Innovative Techniques and Applications of Artificial Intelligence , pages=. 2025 , organization=
2025
-
[3]
Wang, Boshi and Min, Sewon and Deng, Xiang and Shen, Jiaming and Wu, You and Zettlemoyer, Luke and Sun, Huan , editor =. Towards. Proceedings of the 61st. 2023 , pages =. doi:10.18653/v1/2023.acl-long.153 , urldate =
-
[4]
Advances in Neural Information Processing Systems , author =
Chain-of-. Advances in Neural Information Processing Systems , author =. 2022 , pages =
2022
-
[5]
Fu, Yao and Peng, Hao and Sabharwal, Ashish and Clark, Peter and Khot, Tushar , month = jan, year =. Complexity-. doi:10.48550/arXiv.2210.00720 , urldate =
-
[6]
Proceedings of the 61st annual meeting of the association for computational linguistics (volume 1: long papers) , author =
Interleaving retrieval with chain-of-thought reasoning for knowledge-intensive multi-step questions , url =. Proceedings of the 61st annual meeting of the association for computational linguistics (volume 1: long papers) , author =. 2023 , pages =
2023
-
[7]
Ho, Namgyu and Schmid, Laura and Yun, Se-Young , editor =. Large. Proceedings of the 61st. 2023 , pages =. doi:10.18653/v1/2023.acl-long.830 , urldate =
-
[8]
Wang, Peiyi and Li, Lei and Chen, Liang and Song, Feifan and Lin, Binghuai and Cao, Yunbo and Liu, Tianyu and Sui, Zhifang , month = sep, year =. Making. doi:10.48550/arXiv.2309.02144 , urldate =
-
[9]
Wang, Xuezhi and Wei, Jason and Schuurmans, Dale and Le, Quoc and Chi, Ed and Narang, Sharan and Chowdhery, Aakanksha and Zhou, Denny , month = mar, year =. Self-. doi:10.48550/arXiv.2203.11171 , urldate =
-
[10]
Levy, Mosh and Jacoby, Alon and Goldberg, Yoav , month = jul, year =. Same. doi:10.48550/arXiv.2402.14848 , urldate =
-
[11]
Sui, Yang and Chuang, Yu-Neng and Wang, Guanchu and Zhang, Jiamu and Zhang, Tianyi and Yuan, Jiayi and Liu, Hongyi and Wen, Andrew and Zhong, Shaochen and Zou, Na and Chen, Hanjie and Hu, Xia , month = aug, year =. Stop. doi:10.48550/arXiv.2503.16419 , urldate =
-
[12]
Kadavath, Saurav and Conerly, Tom and Askell, Amanda and Henighan, Tom and Drain, Dawn and Perez, Ethan and Schiefer, Nicholas and Hatfield-Dodds, Zac and DasSarma, Nova and Tran-Johnson, Eli and Johnston, Scott and El-Showk, Sheer and Jones, Andy and Elhage, Nelson and Hume, Tristan and Chen, Anna and Bai, Yuntao and Bowman, Sam and Fort, Stanislav and G...
-
[13]
Yin, Zhangyue and Sun, Qiushi and Guo, Qipeng and Wu, Jiawen and Qiu, Xipeng and Huang, Xuanjing , month = may, year =. Do. doi:10.48550/arXiv.2305.18153 , urldate =
-
[14]
Advances in Neural Information Processing Systems , author =
Large. Advances in Neural Information Processing Systems , author =. 2024 , pages =. doi:10.52202/079017-2729 , language =
-
[15]
Liu, Nelson F. and Lin, Kevin and Hewitt, John and Paranjape, Ashwin and Bevilacqua, Michele and Petroni, Fabio and Liang, Percy , year =. Lost in the. Transactions of the Association for Computational Linguistics , publisher =. doi:10.1162/tacl_a_00638 , urldate =
-
[16]
Li, Tianle and Zhang, Ge and Do, Quy Duc and Yue, Xiang and Chen, Wenhu , month = jun, year =. Long-context. doi:10.48550/arXiv.2404.02060 , urldate =
-
[17]
Zhou, Denny and Schärli, Nathanael and Hou, Le and Wei, Jason and Scales, Nathan and Wang, Xuezhi and Schuurmans, Dale and Cui, Claire and Bousquet, Olivier and Le, Quoc and Chi, Ed , month = apr, year =. Least-to-. doi:10.48550/arXiv.2205.10625 , urldate =
-
[18]
Advances in Neural Information Processing Systems , author =
Large. Advances in Neural Information Processing Systems , author =. 2022 , pages =
2022
-
[19]
Li, Yifei and Lin, Zeqi and Zhang, Shizhuo and Fu, Qiang and Chen, Bei and Lou, Jian-Guang and Chen, Weizhu , editor =. Making. Proceedings of the 61st. 2023 , pages =. doi:10.18653/v1/2023.acl-long.291 , urldate =
-
[20]
Wei, Jason and Tay, Yi and Bommasani, Rishi and Raffel, Colin and Zoph, Barret and Borgeaud, Sebastian and Yogatama, Dani and Bosma, Maarten and Zhou, Denny and Metzler, Donald and Chi, Ed H. and Hashimoto, Tatsunori and Vinyals, Oriol and Liang, Percy and Dean, Jeff and Fedus, William , month = oct, year =. Emergent. doi:10.48550/arXiv.2206.07682 , urldate =
-
[21]
Advances in Neural Information Processing Systems , author =
Are. Advances in Neural Information Processing Systems , author =. 2023 , pages =
2023
-
[22]
Lu, Sheng and Bigoulaeva, Irina and Sachdeva, Rachneet and Tayyar Madabushi, Harish and Gurevych, Iryna , editor =. Are. Proceedings of the 62nd. 2024 , pages =. doi:10.18653/v1/2024.acl-long.279 , urldate =
-
[23]
Berti, Leonardo and Giorgi, Flavio and Kasneci, Gjergji , month = mar, year =. Emergent. doi:10.48550/arXiv.2503.05788 , urldate =
-
[24]
and Lu, Hongjing , month = sep, year =
Webb, Taylor and Holyoak, Keith J. and Lu, Hongjing , month = sep, year =. Emergent analogical reasoning in large language models , volume =. Nature Human Behaviour , publisher =. doi:10.1038/s41562-023-01659-w , language =
-
[25]
arXiv preprint arXiv:2501.12948 , year=
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning , author=. arXiv preprint arXiv:2501.12948 , year=
-
[26]
arXiv preprint arXiv:2507.06261 , year=
Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities , author=. arXiv preprint arXiv:2507.06261 , year=
-
[27]
Advances in Neural Information Processing Systems , author =
Language. Advances in Neural Information Processing Systems , author =. 2023 , pages =
2023
-
[28]
Errica, Federico and Sanvito, Davide and Siracusano, Giuseppe and Bifulco, Roberto , editor =. What. Proceedings of the 2025. 2025 , pages =. doi:10.18653/v1/2025.naacl-long.73 , urldate =
-
[29]
Zhou, Han and Wan, Xingchen and Proleev, Lev and Mincu, Diana and Chen, Jilin and Heller, Katherine and Roy, Subhrajit , month = dec, year =. Batch. doi:10.48550/arXiv.2309.17249 , urldate =
-
[30]
Claude 4.5 Sonnet , year =
-
[31]
Advances in Neural Information Processing Systems , author =
Response. Advances in Neural Information Processing Systems , author =. 2023 , pages =
2023
-
[32]
Su, Jinyan and Healey, Jennifer and Nakov, Preslav and Cardie, Claire , month = apr, year =. Between. doi:10.48550/arXiv.2505.00127 , abstract =
-
[33]
Yang, Wenkai and Ma, Shuming and Lin, Yankai and Wei, Furu , month = oct, year =. Towards. doi:10.48550/arXiv.2502.18080 , urldate =
-
[34]
Rebuilding Devin for Claude Sonnet 4.5: Lessons and Challenges , date =
Marcu, Theodor and. Rebuilding Devin for Claude Sonnet 4.5: Lessons and Challenges , date =
-
[35]
OpenAI and Agarwal, Sandhini and Ahmad, Lama and Ai, Jason and Altman, Sam and Applebaum, Andy and Arbus, Edwin and Arora, Rahul K. and Bai, Yu and Baker, Bowen and Bao, Haiming and Barak, Boaz and Bennett, Ally and Bertao, Tyler and Brett, Nivedita and Brevdo, Eugene and Brockman, Greg and Bubeck, Sebastien and Chang, Che and Chen, Kai and Chen, Mark and...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.