paper-with-me

홈 › Papers

PAC: Progress-Augmented Advantage Curriculum for Multi-Task Reinforcement Learning of LLMs

2026-08-31 · Yuanqiang Yu, Yanzhao Zheng, Zhentao Zhang, Tianze Xu, Chao Ma, Jihuai Zhu, Jiashun Liu, Xinle Deng, Baohua Dong, Hangcheng Zhu, Ruohui Huang arxiv

Reinforcement learning (RL) is used to improve the reasoning abilities of LLMs, while training data span heterogeneous tasks. However, most RL post-training pipelines rely on fixed or manually designed task mixtures, even though task usefulness changes as training progresses. Online curriculum methods often define learnability by update magnitude, ignoring whether the update translates into reward gains, which can misallocate rollout budget toward tasks with large but ineffective updates. We propose PAC, a Progress-Augmented Advantage Curriculum for multi-task RL of LLMs that combines two task-level signals: advantage-derived learnability, which measures the magnitude of the policy update a task can induce, and recent reward gains, which show whether those updates have improved task performance. A Bayesian Thompson Sampling controller uses these signals to allocate rollouts across tasks during GRPO training. We evaluate PAC under two settings: a multi-level reasoning setting and a multi-domain reasoning setting. PAC improves sample efficiency and final performance: it reaches comparable validation scores with fewer rollout steps and achieves higher final averages than random sampling and advantage-based curriculum baselines in both settings. These results show that jointly tracking advantage signals and actual reward gains yields an effective online curriculum for LLM post-training.

📄 PDF Abstract BibTeX arXiv:2608.30528

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Curriculum-Augmented GFlowNets For mRNA Sequence Generation

2025-10-04 · Aya Laajil, Abduragim Shtanchaev, Sajan Muhammad, Eric Moulines 외 arxiv

Designing mRNA sequences is a major challenge in developing next-generation therapeutics, since it involves exploring a vast space of possible nucleotide combinations while optimizing sequence properties like stability, …

Few-Shot Text Classification with Triplet Networks, Data Augmentation, and Curriculum Learning

2021-03-12 · NAACL 2021 4 · Jason Wei, Chengyu Huang, Soroush Vosoughi, Yu Cheng 외

Few-shot text classification is a fundamental NLP task in which a model aims to classify text into a large number of categories, given only a few training examples per category. This paper explores data augmentation -- a…

ClassificationData AugmentationFew-Shot Text ClassificationGeneral Classification+3

Curriculum Learning With Counterfactual Group Relative Policy Advantage For Multi-Agent Reinforcement Learning

2025-06-09 · Weiqiang Jin, Hongyang Du, Guizhong Liu, Dong In Kim

Multi-agent reinforcement learning (MARL) has achieved strong performance in cooperative adversarial tasks. However, most existing methods typically train agents against fixed opponent strategies and rely on such meta-st…

counterfactualMulti-agent Reinforcement LearningSMACSMAC+

CL-RAG: Bridging the Gap in Retrieval-Augmented Generation with Curriculum Learning

2025-05-15 · Shaohan Wang, Licheng Zhang, Zheren Fu, Zhendong Mao

Retrieval-Augmented Generation (RAG) is an effective method to enhance the capabilities of large language models (LLMs). Existing methods focus on optimizing the retriever or generator in the RAG system by directly utili…

RAGRetrievalRetrieval-augmented Generation

Efficient Knowledge Distillation via Curriculum Extraction

2025-03-21 · Shivam Gupta, Sushrut Karmalkar

Knowledge distillation is a technique used to train a small student network using the output generated by a large teacher network, and has many empirical advantages~\citep{Hinton2015DistillingTK}. While the standard one-…

Knowledge DistillationLanguage ModelingLanguage Modelling