arXiv:2605.12667cs.LGcs.AI2026-05

解决大模型对齐中评分噪声导致策略优化不稳的问题。

ODRPO: Ordinal Decompositions of Discrete Rewards for Robust Policy Optimization

论文配图:ODRPO: Ordinal Decompositions of Discrete Rewards for Robust Policy Optimization
图 1 · 摘自论文原文
  • 将离散评分分解为一系列二元序数信号,隔离评估噪声
  • 在FACTS和Alpaca-Evals上分别提升14.8%和7.5%性能
  • 无需额外计算开销,适合高噪声场景下的模型对齐

大型语言模型的对齐依赖于基于AI反馈的强化学习(RLAIF),适用于长文本问答和开放式指令遵循等不可验证领域。这些任务常使用大模型自评器生成细粒度、多层级的离散奖励(如1-10分制),但因提示敏感性和采样随机性,奖励本身具有固有噪声。我们实证验证了自评器的随机性会传播并污染标准优势估计器(如GRPO和MaxRL),因噪声样本会扭曲归一化统计量,削弱全局学习信号。虽然增加采样次数并采用多数投票可降低噪声、提升性能,但计算成本高昂。为此,我们提出面向鲁棒策略优化的序数分解框架(ODRPO),通过将离散奖励分解为一系列序数二元指标,结构化地隔离评估噪声。通过独立计算并累积不同难度阈值下的优势,防止异常评价污染全局更新,同时构建隐式的、关注方差的学习进阶路径。实验表明,ODRPO在Qwen2.5-7B和Qwen3-4B模型上表现稳健,在FACTS-grounding-v2上相对基线提升最高达14.8%,在Alpaca-Evals上提升7.5%。关键的是,该方法训练时开销几乎为零,相比标准估计器无需额外每步计算。理论分析支持其优化稳定性,为现代RLAIF中的噪声离散评估场景提供了一种可扩展且鲁棒的对齐框架。

原文摘要 · Abstract (English)

The alignment of Large Language Models (LLMs) utilizes Reinforcement Learning from AI Feedback (RLAIF) for non-verifiable domains such as long-form question answering and open-ended instruction following. These domains often rely on LLM based auto-raters to provide granular, multi-tier discrete rewards (e.g., 1-10 rubrics) that are inherently stochastic due to prompt sensitivity and sampling randomness. We empirically verify the stochasticity of auto-raters that can propagate and corrupt standard advantage estimators like GRPO and MaxRL, as a noisy reward samples can skew normalization statistics and degrade the global learning signal. Empirically, sampling more rewards and taking majority voting may reduce the noise and improve performance, but this approach is computationally expensive. To address this bottleneck, we introduce $\textbf{O}$rdinal $\textbf{D}$ecomposition for $\textbf{R}$obust $\textbf{P}$olicy $\textbf{O}$ptimization ($\textbf{ODRPO}$), a framework that structurally isolates evaluation noise by decomposing discrete rewards into a sequence of ordinal binary indicators. By independently computing and accumulating advantages across these progressively challenging success thresholds, ODRPO prevents outlier evaluations from corrupting the global update while establishing an implicit, variance-aware learning curriculum. Empirically, ODRPO achieves robust performance on Qwen2.5-7B and Qwen3-4B models, outperforming baselines with relative improvements of upto 14.8% on FACTS-grounding-v2 and 7.5% on Alpaca-Evals. Critically, these gains are achieved with negligible training-time overhead, as ODRPO requires no additional compute per step compared to standard estimators. Supported by theoretical analysis confirming its optimization stability, ODRPO provides a scalable and robust framework for aligning models within the noisy, discrete evaluation landscape of modern RLAIF.

强化学习模型对齐噪声鲁棒策略优化

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