arXiv:2608.02951cs.LGcs.AI2026-08

无需奖励模型,用片段偏好训练强化学习,提升长序列任务效果。

SP3O: Reinforcement Learning from Segment Preferences without Reward Modeling

论文配图:SP3O: Reinforcement Learning from Segment Preferences without Reward Modeling
图 1 · 摘自论文原文
  • 用片段级偏好替代轨迹偏好,降低人工评估负担。
  • 通过重要性采样估计策略价值差,实现梯度优化。
  • 在机器人控制与大模型微调中表现优于现有方法。

针对一般随机马尔可夫决策过程的基于偏好强化学习(PbRL)通常需要训练奖励模型。现有无奖励模型方法要么仅适用于单次选择问题或确定性环境(如DPO或P3O),要么采用零阶、无梯度优化,收敛速度慢于梯度方法。此外,现有无奖励模型的偏好式强化学习算法几乎都依赖轨迹级反馈,当轨迹较长时,人工评估代价高。相比之下,片段更短,更易比较和评估。本文提出一种新型无奖励模型、无评判器、基于梯度的偏好强化学习算法——片段配对近端策略优化(SP3O),支持片段偏好反馈。SP3O利用片段级偏好,通过离策略重要性采样构建精确的策略价值差估计器,并据此计算策略梯度,采用类似PPO的损失函数。我们为该算法提供理论基础,分析片段长度选择的权衡。实验对比了其他PbRL/RLHF算法,在机器人控制与大语言模型微调场景下验证其性能优势,尤其在长时序任务中表现突出。

原文摘要 · Abstract (English)

Preference-based reinforcement learning (PbRL) for general stochastic MDPs often requires training a reward model. Existing reward-model-free methods are either restricted to bandits or deterministic MDPs, such as DPO or P3O, or use zeroth-order, gradient-free optimization, which in general exhibits a slower convergence rate than gradient-based algorithms. Furthermore, existing reward-model-free preference-based RL algorithms almost exclusively use trajectory-level feedback, which can require significant effort from a human evaluator when trajectories are long. On the other hand, segments are much shorter, so they are easier to compare and evaluate. In this paper, we introduce a novel reward-model-free, critic-free, and gradient-based PbRL algorithm compatible with segment preferences named Segment Pairwise Proximal Policy Optimization (SP3O). SP3O utilizes segment-level preference feedback to construct an accurate policy value difference estimator via off-policy importance sampling, and then uses the estimator to compute the policy gradient via a PPO-type loss function. We provide a theoretical basis for the algorithm and analyze the tradeoff in choosing the segment length. We also evaluate it experimentally against other PbRL/RLHF algorithms in robotic control and LLM finetuning settings to show its improved performance, especially in long-horizon tasks.

强化学习偏好学习大模型微调无奖励模型

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