paper-with-me

홈 › Papers

Cross-Epoch Adaptive Rollout Optimization for RL Post-Training

2026-06-04 · Yiming Zong, Yige Wang, Jiashuo Jiang arxiv

LLM post-training often relies on reinforcement learning methods that sample multiple rollouts per prompt, yet most existing approaches use a fixed rollout budget for every prompt, despite large differences in the training signal different prompts provide. In this paper, we study adaptive rollout allocation under a fixed global budget and formulate the problem as online resource allocation with prompt-level diminishing returns. Our method, CERO, maintains a Beta posterior over each prompt's success probability and uses the posterior expected Bernoulli variance as a Bayesian estimate of the value of additional rollouts. We use this estimate to construct a concave, saturating utility over cumulative allocations, yielding an objective in which decisions across prompts and epochs are coupled by the global budget. Since the resulting objective is temporally nonseparable, we derive a Fenchel-dual reformulation and update both prompt-level and budget-level dual variables via projected online gradient descent. Under fixed prompt utilities, we prove an $O(\sqrt{K})$ regret bound against the offline allocation benchmark. Experiments on mathematical-reasoning problems show that CERO consistently outperforms GRPO across multiple open-weight LLMs and benchmarks, demonstrating that adaptive rollout budgeting can improve sample efficiency.

📄 PDF Abstract BibTeX arXiv:2606.05606

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Beat the long tail: Distribution-Aware Speculative Decoding for RL Training

2025-11-17 · Zelei Shao, Vikranth Srivatsa, Sanjana Srivastava, Qingyang Wu 외 arxiv

Reinforcement learning(RL) post-training has become essential for aligning large language models (LLMs), yet its efficiency is increasingly constrained by the rollout phase, where long trajectories are generated token by…

Reinforcement Learning

Train Less, Learn More: Adaptive Efficient Rollout Optimization for Group-Based Reinforcement Learning

2026-02-15 · Zhi Zhang, Zhen Han, Costas Mavromatis, Qi Zhu 외 arxiv

Reinforcement learning (RL) plays a central role in large language model (LLM) post-training. Among existing approaches, Group Relative Policy Optimization (GRPO) is widely used, especially for RL with verifiable rewards…

Reinforcement Learning

Improving Sampling Efficiency in RLVR through Adaptive Rollout and Response Reuse

2025-09-30 · Yuheng Zhang, Wenlin Yao, Changlong Yu, Yao Liu 외 arxiv

Large language models (LLMs) have achieved impressive reasoning performance, with reinforcement learning with verifiable rewards (RLVR) emerging as a standard paradigm for post-training. A representative algorithm, group…

Reinforcement Learning

OptPO: Optimal Rollout Allocation for Test-time Policy Optimization

2025-12-02 · Youkang Wang, Jian Wang, Rubing Chen, Tianyi Zeng 외 arxiv

Test-time policy optimization enables large language models (LLMs) to adapt to distribution shifts by leveraging feedback from self-generated rollouts. However, existing methods rely on fixed-budget majority voting to es…

Test-time Adaptation

Where to Spend Rollouts: Hit-Utility Optimal Rollout Allocation for Group-Based RLVR

2026-05-08 · Tao Wang, Shuo Li, Yan Sun, Dongsheng Ding 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has emerged as a central paradigm for improving the reasoning capabilities of large language models. Group-based policy optimization methods, such as GRPO, typically …

Reinforcement LearningMathematical Reasoning