Efficient Reinforcement Finetuning via Adaptive Curriculum Learning
About
Reinforcement finetuning (RFT) has shown great potential for enhancing the mathematical reasoning capabilities of large language models (LLMs), but it is often sample- and compute-inefficient, requiring extensive training. In this work, we introduce AdaRFT (Adaptive Curriculum Reinforcement Finetuning), a method that significantly improves the efficiency of RFT through adaptive curriculum learning. AdaRFT dynamically adjusts the difficulty of training problems based on the model's recent reward signals, ensuring that the model consistently trains on tasks that are challenging but solvable. This adaptive sampling strategy accelerates learning by maintaining an optimal difficulty range, avoiding wasted computation on problems that are too easy or too hard. AdaRFT requires only a lightweight extension to standard RFT algorithms like Proximal Policy Optimization (PPO), without modifying the reward function or model architecture. Experiments on competition-level math datasets demonstrate that AdaRFT improves convergence efficiency and reasoning performance. Given problem-level difficulty annotations, AdaRFT reduces RFT training time by up to 2 times across data distributions and model scales, offering a more scalable and effective RFT framework.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Mathematical Reasoning | MATH500 (test) | -- | 922 | |
| Mathematical Reasoning | AIME 2024 (test) | -- | 294 | |
| Mathematical Reasoning | Olympiad Bench | Accuracy25 | 254 | |
| Mathematical Reasoning | Minerva Math | Accuracy24.3 | 228 | |
| Mathematical Reasoning | Mathematical Reasoning Suite (AMC, AIME 2024, AIME 2025, Minerva, MATH, Olympiad) various (test val) | Average Score40.1 | 55 | |
| Mathematical Reasoning | OlympiadBench (test) | -- | 40 | |
| Summarization | Summarization | Win Rate93 | 39 | |
| Deductive Reasoning | PrOntoQA | Pass@10.96 | 38 | |
| Mathematical Reasoning | Olympiad Bench | Pass@844.5 | 30 | |
| Mathematical Reasoning | MATH 500, GSM8K, AIME 24, AMC 23, OlympiadBench, and Minerva Math (test) | Final Accuracy46.92 | 24 |