提出自适应切换的强化学习方法,解决大模型微调中评论家函数导致方差增大的问题。
EVPO: Explained Variance Policy Optimization for Adaptive Critic Utilization in LLM Post-Training

- 基于解释方差动态判断是否使用评论家,自动选择最优优势估计方式。
- 在4个任务中均优于固定使用评论家或无评论家的基线方法。
- 理论证明零阈值为最优,且能追踪评论家训练成熟度。
大模型后训练中的强化学习面临一个根本性设计选择:是否使用学习到的评论家作为策略优化的基线。经典理论支持如PPO这类基于评论家的方法以降低方差,但因简洁性和竞争力,无评论家的GRPO也广受欢迎。我们发现,在稀疏奖励场景下,学习到的评论家可能引入超过其所捕捉状态信号的估计噪声,反而增加优势方差。将基线选择建模为卡尔曼滤波问题,我们将PPO与GRPO统一为卡尔曼增益的两个极端,并证明仅需单个训练批次即可计算的解释方差(EV)可精确界定边界:正EV表示评论家降低方差,零或负EV则表明其增大方差。基于此,我们提出解释方差策略优化(EVPO),在每步训练中监测批级EV,自适应切换至基于评论家或批均优势估计,理论上保证每一步方差不高于两者中更优者。在涵盖经典控制、代理交互和数学推理的四个任务上,EVPO始终优于固定使用评论家或无评论家的基线方法。进一步分析确认,自适应门控能追踪评论家训练成熟过程,且理论推导的零阈值在实证中亦为最优。
原文摘要 · Abstract (English)
Reinforcement learning (RL) for LLM post-training faces a fundamental design choice: whether to use a learned critic as a baseline for policy optimization. Classical theory favors critic-based methods such as PPO for variance reduction, yet critic-free alternatives like GRPO have gained widespread adoption due to their simplicity and competitive performance. We show that in sparse-reward settings, a learned critic can inject estimation noise that exceeds the state signal it captures, increasing rather than reducing advantage variance. By casting baseline selection as a Kalman filtering problem, we unify PPO and GRPO as two extremes of the Kalman gain and prove that explained variance (EV), computable from a single training batch, identifies the exact boundary: positive EV indicates the critic reduces variance, while zero or negative EV signals that it inflates variance. Building on this insight, we propose Explained Variance Policy Optimization (EVPO), which monitors batch-level EV at each training step and adaptively switches between critic-based and batch-mean advantage estimation, provably achieving no greater variance than the better of the two at every step. Across four tasks spanning classical control, agentic interaction, and mathematical reasoning, EVPO consistently outperforms both PPO and GRPO regardless of which fixed baseline is stronger on a given task. Further analysis confirms that the adaptive gating tracks critic maturation over training and that the theoretically derived zero threshold is empirically optimal.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。