AdaCuRL: Adaptive Curriculum Reinforcement Learning with Invalid Sample Mitigation and Historical Revisiting
Renda Li, Hailang Huang, Fei Wei, Feng Xiong, Yong Wang, Xiangxiang Chu
TL;DR
AdaCuRL tackles gradient starvation and policy degradation in gradient-regime policy optimization by introducing an adaptive curriculum RL framework with coarse-to-fine difficulty estimation, bucket-based training, and a self-pacing extension. It integrates a sparse KL strategy and adaptive reference to prevent degradation while revisiting historical data to mitigate forgetting. The approach yields consistent performance gains over GRPO and SFT on both multimodal and unimodal reasoning benchmarks, including notable improvements in mathematical reasoning for Qwen models and additional gains from Re-AdaCuRL. The work demonstrates that dynamically aligning data difficulty with model capability, combined with data revisitation, can substantially improve reasoning in both LLMs and MLLMs without relying on labor-intensive CoT annotations.
Abstract
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 directly on samples with mixed difficulty. To mitigate this, prior approaches leverage Chain-of-Thought (CoT) data, but the construction of high-quality CoT annotations remains labor-intensive. Alternatively, curriculum learning strategies have been explored but frequently encounter challenges, such as difficulty mismatch, reliance on manual curriculum design, and catastrophic forgetting. To address these issues, we propose AdaCuRL, a Adaptive Curriculum Reinforcement Learning framework that integrates coarse-to-fine difficulty estimation with adaptive curriculum scheduling. This approach dynamically aligns data difficulty with model capability and incorporates a data revisitation mechanism to mitigate catastrophic forgetting. Furthermore, AdaCuRL employs adaptive reference and sparse KL strategies to prevent Policy Degradation. Extensive experiments across diverse reasoning benchmarks demonstrate that AdaCuRL consistently achieves significant performance improvements on both LLMs and MLLMs.
