NaturalThoughts: Selecting and Distilling Reasoning Traces for General Reasoning Tasks
Yang Li, Youssef Emad, Karthik Padthe, Jack Lanchantin, Weizhe Yuan, Thao Nguyen, Jason Weston, Shang-Wen Li, Dong Wang, Ilia Kulikov, Xian Li
TL;DR
NaturalThoughts investigates how to best distill general reasoning from a strong teacher to smaller models by curating reasoning traces across a large, diverse prompt pool. The authors show that scaling data size with random sampling yields reliable gains, but selecting difficult examples with diverse reasoning strategies improves sample efficiency the most. They introduce a mixed System-1/System-2 distillation approach that enables flexible inference-time tradeoffs between accuracy and efficiency, achieving strong results on broad STEM benchmarks (GPQA-Diamond, MMLU-Pro, SuperGPQA) with Llama and Qwen student models. The findings emphasize data diversity and difficulty over topic diversity for learning robust reasoning, offering practical guidance for building compact reasoning models. The work also demonstrates the value of adaptive inference modes and systematic data-driven ablations to understand what finally enables general reasoning in smaller models.
Abstract
Recent work has shown that distilling reasoning traces from a larger teacher model via supervised finetuning outperforms reinforcement learning with the smaller student model alone (Guo et al. 2025). However, there has not been a systematic study of what kind of reasoning demonstrations from the teacher are most effective in improving the student model's reasoning capabilities. In this work we curate high-quality "NaturalThoughts" by selecting reasoning traces from a strong teacher model based on a large pool of questions from NaturalReasoning (Yuan et al. 2025). We first conduct a systematic analysis of factors that affect distilling reasoning capabilities, in terms of sample efficiency and scalability for general reasoning tasks. We observe that simply scaling up data size with random sampling is a strong baseline with steady performance gains. Further, we find that selecting difficult examples that require more diverse reasoning strategies is more sample-efficient to transfer the teacher model's reasoning skills. Evaluated on both Llama and Qwen models, training with NaturalThoughts outperforms existing reasoning datasets such as OpenThoughts, LIMO, etc. on general STEM reasoning benchmarks including GPQA-Diamond, MMLU-Pro and SuperGPQA.
