用逻辑一致性替代奖励模型,提升大模型对齐效果
A First-Order Logic-Based Alternative to Reward Models in RLHF
- 以形式逻辑相似性构建奖励机制,避免依赖人工标注的奖励模型
- S-GRPO在性能和鲁棒性上均优于监督微调,且能扩展现有对齐框架
- 适合需要高稳定性与可解释性的大模型对齐场景
强化学习从人类反馈(RLHF)在使大语言模型(LLMs)与人类价值观对齐中起关键作用。然而,训练质量与稳定性高度依赖奖励模型的表现。现有方法如近端策略优化(PPO)严重依赖奖励模型引导模型行为。本文提出一种基于逻辑相似性的奖励机制,作为传统奖励建模的替代方案。通过形式逻辑一致性引导模型对齐人类偏好,避免启发式奖励估计的偏差。由于现实问题可多角度理解,为防止逻辑强化学习导致模型坍缩,引入S-GRPO——GRPO的监督变体。S-GRPO结合监督项,联合优化生成项、KL散度正则项与标签目标。实验表明,S-GRPO在性能与鲁棒性上持续优于标准监督微调(SFT),并可扩展至GRPO与DPO等现有偏好学习框架,提供更灵活、任务自适应的对齐训练方式。代码已开源:https://github.com/ChunjinJiang/sgrpo。
原文摘要 · Abstract (English)
Reinforcement Learning from Human Feedback (RLHF) plays a crucial role in aligning large language models (LLMs) with human values and preferences. However, the quality and stability of the trained reward model largely determine the final alignment performance. Existing approaches such as Proximal Policy Optimization (PPO) rely heavily on reward models to guide LLMs toward human-aligned behaviors. In this work, we propose a logic-similarity-based reward mechanism as an alternative to conventional reward modeling. Instead of relying on heuristic reward estimation, our method leverages formal logical consistency to steer model alignment with human preferences. Since real-world questions can be interpreted from multiple perspectives, to ensure that logic-based reinforcement learning does not cause model collapse, we introduce S-GRPO, a supervised variant of the GRPO framework. S-GRPO incorporates an additional supervised component and jointly optimizes the generation term, KL-divergence regularization, and label-based objective during training. Experimental results demonstrate that S-GRPO consistently outperforms standard supervised fine-tuning (SFT) in both performance and robustness. Furthermore, it extends existing preference-learning frameworks such as GRPO and DPO, offering a more flexible and task-adaptive approach to alignment training. Our code is available at https://github.com/ChunjinJiang/sgrpo.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。