LIMR: Less is More for RL Scaling
FreeLess is More for RL Scaling
About LIMR: Less is More for RL Scaling
LIMR (Less is More for RL Scaling) is an open-source research method from a 2025 arXiv paper that challenges the assumption that scaling up reinforcement learning training data inherently improves language model reasoning. It introduces Learning Impact Measurement (LIM), an automated technique to evaluate and prioritize training samples based on alignment with model learning trajectories. Using just 1,389 strategically selected samples, LIMR outperforms the full 8,523-sample dataset, achieving 16.7% higher accuracy on AIME24 and surpassing other data-efficient approaches like LIMO and s1 by 13.0% and 22.2% on MATH500. The method is applied directly to base models without distillation and is fully open-sourced, including implementation, training/evaluation code, curated datasets, and trained models.
Key Features
Pros & Cons
- Demonstrates that precise sample selection can outperform larger datasets in RL
- Automated, reproducible method for evaluating training sample impact
- Significant performance gains on standard reasoning benchmarks
- Open-sourced for community use and further innovation