基本信息
- 来源: arxiv
- 原始来源: http://arxiv.org/abs/2608.06310v1
- 发布域名: arxiv.org
- 分类: cs.LG
- 作者: Chenglong Wang、Ziming Zhu、Yifu Huo 等
要点解读
这是什么
该方法通过相对偏好排名来构造奖励,使生成式奖励模型能够在强化学习框架中直接提供学习信号,弥补了以往标量评分方式与比较式奖励建模之间的差距。
用在哪里
适用于在开放式对话或推理任务中开展强化学习训练的研究者和工程师,尤其适合关注奖励建模与策略优化的语言模型开发场景。
可以推断的
- 推测:该排名机制具有通用性,可能同样适用于其他类型的生成式模型或跨任务的学习场景。
- 推测:在实际部署时,需要对采样响应进行多次比较,可能带来额外的计算开销。
来源摘要/节选
Recent advances in reward modeling show a paradigm shift from discriminative reward models to generative reward models. However, despite their strong capabilities in response ranking, generative reward models have not realized their potential in reinforcement learning (RL). Our analysis reveals that this limitation arises from a mismatch between the comparative nature of generative reward modeling and the scalar scoring paradigm adopted by existing RL algorithms. To bridge this gap, we propose a Ranking-based Reward Construction (RRC) approach, which enables generative reward models to provide more effective RL learning signals by deriving rewards from relative preference rankings. RRC introduces two complementary strategies: self-competitive ranking, which exploits comparisons among sampled responses, and anchor-guided ranking, which enables scalable ranking-based reward construction with a small set of reference responses. Experiments across open-ended chat and reasoning benchmarks demonstrate that RRC substantially improves RL training with generative reward models, achieving consistent gains over existing reward construction approaches. Our code can be found at https://github.com/wangclnlp/RRC .
来源说明
当前保存的是来源摘要,不代表论文全文。请以原始来源为准。
「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。