Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/30 17:41:16
$β$-OPSD: Deriving with Policy Optimization, Training with Self-Distillation
AI 中文解读
核心亮点:一种让AI推理能力训练更稳定高效的新方法,被科学家从数学上“解开了难题”,效果全面超越现有方案。
通俗解读:这相当于给AI训练装上了“智能导航”。过去教AI解题,要么靠老师一步步带,容易学歪;要么让AI自己摸索,经常走弯路。新方法巧妙地把两种方式结合起来,让AI既能参考老师的标准答案,又能保留自己的思考灵活性,而且训练成本更低、过程更稳。研究人员还找到了一个“快速通道”,不必每次费力试错,就能逼近最优效果。
实际影响:这项技术主要作用于后台的AI推理模型,未来用户使用AI解题、写论文或处理复杂任务时,会感觉答案更准确、逻辑更顺畅,尤其对数学、编程等逻辑性强的场景提升明显。同时,因为训练效率提高,AI厂商成本降低,未来这类高端推理能力可能以更低价格开放给普通用户。
On-policy self-distillation (OPSD) is a promising approach to improve reasoning language models, but it remains brittle in practice: making it work reliably often requires substantial engineering effort. We identify a structural source of this difficulty: vanilla OPSD is precisely the $β=1$ member of a broader policy-optimization family, where $β$ weights the KL penalty anchoring the student to a reference policy. This equivalence turns $β$ from an implicit value fixed at one into a controllable regularization parameter, yielding a more general formulation that trades off proximity to a reference policy against privileged teacher guidance. We introduce $β$-OPSD and derive its optimal policy as a geometric interpolation between the reference policy and the privileged teacher. Directly optimizing this objective with reinforcement learning, however, would be costly and high-variance. Rather than optimize the RL objective directly, we turn its closed-form solution into a distillation target. Each value of $β$ selects a target along the reference-to-teacher path, which we implement efficiently by mixing their token-level logits. In this way, inexpensive distillation approximates the solution of expensive policy optimization. Return-to-go credit assignment further aligns token updates with the sequence-level objective while retaining the simplicity of OPSD. Experiments on mathematical reasoning benchmarks show that $β$-OPSD consistently outperforms vanilla OPSD, improving optimization stability and downstream reasoning performance. Our results provide a principled route from self-distillation to policy optimization and back without sacrificing the efficiency that makes OPSD practical.
分享
阅读原文 ↗