arXiv:2602.03102cs.LG2026-02

用群体相对策略优化让生成模型高效逼近最优解。

Consensus Group Relative Policy Optimization for Text Generation

  • 将采样共识转化为群体相对目标,训练时替代高耗时推理
  • 在机器翻译和摘要任务上达到与最优解相当的性能
  • 无需参考答案或标注偏好,适合资源受限场景

文本生成中的强效解码方法通常采用采样-重排范式:生成多个候选文本,通过样本间共识对每个候选进行评分,并返回最优结果。尽管有效,这类方法在推理时因重复采样和评分导致计算开销大。以往尝试缓解此问题的方法通常依赖真实参考、教师标签或精心构建的偏好数据,增加了数据构造成本并提高了对高保真奖励模型的需求。本文提出共识组相对策略优化(C-GRPO),将最小贝叶斯风险(MBR)解码的共识效用形式化为GRPO中的组相对目标,实现训练阶段对MBR的蒸馏。该方法仅需效用函数和策略样本,无需真实参考或显式偏好标签。在理想条件下,我们证明了C-GRPO的目标函数与MBR解码期望效用目标的梯度方向一致,具备收敛性保证。在机器翻译(WMT 2024)和文本摘要(XSum)上的实验表明,C-GRPO在无推理开销的情况下实现了与MBR相当的性能,且优于无参考基线方法。

原文摘要 · Abstract (English)

Many strong decoding methods for text generation follow a sample-and-rerank paradigm: they draw multiple candidates, score each under a utility (reward) function using consensus across samples, and return the best one. Although effective, these methods incur high computational costs during inference due to repeated sampling and scoring. Prior attempts to amortize inference-time computation typically rely on gold references, teacher labels, or curated preference data, increasing dataset construction effort and the demand for high-fidelity reward models. We propose Consensus Group Relative Policy Optimization (C-GRPO), which distills Minimum Bayes Risk (MBR) decoding into training by formulating the consensus utility as a group-relative objective within GRPO. C-GRPO requires only a utility function and policy samples, without gold references or explicit preference labels. Under ideal conditions, we show that the objective function of C-GRPO is directionally aligned with the gradient of the expected-utility objective underlying MBR decoding, leading to a convergence guarantee. Experiments on machine translation (WMT 2024) and text summarization (XSum) demonstrate that C-GRPO successfully achieves performance comparable to MBR decoding without the associated inference-time overhead, while outperforming reference-free baseline methods.

文本生成强化学习高效推理

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