paper-with-me

Papers

Prompt Curriculum Learning for Efficient LLM Post-Training

2025-10-01 · Zhaolin Gao, Joongwon Kim, Wen Sun, Thorsten Joachims, Sid Wang, Richard Yuanzhe Pang, Liang Tan arxiv

We introduce Prompt Curriculum Learning (PCL), a lightweight reinforcement learning (RL) algorithm that selects intermediate-difficulty prompts using a learned value model to post-train language models. Since post-training LLMs via RL remains sensitive to batching and prompt selection strategies, we first conduct a series of systematic experiments where we (1) determine the optimal training batch size that balances generation efficiency and gradient quality and (2) establish the importance of focusing on prompts of intermediate difficulty for the policy. We build upon these results to design PCL, which identifies prompts of intermediate difficulty for the current policy in an on-policy manner by using a value model that is concurrently updated based on the current policy. By focusing on informative prompts that yield high effective ratios, PCL achieves either the highest performance or requires significantly less time to reach comparable performance to its counterparts. Compared to rollout-based filtering methods, PCL avoids costly rollouts and achieves $12.1\times$ and $16.9\times$ faster speed on identifying intermediate-difficulty prompts when training on MATH and DeepScaleR, respectively. We further demonstrate that our value model accurately predicts prompt difficulty and allows PCL to focus on progressively more challenging prompts during RL. Our results present a new methodology that delivers improved tradeoff between upper-bound performance and efficiency for reasoning-focused RL.

📄 PDF Abstract BibTeX arXiv:2510.01135

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning to Reason with Curriculum I: Provable Benefits of Autocurriculum

2026-03-18 · Nived Rajaraman, Audrey Huang, Miro Dudik, Robert Schapire 외 arxiv

Chain-of-thought reasoning, where language models expend additional computation by producing thinking tokens prior to final responses, has driven significant advances in model capabilities. However, training these reason…

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

Rethinking Normalization Placement for LLMs: Post-Norm under Curriculum Depth Growing

2026-08-13 · Sheng Ren, Yadong Wang, Naiqiang Tan, Jiangang Kong 외 arxiv

Pre-norm is the standard normalization placement in modern Transformers because it facilitates joint optimization of full-depth models. We ask whether this preference persists when depth is introduced through a curriculu…

PuzzleCraft: Exploration-Aware Curriculum Learning for Puzzle-Based RLVR in VLMs

2025-12-16 · Ahmadreza Jeddi, Hakki Can Karaimer, Hue Nguyen, Zhongling Wang 외 arxiv

RL post-training with verifiable rewards (RLVR) has become a practical route to eliciting chain-of-thought reasoning in vision--language models (VLMs), but scaling it in the visual domain remains challenging due to costl…

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

2025-10-01 · Yongcheng Zeng, Zexu Sun, Bokai Ji, Erxue Min 외 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 diffic…

Reinforcement Learning