Demystifying Long Chain-of-Thought Reasoning in LLMs
FreeUncovering the mechanics of long CoT reasoning in LLMs
About Demystifying Long Chain-of-Thought Reasoning in LLMs
This paper systematically investigates the mechanics of long chain-of-thought (CoT) reasoning in large language models (LLMs). Through extensive supervised fine-tuning (SFT) and reinforcement learning (RL) experiments, the authors identify four key findings: (1) SFT simplifies training but is not strictly necessary; (2) reasoning capabilities emerge with increased training compute but require reward shaping to stabilize CoT length growth; (3) scaling verifiable reward signals is critical for RL, with noisy web-extracted solutions showing strong potential for out-of-distribution STEM tasks; and (4) error correction abilities are inherently present in base models, but incentivizing them via RL demands significant compute and nuanced measurement. The paper offers practical guidance for optimizing training strategies to enhance long CoT reasoning in LLMs. Code is available on GitHub.
Key Features
Pros & Cons
- Provides systematic and actionable insights into long CoT reasoning
- Identifies specific conditions (reward shaping, scaling reward signals) for effective RL
- Shows potential for using noisy web-extracted data to improve out-of-distribution reasoning
- Code is publicly available for reproducibility
- RL training requires substantial compute, limiting accessibility
- Findings are based on specific experimental setups and may not generalize to all architectures or tasks
- Paper is a preprint under review, not yet peer-reviewed