通过轨迹内一致性提升奖励模型对生成过程的精细理解。
Intra-Trajectory Consistency for Reward Modeling
- 利用生成概率构建响应轨迹中各步骤的奖励一致性约束
- 在RewardBench上提升奖励模型性能,最佳次数验证效果更优
- 适合需要精细反馈信号的RLHF与推理时验证场景
奖励模型对改进大语言模型至关重要,尤其在人类反馈强化学习(RLHF)或推理时验证中。现有方法依赖整体响应得分作为监督信号,但这类粗粒度标签难以定位响应轨迹中真正影响评分的具体成分,导致对未见响应泛化能力差。本文提出利用生成概率建立响应轨迹内各生成步骤间的奖励一致性,使响应级监督信号能跨步骤传播,提供更细粒度的训练信号。基于贝叶斯框架分析,我们设计了轨迹内一致性正则化,要求相邻步骤中生成概率更高的部分保持更一致的奖励。将该正则化应用于先进结果奖励模型,在RewardBench上实现性能提升;同时,训练出的奖励模型可引导出更符合直接偏好优化(DPO)对齐的策略,并在最佳N次采样(BON)推理验证中表现更优。代码已开源:https://github.com/chaoyang101/ICRM。
原文摘要 · Abstract (English)
Reward models are critical for improving large language models (LLMs), particularly in reinforcement learning from human feedback (RLHF) or inference-time verification. Current reward modeling typically relies on scores of overall responses to learn the outcome rewards for the responses. However, since the response-level scores are coarse-grained supervision signals, the reward model struggles to identify the specific components within a response trajectory that truly correlate with the scores, leading to poor generalization on unseen responses. In this paper, we propose to leverage generation probabilities to establish reward consistency between processes in the response trajectory, which allows the response-level supervisory signal to propagate across processes, thereby providing additional fine-grained signals for reward learning. Building on analysis under the Bayesian framework, we develop an intra-trajectory consistency regularization to enforce that adjacent processes with higher next-token generation probability maintain more consistent rewards. We apply the proposed regularization to the advanced outcome reward model, improving its performance on RewardBench. Besides, we show that the reward model trained with the proposed regularization induces better DPO-aligned policies and achieves better best-of-N (BON) inference-time verification results. Our code is provided in https://github.com/chaoyang101/ICRM.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。