arXiv:2601.12730cs.LG2026-01被引 1

用分布调控取代样本激励,让大模型强化学习更稳定高效地探索

Distribution-Centric Policy Optimization Dominates Exploration-Exploitation Trade-off

  • 从分布角度重新定义探索,通过目标分布引导而非依赖稀有样本
  • 在7个基准上相比GRPO平均提升20%,且训练过程更稳定
  • 适合需要可控探索的RLHF、对话系统等大模型应用

探索-利用权衡是大语言模型强化学习的核心挑战。现有方法如组相对策略优化(GRPO)趋向于利用主导:熵值单调下降,样本趋于收敛,探索能力减弱。多数现有改进为样本中心策略,依赖奖励稀有轨迹或标记,但其效果依赖偶然性,缺乏对策略的严格控制,常带来有限或不一致的提升。本文首次提出分布中心视角,揭示探索应由更优的目标分布驱动,策略抵抗熵坍塌的能力取决于分布本身而非单个样本。基于此,我们提出分布中心策略优化(DCPO),将熵调节转化为分布级正则化。DCPO可在完全在线条件下实现可控熵,无需采样外部分布,从而实现高效探索并保持训练稳定性。在多个模型和七个基准上,DCPO相较GRPO平均提升约20%。整体而言,DCPO以分布级原理替代样本级启发式,提供理论坚实、灵活可调的可控探索框架,显著强化探索-利用权衡。代码已公开于https://github.com/597358816/DCPO。

原文摘要 · Abstract (English)

The exploration-exploitation (EE) trade-off is a central challenge in reinforcement learning (RL) for large language models (LLMs). With Group Relative Policy Optimization (GRPO), training tends to be exploitation driven: entropy decreases monotonically, samples convergence, and exploration fades. Most existing fixes are \textbf{sample-centric}: they seek or bonus rare samples, assuming exploration comes from novel trajectories and tokens. These heuristics depend on the "luck" of informative samples, lack principled control of the policy, and often yield limited or inconsistent gains. In this work, we are the first to introduce a \textbf{distribution-centric} perspective for RL, in which exploration is always guided by a "better" target distribution, and reveal that a policy's ability to resist entropy collapse is governed by the distribution itself rather than individual samples. Building on this insight, we propose Distribution-Centric Policy Optimization (DCPO), which reformulates entropy regulation as distribution-level regularization. DCPO achieves controllable entropy fully on-policy without sampling from external distributions, enabling efficient exploration while maintaining training stability. Across multiple models and seven benchmarks, DCPO improves over GRPO by about 20\% on average. Overall, DCPO replaces sample-level heuristics with distribution-level principles, offering a theoretically grounded and flexible framework for controllable exploration and a stronger EE trade-off. The code is available in https://github.com/597358816/DCPO.

强化学习大模型探索利用

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