CoT Accuracy Recovery for High-Depth Reasoning Tasks in LLMs
August 12, 2026
Chain-of-thought (CoT) prompting provides a 54 to 68 percentage point accuracy recovery on high-depth P-complete tasks like GSM8K and MATH across Qwen-2.5 and Llama-3.1 models. While CoT is depth-invariant, single-pass accuracy degrades monotonically as task serial depth increases.
HOW THIS AFFECTS YOU
●
builderYou should use CoT specifically for high-depth reasoning tasks where single-pass models fail, rather than for shallow tasks.
●
researcherThe findings link CoT utility to the serial-depth bottleneck within transformer architectures.