CurES: From Gradient Analysis to Efficient Curriculum Learning for Reasoning LLMs
Yongcheng Zeng, Zexu Sun, Bokai Ji, Erxue Min, Hengyi Cai, Shuaiqiang Wang, Dawei Yin, Haifeng Zhang, Xu Chen, Jun Wang
TL;DR
CurES addresses inefficiencies in RLVR-based reasoning by linking training efficiency to prompt difficulty and rollout allocation through gradient analysis. It introduces a Bayesian, low-overhead framework to estimate per-prompt accuracy and adapt both sampling and rollout budgets, guided by a Fisher-information-informed optimization and variance minimization. The approach yields a closed-form optimal prompt distribution and a principled rollout allocation rule, with Beta-Binomial updates to track prompt difficulty and mitigate distribution shift. Empirically, CurES outperforms strong baselines and converges faster across 1.5B and 7B backbones on mathematical reasoning benchmarks, demonstrating substantial gains in sample efficiency and practical impact for scalable LLM training.
Abstract
Curriculum learning plays a crucial role in enhancing the training efficiency of large language models (LLMs) on reasoning tasks. However, existing methods often fail to adequately account for variations in prompt difficulty or rely on simplistic filtering mechanisms to select prompt datasets within a narrow criterion range, resulting in significant computational waste. In this work, we approach the problem from the perspective of reinforcement learning gradient optimization, offering a systematic and theoretical investigation into how to improve the training efficiency of LLMs. We identify two key factors influencing training efficiency: the selection of training prompts and the allocation of rollout quantities across different prompts. Our theoretical analysis reveals that the sampling distribution of prompts dictates the convergence rate of gradient descent, while the allocation of the rollout quantity influences the consistency and stability of overall gradient updates. Based on these insights, we propose CurES, an efficient training method that accelerates convergence and employs Bayesian posterior estimation to minimize computational overhead. Experiments demonstrate that our CurES outperforms Group Relative Policy Optimization (GRPO) by \textbf{+3.30} points and \textbf{+4.82} points with 1.5B and 7B models, respectively. Additionally, CurES exhibits faster convergence compared to baselines, including GRPO.
