paper-with-me

홈 › Papers

CurES: From Gradient Analysis to Efficient Curriculum Learning for Reasoning LLMs

2025-10-01 · Yongcheng Zeng, Zexu Sun, Bokai Ji, Erxue Min, Hengyi Cai, Shuaiqiang Wang, Dawei Yin, Haifeng Zhang, Xu Chen, Jun Wang arxiv

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 +3.30 points and +4.82 points with 1.5B and 7B models, respectively, and exceeds the best prior sample efficient methods by +2.12 points on average across eight math reasoning benchmarks. Additionally, CurES exhibits faster convergence compared to baselines, including GRPO.

📄 PDF Abstract BibTeX arXiv:2510.01037

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Self-Evolving Curriculum for LLM Reasoning

2025-05-20 · Xiaoyin Chen, Jiarui Lu, Minsu Kim, Dinghuai Zhang 외

Reinforcement learning (RL) has proven effective for fine-tuning large language models (LLMs), significantly enhancing their reasoning abilities in domains such as mathematics and code generation. A crucial factor influe…

Code GenerationPolicy Gradient MethodsReinforcement Learning (RL)

MathMixup: Boosting LLM Mathematical Reasoning with Difficulty-Controllable Data Synthesis and Curriculum Learning

2026-01-14 · Xuchen Li, Jing Chen, Xuzhao Li, Hao Liang 외 arxiv

In mathematical reasoning tasks, the advancement of Large Language Models (LLMs) relies heavily on high-quality training data with clearly defined and well-graded difficulty levels. However, existing data synthesis metho…

Mathematical Reasoning

AdaCuRL: Adaptive Curriculum Reinforcement Learning with Invalid Sample Mitigation and Historical Revisiting

2025-11-12 · Renda Li, Hailang Huang, Fei Wei, Feng Xiong 외 arxiv

Reinforcement learning (RL) has demonstrated considerable potential for enhancing reasoning in large language models (LLMs). However, existing methods suffer from Gradient Starvation and Policy Degradation when training …

Reinforcement Learning

Reasoning Curriculum: Bootstrapping Broad LLM Reasoning from Math

2025-10-30 · Bo Pang, Deqian Kong, Silvio Savarese, Caiming Xiong 외 arxiv

Reinforcement learning (RL) can elicit strong reasoning in large language models (LLMs), yet most open efforts focus on math and code. We propose Reasoning Curriculum, a simple two-stage curriculum that first elicits rea…

Reinforcement Learning

Provable Benefit of Curriculum in Transformer Tree-Reasoning Post-Training

2025-11-10 · Dake Bu, Wei Huang, Andi Han, Atsushi Nitanda 외 arxiv

Recent curriculum techniques in the post-training stage of LLMs have been empirically observed to outperform non-curriculum approaches in improving reasoning performance, yet a principled understanding of their effective…

Reinforcement Learning