[2501.19393] s1: Simple test-time scaling
Abstract:Test-time scaling is a promising new approach to language modeling that uses extra test-time compute to improve performance. Recently, OpenAI's o1 model showed this capability but did not publicly share its methodology, leading to many replication efforts. We seek the simplest approach to achieve test-time scaling and strong reasoning performance. First, we curate a small dataset s1K of 1,000 questions paired with reasoning traces relying on three criteria we validate through ablations: difficulty, diversity, and quality. Second, we develop budget forcing to control test-time compute by forcefully terminating the model's thinking process or lengthening it by appending "Wait" multiple times to the model's generation when it tries to end. This can lead the model to double-check its answer, often fixing incorrect reasoning steps. After supervised finetuning the Qwen2.5-32B-Instruct language model on s1K and equipping it with budget forcing, our model s1-32B exceeds o1-preview on competition math questions by up to 27% (MATH and AIME24). Further, scaling s1-32B with budget forcing allows extrapolating beyond its performance without test-time intervention: from 50% to 57% on AIME24. Our model, data, and code are open-source at this https URL
s1: Simple test-time scaling Niklas Muennighoff * 1 3 4 Zitong Yang * 1 Weijia Shi * 2 3 Xiang Lisa Li * 1 Li Fei-Fei 1 Hannaneh Hajishirzi 2 3 Luke Zettlemoyer 2 Percy Liang 1 Emmanuel Candès 1 Tatsunori Hashimoto 1 Abstract Mathematical Competition PhD-Level…
saved by
related reading
- Mode-Conditioning Unlocks Superior Test-Time Scalingarxiv.org
- o1: A Technical Primer — LessWronglesswrong.com
- o1 and Reasoning | AndoLogsblog.ando.ai
- Noam Brown on X: "Implications of Large-Scale Test-Time Compute" / Xx.com
- The State of LLM Reasoning Model Inferencesebastianraschka.com
- o3 — LessWronglesswrong.com
- Composer2.pdfcursor.com
- On neural scaling and the quanta hypothesisericjmichaud.com
- MAI-Thinking-1: Building a Hill-Climbing Machinemicrosoft.ai
- Late Takes on OpenAI o1alexirpan.com
- machine learning imindslice.substack.com
- Optimizing LLM Test-Time Compute Involves Solving a Meta-RL Problem – Machine Learning Blog | ML@CMU | Carnegie Mellon Universityblog.ml.cmu.edu