Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/22 04:00:00
RRPO: Reference-Relative Policy Optimization with Stratified Conditional Rollouts
AI 中文解读
AI领域最新研究提出一种名为RRPO的创新方法,它让AI在没有标准答案的任务中也能自我优化,就像给AI装上了“能力标尺”。过去,强化学习需要明确的对错信号才能训练模型,但很多实际场景(如写文章、设计产品)根本没有唯一正确答案。RRPO先通过“分层条件采样”构建一组好的和坏的参考样本,然后让AI学会将自己生成的结果与这些样本进行对比,从而判断好坏。这就像学写作文时,老师先给几篇范文和病文,学生再对照改进自己的文章。
这项技术对普通人的直接影响是:未来AI在创意、对话等开放场景中表现会更自然、更贴心。比如你让AI修改一段文案,它不再只是机械地纠正语法,而是能根据你提供的优秀范例,调整语气和风格;或者与AI聊天时,它会记住你喜欢的表达方式,提供更个性化的回应。简单说,RRPO让AI具备了“审美”能力,能在没有绝对标准的情况下做出更符合人类偏好的选择,这对内容创作、教育辅导、智能助手等领域都有重要意义。
arXiv:2607.18470v1 Announce Type: new
Abstract: Group Relative Policy Optimization (GRPO) has shown strong effectiveness in reinforcement learning from verifiable feedback, where sampled rollouts can be compared within a group using task-provided correctness signals. However, extending group-relative optimization beyond verifiable settings is challenging because success in many tasks is not captured by a single correctness criterion. We propose \textbf{Reference-Relative Policy Optimization (RRPO)}, which generalizes GRPO by replacing direct correctness-based advantage construction with reference-relative contrastive comparisons. RRPO first uses \emph{stratified conditional rollouts} to construct positive and negative anchor sets, and then trains a metric projection head with a set-contrastive objective to compare candidate rollouts against these anchors. The resulting alignment scores directly define contrastive advantages: during policy optimization, the projection head is frozen, and the scores are centered within each rollout group in a standard group-relative objective. We evaluate RRPO using anchor-based contrastive advantages throughout policy optimization, without relying on task ground-truth verifiers. Across verifiable reasoning, open-ended generation, and post-SFT settings, RRPO remains competitive with verifier-based optimization, improves over weakly supervised baselines, and provides additional gains after supervised fine-tuning.
分享
阅读原文 ↗