paper-with-me

Papers

The Many Faces of On-Policy Distillation: Pitfalls, Mechanisms, and Fixes

2026-05-11 · Siqi Zhu, Xuyan Ye, Hongyu Lu, Weiye Shi, Ge Liu arxiv

On-policy distillation (OPD) and on-policy self-distillation (OPSD) have emerged as promising post-training methods for large language models, offering dense token-level supervision on trajectories sampled from the model's own policy. However, existing results on their effectiveness remain mixed: while OP(S)D has shown promise in system prompt and knowledge internalization, recent studies also report instability and degradation. In this work, we present a comprehensive empirical study of when OPD and OPSD work, when they fail, and why. We find that OPD on mathematical reasoning is highly sensitive to teacher choice and loss formulation, whereas OPSD fails in our tested settings due to test-time absence of instance-specific privileged information (PI). In contrast, OPSD is effective when PI represents a shared latent rule, such as a system prompt or alignment preference. We identify three failure mechanisms: (1) distribution mismatch between teacher and student caused by conditioning on student-generated prefixes, (2) optimization instability from biased TopK reverse-KL gradients, and (3) an OPSD-specific limitation where the student learns a PI-free policy that aggregates PI-conditioned teachers, which is insufficient when PI is instance-specific. We further show that stop-gradient TopK objectives, RLVR-adapted teachers, and SFT-stabilized students mitigate these failures.

📄 PDF Abstract BibTeX arXiv:2605.11182

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Dual-Phase Federated Deep Unlearning via Weight-Aware Rollback and Reconstruction

2025-12-15 · Changjun Zhou, Jintao Zheng, Leyou Yang, Pengfei Wang arxiv

Federated Unlearning (FUL) focuses on client data and computing power to offer a privacy-preserving solution. However, high computational demands, complex incentive mechanisms, and disparities in client-side computing po…

Knowledge Distillation

"AI Watermarking": Bridging Policy Discourse and Technical Capabilities

2026-05-25 · Andrés Fábrega, Arkaprabha Bhattacharya, Miranda Christ, Sunoo Park arxiv

The widespread deployment of generative artificial intelligence (AI) models has raised serious concerns about the proliferation of AI-generated content. This has led to a surge of interest in, and demand for, reliable tr…

Recall-Extend Dynamics: Enhancing Small Language Models through Controlled Exploration and Refined Offline Integration

2025-08-21 · Zhong Guan, Likang Wu, Hongke Zhao, Jiahui Wang 외 arxiv

Many existing studies have achieved significant improvements in the reasoning capabilities of large language models (LLMs) through reinforcement learning with verifiable rewards (RLVR), while the enhancement of reasoning…

Reinforcement Learning

Analyzing Policy Distillation on Multi-Task Learning and Meta-Reinforcement Learning in Meta-World

2020-02-08 · Preprint 2020 2 · Nathan Blair, Victor Chan and Adarsh Karnati

Policy distillation partitions a Markov Decision Process into different subsections and learns expert policies in each individual partition before combining them into a single policy for the entire space. Similar t…

Meta-LearningMeta Reinforcement LearningMulti-Task LearningReinforcement Learning (RL)

Life-long Learning for Multilingual Neural Machine Translation with Knowledge Distillation

2022-12-06 · Yang Zhao, Junnan Zhu, Lu Xiang, Jiajun Zhang 외

A common scenario of Multilingual Neural Machine Translation (MNMT) is that each translation task arrives in a sequential manner, and the training data of previous tasks is unavailable. In this scenario, the current meth…

Knowledge DistillationMachine TranslationTranslation