paper-with-me

홈 › Papers

Not only where, But when: Temporal Scheduling for RLVR

2026-05-25 · Jinghao Zhang, Ruilin Li, Feng Zhao, Jiaqi Wang arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a core technique for post-training of Large Language Models (LLMs). While policy optimization is driven by all sampled tokens under a globally broadcast scalar reward, the heterogeneous policy behaviors exhibited along trajectories are largely overlooked without differentiation. Existing works address this by credit allocation, including token-level advantage reweighting, and selective token optimization, however, the allocation criterion are principally stagnant throughout training, limiting resilient policy evolution. In this work, we argue that \textit{when} learning signals are scheduled can be as important as \textit{where} they are allocated across tokens, and introduce the temporal dimension that scheduling the credit allocation criteria over the course of RLVR optimization. We find that prioritizing targeted tokens emphasized with specific policy behaviors, and gradually attenuating toward general optimization leads to more stable and efficient learning dynamics. Furthermore, we show that simple trajectory percentiles provide a natural perspective for distinguishing policy behaviors, and works effectively with temporal scheduling. Our analysis reveals that standard optimization substantially sacrifices policy entropy when simultaneously accommodating heterogeneous behaviors, whereas temporal scheduling yields healthier policy evolution dynamics. Experiments across mathematical and general reasoning benchmarks demonstrate consistent improvements, suggesting that temporal scheduling constitutes a promising optimization dimension.

📄 PDF Abstract BibTeX arXiv:2605.25381

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Scheduling Your LLM Reinforcement Learning with Reasoning Trees

2025-10-28 · Hong Wang, Zhezheng Hao, Jian Luo, Chenxing Wei 외 arxiv

Using Reinforcement Learning with Verifiable Rewards (RLVR) to optimize Large Language Models (LLMs) can be conceptualized as progressively editing a query's `Reasoning Tree'. This process involves exploring nodes (token…

Reinforcement Learning

Limits of Generalization in RLVR: Two Case Studies in Mathematical Reasoning

2025-10-30 · Md Tanvirul Alam, Nidhi Rastogi arxiv

Mathematical reasoning is a central challenge for large language models (LLMs), requiring not only correct answers but also faithful reasoning processes. Reinforcement Learning with Verifiable Rewards (RLVR) has emerged …

Reinforcement LearningMathematical Reasoning

Mechanistically Interpreting the Role of Sample Difficulty in RLVR for LLMs

2026-05-27 · Yue Cheng, Jiajun Zhang, Xiaohui Gao, Weiwei Xing 외 arxiv

Reinforcement Learning with Verifiable Reward (RLVR) is empirically shown to notably enhance the reasoning performance of large language models (LLMs), particularly in mathematics and programming. However, the mechanisti…

Reinforcement Learning

Contextual Rollout Bandits for Reinforcement Learning with Verifiable Rewards

2026-02-09 · Xiaodong Lu, Xiaohan Wang, Jiajun Chai, Guojun Yin 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is an effective paradigm for improving the reasoning capabilities of large language models. However, existing RLVR methods utilize rollouts in an indiscriminate and s…

Reinforcement LearningMathematical Reasoning

SAF-OPD: Stable Advantage Fusion for On-Policy Distillation

2026-07-31 · Yifan Ding, Xincheng Wei, Yoshua Y. Li, Ziheng Li 외 hf

Reinforcement learning with verifiable rewards (RLVR) broadcasts a single response-level reward to every token, while on-policy distillation (OPD) scores each token against a stronger teacher for a dense advantage but ca…

Mathematical ReasoningReinforcement LearningCode Generation