Through the Valley: Path to Effective Long CoT Training for Small Language Models
Renjie Luo, Jiaxi Li, Chen Huang, Wei Lu
TL;DR
Small language models exhibit Long CoT Degradation when trained with limited long CoT supervision, showing major performance drops and longer, error-prone traces. The authors conduct a broad empirical study across Qwen2.5, LLaMA3, and Gemma3 families on OpenR1-Math-$220k$, spanning data scales from $8k$ to $220k$, and analyze mechanisms via reflection behavior and a synthetic arithmetic benchmark. They find degradation at $8k$–$16k$, but recovery improves with more data and larger models; token efficiency increases with scale, and longer CoT traces can both aid and hinder reasoning depending on data. On RL, limited long CoT SFT can impair downstream training, but sufficiently scaled long CoT SFT plus RL yields substantial gains in accuracy and token efficiency, suggesting a principled SFT+RL pipeline for small reasoning-capable systems. These findings caution against naive long CoT usage in SLMs and offer practical guidance for building more capable, efficient small-scale reasoners.
Abstract
Long chain-of-thought (CoT) supervision has become a common strategy to enhance reasoning in language models. While effective for large models, we identify a phenomenon we call Long CoT Degradation, in which small language models (SLMs; <=3B parameters) trained on limited long CoT data experience significant performance deterioration. Through extensive experiments on the Qwen2.5, LLaMA3 and Gemma3 families, we demonstrate that this degradation is widespread across SLMs. In some settings, models trained on only 8k long CoT examples lose up to 75% of their original performance before fine-tuning. Strikingly, we further observe that for some particularly small models, even training on 220k long CoT examples fails to recover or surpass their original performance prior to fine-tuning. Our analysis attributes this effect to error accumulation: while longer responses increase the capacity for multi-step reasoning, they also amplify the risk of compounding mistakes. Furthermore, we find that Long CoT Degradation may negatively impacts downstream reinforcement learning (RL), although this can be alleviated by sufficiently scaled supervised fine-tuning (SFT). Our findings challenge common assumptions about the benefits of long CoT training for SLMs and offer practical guidance for building more effective small-scale reasoning models.
