A Sober Look at Progress in Language Model Reasoning: Pitfalls and Paths to Reproducibility
FreeCritical study of LM reasoning benchmarks: pitfalls and reproducible evaluation
About A Sober Look at Progress in Language Model Reasoning: Pitfalls and Paths to Reproducibility
This paper presents a critical empirical study of language model reasoning benchmarks, revealing high sensitivity to implementation choices like decoding parameters, random seeds, prompt formatting, and hardware/software configurations. The authors propose a standardized evaluation framework with best practices and reporting standards. Using this framework, they reassess recent methods and find that most reinforcement learning (RL) approaches yield only modest improvements—far below prior claims—and are prone to overfitting, especially on small-scale benchmarks like AIME'24. In contrast, supervised finetuning (SFT) methods show consistently stronger generalization. The paper releases all code, prompts, and model outputs to foster reproducibility.
Key Features
Pros & Cons
- Provides rigorous methodological analysis of reasoning benchmarks
- Releases all code, prompts, and model outputs to enable reproducibility
- Proposes clear best practices and reporting standards for future work
- Identifies overfitting and modest gains in popular RL methods
- Focus is limited to mathematical reasoning benchmarks (e.g., AIME'24)
- Not a standalone tool or API—requires reproducing experiments locally
- Findings may not generalize to all reasoning domains or model architectures