paper-with-me

홈 › Papers

Efficient Reinforcement Finetuning via Adaptive Curriculum Learning

2025-04-07 · Taiwei Shi, Yiyang Wu, Linxin Song, Tianyi Zhou, Jieyu Zhao

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 both the efficiency and final accuracy 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-including AMC, AIME, and IMO-style problems-demonstrate that AdaRFT significantly improves both training efficiency and reasoning performance. We evaluate AdaRFT across multiple data distributions and model sizes, showing that it reduces training time by up to 2x and improves accuracy by a considerable margin, offering a more scalable and effective RFT framework.

📄 PDF Abstract BibTeX arXiv:2504.05520

Code (1)

uscnlp-lime/verl 공식 구현 pytorch

Tasks

MathMathematical Reasoning

Similar Papers 제목 키워드 기반

On Curriculum Learning for Commonsense Reasoning

2022-07-01 · NAACL 2022 7 · Adyasha Maharana, Mohit Bansal

Commonsense reasoning tasks follow a standard paradigm of finetuning pretrained language models on the target task data, where samples are introduced to the model in a random order during training. However, recent resear…

HellaSwagLearning-To-RankNatural Language UnderstandingQuestion Answering+1

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

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

Accuracy-based Curriculum Learning in Deep Reinforcement Learning

2018-06-25 · Pierre Fournier, Olivier Sigaud, Mohamed Chetouani, Pierre-Yves Oudeyer

In this paper, we investigate a new form of automated curriculum learning based on adaptive selection of accuracy requirements, called accuracy-based curriculum learning. Using a reinforcement learning agent based on the…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reinforcement Learning with Adaptive Curriculum Dynamics Randomization for Fault-Tolerant Robot Control

2021-11-19 · Wataru Okamoto, Hiroshi Kera, Kazuhiko Kawamoto

This study is aimed at addressing the problem of fault tolerance of quadruped robots to actuator failure, which is critical for robots operating in remote or extreme environments. In particular, an adaptive curriculum re…

reinforcement-learningReinforcement Learning (RL)