@BhavinJawade: I am surveying papers that discuss and explain the failure modes of on-policy distillation and its variants. Will be sh…

X AI KOLs Timeline Papers

Summary

BhavinJawade surveys papers on failure modes of on-policy distillation and its variants, listing several recent arxiv papers including 'The Many Faces of On-Policy Distillation' and others.

I am surveying papers that discuss and explain the failure modes of on-policy distillation and its variants. Will be sharing a full post soon. Here are the papers I am focusing on: The Many Faces of On-Policy Distillation: Pitfalls, Mechanisms, and Fixes https://arxiv.org/abs/2605.11182 TRD: Trajectory-Refined Distillation https://arxiv.org/abs/2606.08432 Rethinking On-Policy Distillation of Large Language Models https://arxiv.org/abs/2604.13016 Diagnosing and Mitigating Thinking Collapse in On-Policy Self-Distillation https://arxiv.org/abs/2607.10805 Revisiting On-Policy Distillation: Empirical Failure Modes and Simple Fixes https://arxiv.org/abs/2603.25562
Original Article
View Cached Full Text

Cached at: 07/21/26, 01:35 AM

I am surveying papers that discuss and explain the failure modes of on-policy distillation and its variants. Will be sharing a full post soon.

Here are the papers I am focusing on:

The Many Faces of On-Policy Distillation: Pitfalls, Mechanisms, and Fixes https://arxiv.org/abs/2605.11182

TRD: Trajectory-Refined Distillation https://arxiv.org/abs/2606.08432

Rethinking On-Policy Distillation of Large Language Models https://arxiv.org/abs/2604.13016

Diagnosing and Mitigating Thinking Collapse in On-Policy Self-Distillation https://arxiv.org/abs/2607.10805

Revisiting On-Policy Distillation: Empirical Failure Modes and Simple Fixes https://arxiv.org/abs/2603.25562


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

Source: https://arxiv.org/abs/2605.11182 View PDF

Abstract: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.

Submission history

From: Siqi Zhu [view email] **[v1]**Mon, 11 May 2026 19:44:59 UTC (7,604 KB) **[v2]**Sun, 24 May 2026 01:43:21 UTC (7,578 KB)

Similar Articles

@BhavinJawade: 𝗢𝗻-𝗽𝗼𝗹𝗶𝗰𝘆 𝗱𝗶𝘀𝘁𝗶𝗹𝗹𝗮𝘁𝗶𝗼𝗻 𝗶𝘀𝗻'𝘁 𝗮 𝗳𝗿𝗲𝗲-𝗹𝘂𝗻𝗰𝗵 On-policy distillation has become a default…

X AI KOLs Timeline

Bhavin Jawade discusses several failure modes of on-policy distillation for training large language models, including early mistakes becoming uncorrectable, stronger teachers being worse, privileged information conditioning failing to transfer, and thinking collapse from dense supervision.

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

Hugging Face Daily Papers

This paper presents a comprehensive empirical study on on-policy distillation for large language models, identifying failure mechanisms like distribution mismatch and optimization instability, and proposing fixes such as stop-gradient objectives and RLVR-adapted teachers.

On-policy distillation: one of the hottest terms on PapersWithCode [R]

Reddit r/MachineLearning

Hugging Face's Niels introduces On-policy Distillation (OPD), a key post-training technique used in models like Qwen 3.6/3.7, GLM-5.1, and DeepSeek-V4, now featured on PapersWithCode with a linked whiteboard explanation by Sasha Rush and Dwarkesh Patel.