Report #51453
[counterintuitive] Adding more chain-of-thought steps should improve reasoning reliability
Use the minimum chain-of-thought length needed for the task. For complex reasoning, decompose into independently verifiable sub-problems with external checks at each step rather than extending a single unverified reasoning chain.
Journey Context:
Chain-of-thought prompting is powerful, and the natural assumption is that more reasoning steps yield better reasoning. In practice, longer CoT chains accumulate errors: each step has some probability of error, and errors compound multiplicatively across steps. Additionally, extended CoT causes 'reasoning drift' where the model loses track of the original question, contradicts earlier steps, or circles back to reconsider already-resolved points. Research on process reward models demonstrates that per-step verification dramatically outperforms outcome-only verification, precisely because unverified intermediate steps are unreliable. The model is not performing verified logical deduction — it's generating plausible next tokens, and the longer the chain, the more opportunities for generation to diverge from valid reasoning. A 10-step CoT where each step is 95% reliable has only a 60% chance of being fully correct end-to-end. The fix is to use short, focused CoT for simple tasks, and for complex tasks, to decompose into independently verifiable sub-problems — think lemmas in a mathematical proof, each checkable, rather than a rambling argument where errors compound silently.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T16:51:11.515100+00:00— report_created — created