Why does chain of thought accuracy eventually decline with length?
Explores why longer reasoning chains don't always improve answers, and how the optimal length shifts based on task difficulty and model capability.
The "longer is better" assumption for CoT has an empirical ceiling: task accuracy initially improves with CoT length, reaches a peak, then decreases. The inverted-U curve applies across models and tasks, and its peak location follows consistent patterns.
Two scaling laws for optimal CoT length:
Difficulty scaling — optimal length increases with task difficulty. Harder problems benefit from longer chains because more decomposition steps are needed. This part matches intuition.
Capability scaling — optimal length decreases with model capability. More capable models find more efficient paths to correct answers and require fewer steps. Using the same long chains for a more capable model is counterproductive.
The second law has a practical consequence: treating all models identically (same token budget, same chain length) misallocates compute. A model that can solve a problem in 5 steps should not be given budgets designed for a 20-step solution.
Simplicity bias as a training-emergent property: RL training reveals this dynamic in action. As RL training improves accuracy, models gravitate toward shorter CoTs — not because they were explicitly trained to be concise, but because shorter chains produce correct answers and RL rewards correct answers. The simplicity bias emerges automatically from the reward signal.
This connects to Why do correct reasoning traces contain fewer tokens? — the same empirical signal: shorter chains are correct chains. The inverted-U explains why: length past the optimal point introduces accumulation of decomposition errors and contextual noise (see Do models fail worse when their own errors fill the context?).
The practical implication: train on optimally-lengthed CoTs (not maximal-length), and at inference, use length-aware filtering to discard excessively long chains. The simplicity bias is not a failure mode — it is a signal of genuine capability.
Inquiring lines that read this note 245
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
Do reasoning traces faithfully represent or merely mimic actual model reasoning?- Does chain-of-thought text causally drive reasoning or merely reflect it?
- How much accuracy is preserved when removing explanatory layers from reasoning traces?
- Can chain-of-thought faithfulness exist without causal necessity in reasoning?
- Why do temporal reasoning patterns matter more than final answers?
- What saliency patterns distinguish successful from failed chain-of-thought reasoning?
- Which sentences in reasoning traces actually influence the final answer?
- Why do we measure reasoning quality by reading visible chains?
- What distinguishes coherent reasoning from inaccurate but plausible predictions?
- What metric distinguishes deep reasoning from superficial information propagation?
- Does chain of thought reasoning faithfully reflect what a model actually believes?
- Are chain-of-thought traces anthropomorphizing how AI models really reason?
- What makes answer equivalence sufficient to discard a reasoning path?
- Why do models commit to answers early on easy versus hard tasks?
- What makes a first answer so often the best answer a model produces?
- Does distillation strip away uncertainty signals that reasoning actually needs?
- Why does step-by-step reasoning fail when tool outputs get very large?
- Can marginal hints integrate better into reasoning than comprehensive explanations?
- What makes Compound-QA expose weaknesses in monologue reasoning?
- Why does extended reasoning fail for search and knowledge retrieval tasks?
- What makes diverse reasoning sources more valuable than deeper single paths?
- Why do larger reasoning models show cyclicity only in later layers?
- Can reasoning evaluation metrics reward actual reasoning instead of theater?
- What mechanisms cause reasoning models to wander rather than focus?
- Can layer-wise prediction stabilization identify when genuine reasoning has stopped?
- Why do smaller models lose reasoning faithfulness more than larger models?
- Can bounded workspaces prevent overthinking better than summarization alone?
- Why does uniform averaging across all tokens dilute the reasoning signal?
- What makes multi-turn critique trajectories more effective than single-turn reasoning chains?
- How does instance novelty rather than chain length explain reasoning failure?
- What distinguishes the convergence patterns between reasoning and lexical variation tasks?
- How much does faithfulness vary naturally in reasoning without evaluation pressure?
- What makes diffusion chain-of-thought reasoning qualitatively different from sequential chain-of-thought?
- Why do chain-of-thought prompts work if reasoning is not systematic?
- How much does annotator style actually influence chain-of-thought prompting performance?
- Why do logically invalid chain-of-thought examples work nearly as well?
- Does each reasoning step in chain-of-thought introduce cumulative error?
- Can chain-of-thought explanations be both sufficient and necessary for model decisions?
- What happens to chain-of-thought performance across distribution shifts?
- How does chain-of-thought training change higher layer computations?
- Does chain-of-thought reasoning specifically improve performance on metalinguistic tasks?
- Does chain-of-thought reasoning amplify bullshit or just make it more visible?
- Do chain-of-thought explanations reveal genuine reasoning or trigger latent features?
- How do exemplar properties affect the brittleness of chain-of-thought prompting?
- How does chain-of-thought pressure models to rationalize pattern exceptions?
- What three factors actually drive chain of thought performance improvements?
- Why do chain-of-thought outputs look logical but perform rhetorically?
- How does chain of thought amplify specific forms of rhetorical bullshit?
- Why does chain-of-thought fail to improve multimodal model perception performance?
- Can chain-of-thought traces harm rather than help user understanding?
- Why might chain-of-thought reasoning bypass action selection pathways?
- What makes some bottlenecks invisible to chain-of-thought training?
- Why does chain-of-thought work for math but fail for grounding?
- How brittle are chain-of-thought exemplars across order and complexity?
- How much of chain-of-thought reasoning actually diverges from the final answer?
- How much of chain-of-thought reasoning is actually redundant?
- Does the heuristic dominance ratio vary predictably across model architectures?
- Can penalizing reasoning transitions fix underthinking without fine-tuning models?
- Why does step-by-step reasoning degrade performance on judgment-based tasks?
- Does reasoning structure match explicit versus implicit task demands?
- Why does inference-time thinking hurt proactive critical thinking in vanilla models?
- How does chain-of-thought reasoning become decorative after domain-specific fine-tuning?
- How should timing for reasoning intervention be determined during inference?
- How much reasoning depth do we actually need for most real-world tasks?
- Does penalizing thought transitions improve reasoning without model retraining?
- Why does per-step deliberation lose global perspective compared to dynamic discovery?
- Can models learn to optimize their own chain-of-thought generation?
- Why does reasoning backward enable better forward reasoning performance?
- What is the relationship between reasoning depth and verbalization requirements?
- Do explicit reasoning chains improve or harm performance on complex judgment tasks?
- Does explicit reasoning help or hurt tasks requiring continuous nuanced judgment?
- How do gradient descent iterations at inference compare to chain-of-thought reasoning chains?
- How does difficulty level change whether extended thinking provides genuine reasoning signal?
- When does explicit reasoning actually degrade performance on a task?
- How do covert thoughts differ from chain-of-thought reasoning in language models?
- Does chain-of-thought reasoning improve mental state tracking in dialogue?
- Does deep-thinking ratio measure computational effort better than chain-of-thought length?
- Does thought consolidation address the confirmatory reflection problem in reasoning models?
- Does explicit reasoning help or hurt tasks requiring continuous judgment?
- Can continuous latent reasoning match discrete chain-of-thought without training modifications?
- When should a system choose extended thinking versus quick responses?
- Why do some reasoning steps receive negligible attention from later steps?
- How much does chain-of-thought reasoning narrow the decompression gap?
- Does the answer stage perform substantial reasoning beyond the thinking draft?
- Can we improve reasoning by amplifying information at mutual information peaks?
- How does backtracking capability address error compounding in chain-of-thought reasoning?
- What distinguishes metacognitive regulation from standard chain-of-thought reasoning?
- What computational structures can actually scale serial reasoning depth?
- What makes o1's chain-of-thought processing specifically effective for exploration tasks?
- How does latent reasoning recursion compare to chain-of-thought reasoning?
- What distinguishes genuine reasoning activation from memorization-assisted answer recall?
- How does optimizing for accuracy during training degrade downstream reasoning quality?
- Can testing prior knowledge and checking understanding improve explanation outcomes?
- Can models trained on longer contexts develop better fundamental reasoning abilities?
- Does reasoning style transfer matter more than solution correctness in distillation?
- How does question difficulty and breadth affect what models learn to reason?
- Can outcome-focused objectives explain failures in reasoning evaluation?
- Why do reasoning gains resist clear attribution to specific training changes?
- Why do simple length heuristics outperform sophisticated semantic methods?
- Are correct reasoning traces measurably shorter than incorrect ones?
- Why do top performers produce shorter chains of thought in their strongest domains?
- Why do correct reasoning traces in language models tend to be shorter?
- Why do correct reasoning traces appear shorter than incorrect ones?
- Can extended thinking genuinely improve reasoning or just increase variance?
- Why do more capable models prefer shorter chains of thought?
- Can concise reasoning traces match verbose explanation accuracy?
- What determines the finite chain length where robustness improvements plateau?
- Why are correct reasoning traces consistently shorter than incorrect ones?
- How do chain-of-thought structures affect reasoning robustness?
- How does random walk length control reasoning complexity in question generation?
- Why do longer reasoning chains signal hesitation rather than depth?
- What structural properties define effective long chain-of-thought reasoning?
- Do shorter reasoning traces actually produce more reliable model outputs?
- Why do correct reasoning traces tend to be shorter than incorrect ones?
- Why do introverted agents produce longer and more detailed reasoning traces?
- Why does intermediate step quality predict reasoning outcomes better than global features?
- Why do reasoning models fail when input length increases even below context limits?
- Why does chain-of-thought prompting fail to fix length-induced reasoning degradation?
- How do longer reasoning chains create vulnerability to attacks?
- How does chain-of-thought length affect attention to constraint tokens?
- Why do longer reasoning chains correlate with lower accuracy in o1-like models?
- How does extended thinking affect variance in reasoning model outputs?
- Do correct reasoning traces tend to be shorter than incorrect ones?
- Do shorter reasoning chains maintain instruction adherence better than longer ones?
- Do shorter correct reasoning traces contain more thought anchors than longer ones?
- Why does failed step fraction predict reasoning quality better than trace length?
- Why do correct reasoning traces stay shorter than incorrect ones?
- Why are incorrect reasoning traces longer than correct ones?
- Can minimal reasoning steps match verbose reasoning accuracy?
- Why does concise reasoning maintain accuracy with far fewer tokens?
- Why does extended chain-of-thought reasoning fail to improve numerical optimization performance?
- Why do concise reasoning chains match verbose chain-of-thought token efficiency?
- Does trace length actually reflect problem difficulty or training proximity?
- Do longer chain-of-thought traces improve interpretability or just performance?
- Does chain-of-thought accuracy degrade with longer reasoning traces?
- Why do longer reasoning chains explore like tourists instead of scientists?
- Why do shorter confident reasoning traces fail on out-of-distribution problems?
- Why are shorter reasoning traces more reliable than longer correct ones?
- Why does reasoning performance degrade as input length increases?
- What is the critical thinking token threshold beyond which accuracy degrades?
- Do tokens beyond a critical threshold actually improve reasoning quality?
- Does thinking-token overuse actually degrade reasoning accuracy in practice?
- What determines the optimal thinking token threshold for a given task?
- Why does reasoning accuracy degrade beyond a critical thinking token threshold?
- Why do simple math problems get worse with longer reasoning chains?
- What reasoning token threshold marks the accuracy degradation point?
- Does distillation from reasoning models spread overthinking to smaller models?
- Why does extended thinking increase output variance without improving reasoning quality?
- What happens to reasoning accuracy when models use more thinking tokens?
- How much does extended thinking actually improve model reasoning ability?
- Can thinking token density explain reasoning performance beyond total length?
- Does more thinking always improve language model accuracy?
- Does task difficulty alone determine how many thinking tokens a model should use?
- What happens to model reasoning accuracy as thinking token requirements exceed critical thresholds?
- What causes reasoning quality to degrade during long research tasks?
- What causes reasoning accuracy to degrade beyond a critical thinking-token threshold?
- When does extended thinking hurt performance on easier problems?
- Does a critical thinking token threshold exist for model accuracy?
- Why does retrieval chain training unlock scaling laws in QA?
- How should iterative research tasks limit context per reasoning turn?
- How does overthinking in early turns degrade later retrieval rounds?
- What is the optimal balance between search rounds and reasoning depth per round?
- Why do per-turn thinking budgets matter alongside iterative retrieval depth?
- What happens to iterative search quality when reasoning depth is unconstrained?
- Does iterative denoising order affect the reasoning style diffusion models learn?
- Do reasoning models show the same answer-maintenance pattern that diffusion models exhibit?
- Why do diffusion LLM answer tokens converge in confidence long before reasoning stabilizes?
- How do autoregressive models constrain where chain-of-thought prompts can be positioned?
- Why do contrastive reasoning approaches outperform single-path belief evaluation?
- How do graph topology properties like cyclicity and diameter affect reasoning quality?
- How does meta-reasoning combine information distributed across multiple chains?
- How does interaction horizon differ from chain-of-thought depth?
- How does trajectory geometry relate to the need for chain-of-thought reasoning?
- What advantages emerge from running 13 times more parallel reasoning chains with the same budget?
- Can subtask-level voting replace sequential revision for improving long-horizon task accuracy?
- Can breadth-first search in continuous space outperform chain-of-thought on logical tasks?
- Can parallel reasoning chains outperform longer sequential chains with the same compute?
- Why does parallel thinking outperform sequential thinking under the same token budget?
- When does sequential reasoning provide exponential advantages over parallel voting?
- Why does parallel thinking outperform sequential thinking with equal tokens?
- When does sequential chain-of-thought dramatically beat parallel voting approaches?
- What makes parallel thinking more efficient than sequential chains?
- Why does parallel thinking outperform sequential thinking under token limits?
- When are multiple independent attempts more valuable than depth?
- Why does parallel thinking outperform sequential thinking under fixed token budgets?
- How do self-revisions degrade reasoning accuracy in extended traces?
- Why does self-revision degrade reasoning accuracy in o1-like models?
- How does self-revision in reasoning chains amplify confidence in wrong answers?
- Why does revision often make reasoning accuracy worse in frontier models?
- Does internal self-revision actually degrade reasoning accuracy in models?
- How does self-distillation degrade reasoning by suppressing uncertainty signals?
- Why does fine-tuning degrade reasoning quality even as accuracy improves?
- Why does domain accuracy improve while reasoning quality degrades after supervised fine-tuning?
- Why does supervised fine-tuning degrade reasoning quality despite raising accuracy?
- Why does SFT reduce reasoning quality even when improving domain accuracy?
- Does SFT degrade reasoning quality while improving domain accuracy?
- Why does SFT fail when expert demonstrations are too long for small models?
- Do task-specific heuristics improve gradually or appear suddenly at scale?
- Why do models automatically adjust reasoning length to problem difficulty?
- Why does target probability matter more than task logical complexity?
- Why does explicit reasoning degrade passage reranking performance?
- What explains the gap between perplexity performance and actual reasoning capability?
- Why do readability and style metrics plateau while reasoning improves with scale?
- Why do benchmark scores rise while reasoning quality declines?
- Can benchmark improvements hide degradation of deliberative reasoning?
- How do frontier models maintain agreement scores above 90 percent across reasoning tasks?
- Why do reasoning models perform worse on theory of mind tasks?
- Why does reasoning effort fail to improve theory of mind performance?
- Do longer reasoning traces actually improve theory of mind accuracy?
- Why does increasing reasoning not improve AI social reasoning performance?
- Does chain-of-thought reasoning help or hurt social reasoning tasks?
- Why does additional reasoning effort not improve theory of mind performance?
- Why does reasoning volume fail to improve theory of mind performance?
- How should inference budget adapt based on problem difficulty?
- What accuracy gains come from adaptive versus fixed thinking budgets?
- What causes length bias in language model reward models?
- Do reward reasoning models with chain-of-thought reasoning evaluate prompts better?
- What causes reward models to favor length and sycophancy?
Related concepts in this collection 6
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Why do correct reasoning traces contain fewer tokens?
In o1-like models, correct solutions are systematically shorter than incorrect ones for the same questions. This challenges assumptions that longer reasoning traces indicate better reasoning, and raises questions about what length actually signals.
the empirical observation; this note provides the theoretical model explaining it
-
Does more thinking time always improve reasoning accuracy?
Explores whether extending a model's thinking tokens linearly improves performance, or if there's a point beyond which additional reasoning becomes counterproductive.
the threshold is not fixed: this note shows it's a function of task difficulty and model capability
-
Does extended thinking actually improve reasoning or just increase variance?
When models think longer, do they reason better, or do they simply sample from a wider distribution of outputs that happens to cover correct answers more often? This matters because it determines whether test-time compute is genuinely scaling reasoning capability.
past the optimal length, variance inflation dominates over quality improvement
-
Why does parallel reasoning outperform single chain thinking?
Does dividing a fixed token budget across multiple independent reasoning paths beat spending it all on one long chain? This explores how breadth and diversity in reasoning compare to depth.
parallel approaches avoid the problem by distributing tokens across independent chains rather than extending one chain past its optimum
-
Can minimal reasoning chains match full explanations?
Does removing all explanatory text from chain-of-thought reasoning preserve accuracy? This tests whether verbose intermediate steps are necessary for solving problems or just artifacts of how language models are trained.
empirical operationalization: CoD demonstrates that capable models can achieve full accuracy at 7.6% of standard CoT length, matching the inverted-U prediction that more capable models prefer dramatically shorter chains; the 92.4% of removed tokens were on the declining side of the curve
-
Does gradually tightening token budgets beat fixed budget training?
Can models learn reasoning more efficiently by starting with generous token allowances and progressively constraining them, rather than training with fixed budgets from the start? This matters because it addresses how to teach models to think effectively while remaining concise.
training-time implementation: the generous-to-tight curriculum naturally navigates the inverted-U by allowing exploration of the full curve during early training then compressing to the optimal point; models discover the peak with generous budgets and descend toward conciseness under tightening constraints
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- When More is Less: Understanding Chain-of-Thought Length in LLMs
- Break the Chain: Large Language Models Can be Shortcut Reasoners
- Think Deep, Not Just Long: Measuring LLM Reasoning Effort via Deep-Thinking Tokens
- Understanding and Mitigating Premature Confidence for Better LLM Reasoning
- Rethinking Thinking Tokens: LLMs as Improvement Operators
- When More Thinking Hurts: Overthinking in LLM Test-Time Compute Scaling
- Between Underthinking and Overthinking: An Empirical Study of Reasoning Length and correctness in LLMs
- Mining Hidden Thoughts from Texts: Evaluating Continual Pretraining with Synthetic Data for LLM Reasoning
Original note title
optimal cot length follows an inverted-u — more capable models prefer shorter cot