arXiv:2602.06107cs.AI2026-02被引 3

用最优预算拒绝采样解决大模型强化学习中生成与策略不匹配问题

Jackpot: Optimal Budgeted Rejection Sampling for Extreme Actor-Policy Mismatch Reinforcement Learning

  • 基于最优预算拒绝采样,动态缩小生成模型与策略分布差距
  • 在批量64、300步更新下达到与在线策略相当性能,训练更稳定
  • 适合追求高效大模型强化学习的科研与工程人员

大语言模型的强化学习仍成本高昂,主要因回溯生成开销大。将回溯生成与策略优化解耦(如用更高效的模型生成)可显著提升效率,但会引入严重分布偏移,导致学习不稳定。本文提出Jackpot框架,利用最优预算拒绝采样(OBRS)直接减少回溯模型与演化策略间的差异。Jackpot集成严谨的OBRS流程、联合优化策略与回溯模型的统一目标函数,以及基于top-k概率估计和批次级偏差校正的高效系统实现。理论分析表明,OBRS在可控接受预算下持续拉近回溯分布与目标分布。实验显示,相比重要性采样基线, extit{Jackpot} 显著提升训练稳定性,在对Qwen3-8B-Base进行最大300步、批量64的更新时,性能接近在线策略强化学习。结果表明,基于OBRS的对齐机制使我们向大模型强化学习中回溯生成与策略优化的有效解耦迈进一步。

原文摘要 · Abstract (English)

Reinforcement learning (RL) for large language models (LLMs) remains expensive, particularly because the rollout is expensive. Decoupling rollout generation from policy optimization (e.g., leveraging a more efficient model to rollout) could enable substantial efficiency gains, yet doing so introduces a severe distribution mismatch that destabilizes learning. We propose Jackpot, a framework that leverages Optimal Budget Rejection Sampling (OBRS) to directly reduce the discrepancy between the rollout model and the evolving policy. Jackpot integrates a principled OBRS procedure, a unified training objective that jointly updates the policy and rollout models, and an efficient system implementation enabled by top-$k$ probability estimation and batch-level bias correction. Our theoretical analysis shows that OBRS consistently moves the rollout distribution closer to the target distribution under a controllable acceptance budget. Empirically, \sys substantially improves training stability compared to importance-sampling baselines, achieving performance comparable to on-policy RL when training Qwen3-8B-Base for up to 300 update steps of batchsize 64. Taken together, our results show that OBRS-based alignment brings us a step closer to practical and effective decoupling of rollout generation from policy optimization for RL for LLMs.

强化学习大模型采样优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。