paper-with-me

Papers

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

2026-07-30 · Jiawei Xu, Minghui Liu, Juzheng Zhang, Tom Goldstein, Furong Huang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.28582

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningReinforcement Learning

Similar Papers 제목 키워드 기반

Learning from the Self-future: On-policy Self-distillation for dLLMs

2026-06-16 · Yifu Luo, Zeyu Chen, Haoyu Wang, Xinhao Hu 외 arxiv

On-policy self-distillation (OPSD) has proven effective for post-training large language models (LLMs), yet its application to diffusion LLMs (dLLMs) remains unexplored. Existing OPSD methods are inherently autoregressiv…

Video-OPSD: Exploiting Privileged Visual Evidence for On-Policy Self-Distillation in Video Large Language Models

2026-08-27 · Ziyue Wang, Shiqi Huang, Weiwen Xu, Bihan Wen 외 arxiv

On-policy self-distillation (OPSD) has recently emerged as an effective post-training paradigm that improves policy optimization through dense token-level supervision from a privileged self-teacher. Despite its promise, …

Contrastive Reinforced Policy Optimization via Privileged Self-Distillation

2026-07-30 · Xingjian Wu, Junlin Liu, Xingchen Liu, Xuhang Zhu 외 arxiv

Recent advances in post-training Large Language Models (LLMs) increasingly rely on Reinforcement Learning with Verifiable Rewards (RLVR) or On-Policy Self-Distillation (OPSD). While OPSD provides dense, logit-level super…

Reinforcement LearningContrastive Learning

On-Policy Self-Distillation without Any Supervision

2026-08-06 · Yijiang Li, Bingyang Wang, Yijun Liang, Yunjie Tian 외 arxiv

On-policy (Self-)Distillation (OPD / OPSD) has shown strong potential for post-training large language models (LLMs). However, existing methods still rely heavily on external supervision, including ground-truth signals, …

Mathematical Reasoning

Diagnosing and Mitigating Thinking Collapse in On-Policy Self-Distillation

2026-07-12 · Keqin Peng, Chen Li, Yuanxin Ouyang, Yancheng Yuan 외 arxiv

On-Policy Self-Distillation (OPSD) has emerged as a crucial paradigm for enhancing and aligning Large Language Models (LLMs). However, in complex reasoning tasks, OPSD paradoxically degrades downstream performance. In th…