arXiv:2510.21090cs.CLcs.AI2025-10中稿 · COLM被引 1

用自奖励机制让大模型仅凭示范数据就能更好泛化。

Self-Rewarding PPO: Aligning Large Language Models with Demonstrations Only

  • 用SFT模型与预训练模型的策略比值做内在奖励信号
  • 在多个任务上优于传统SFT,尤其在数据少时表现更稳
  • 无需人工标注偏好,适合低资源场景

监督微调(SFT)是将大语言模型对齐人类示范的关键方法,但作为离策略方法,常因过拟合和域外泛化差而受限,尤其在数据稀缺时。为此,我们提出自奖励PPO,一种结合SFT与近端策略优化(PPO)的在策略微调方法。核心是设计一个基于SFT模型与预训练基线模型的策略对数比值的奖励函数,作为隐式奖励信号,使模型在不依赖人工偏好标注的前提下实现有效对齐。该机制提升了泛化能力、数据效率与鲁棒性。在多种自然语言处理任务上的实证表明,自奖励PPO持续优于传统SFT,在高质量标注数据稀缺的场景中尤为有效。

原文摘要 · Abstract (English)

Supervised fine-tuning (SFT) has emerged as a crucial method for aligning large language models (LLMs) with human-annotated demonstrations. However, SFT, being an off-policy approach similar to behavior cloning, often struggles with overfitting and poor out-of-domain generalization, especially in limited-data scenarios. To address these limitations, we propose Self-Rewarding PPO, a novel fine-tuning method that leverages on-policy techniques to enhance generalization performance. Our approach combines the strengths of SFT and proximal policy optimization (PPO) to achieve more effective alignment from demonstration data. At its core is a reward function designed as the log policy ratio between the SFT model and the pretrained base model. This function serves as an implicit reward signal, using the pretrained policy as a baseline and the SFT policy as a target. By doing so, it enables on-policy fine-tuning without relying on human preference annotations. The integration of this self-rewarding mechanism with PPO addresses key limitations of SFT, improving generalization, data efficiency, and robustness. Our empirical evaluation across a range of natural language processing tasks demonstrates that Self-Rewarding PPO consistently outperforms traditional SFT methods. The results highlight the effectiveness of our approach in aligning LLMs using demonstration data, particularly in scenarios where high-quality annotated data is scarce.

大模型对齐强化学习SFT自奖励

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