arXiv:2607.28582cs.LG2026-07被引 1

通过可调参数β提升自蒸馏推理模型的稳定性和性能

$β$-OPSD: Deriving with Policy Optimization, Training with Self-Distillation

论文配图:$β$-OPSD: Deriving with Policy Optimization, Training with Self-Distillation
图 1 · 摘自论文原文
  • 引入可调节的β参数,将自蒸馏转化为可控正则化的策略优化
  • 在数学推理任务上显著优于传统方法,提升训练稳定性和准确率
  • 保留原方法效率优势,适合追求高效可靠推理的实践者

在线策略自蒸馏(OPSD)是提升推理型语言模型的有效方法,但实际应用中常因稳定性差需大量工程调优。本文发现其本质是策略优化族中β=1的特例,其中β控制学生模型与参考策略之间的KL惩罚强度。这一发现使β变为可调正则化参数,实现参考策略与教师模型间的几何插值。我们提出β-OPSD,将最优策略定义为两者间的路径目标,并通过混合令牌级对数概率实现高效蒸馏,避免昂贵的强化学习优化。回溯收益信用分配进一步对齐局部更新与序列级目标。在数学推理基准测试中,β-OPSD持续优于原始OPSD,显著提升优化稳定性和下游性能。本工作建立了自蒸馏与策略优化之间的理论桥梁,同时保持了方法的实用性。

原文摘要 · Abstract (English)

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.

自蒸馏策略优化推理增强语言模型

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