Demystifying On-Policy Distillation: Roles, Pathologies, and Regulations
Summary
This paper systematically studies on-policy distillation in LLM post-training, clarifying its role as an exploration catalyst and identifying pathologies like Student-Teacher Mismatch and Length Exploitation, proposing light-weight signal regulations.
View Cached Full Text
Cached at: 07/20/26, 09:43 AM
Paper page - Demystifying On-Policy Distillation: Roles, Pathologies, and Regulations
Source: https://huggingface.co/papers/2607.13399
Abstract
On-policydistillation(OPD)hasbecomeakeyparadigminLLMpost-training,yetitstrainingdynamicsremainpoorlyunderstood.Wepresentasystematicstudyexaminingtherole,pathologies,andregulationsofOPD.WefirstclarifytheroleofOPDasanexplorationcatalyst:itsteersthestudenttowardcorrectreasoningpathsviadensetoken-levelguidance,withoutexpandingcapabilityceiling.Weconfirmthisbyshowingthatpromptdiversitymattersmorethanper-problemsamplingnumbers,andcritically,thattheeffectivenessofOPDhingesentirelyonthequalityofitsguidingsignal.Thisdependencyexposestwopathologiesthatderailexploration.TheStudent-TeacherMismatchoccurswhenalargeteacher-studentdistributionalgapcausestheguidingsignaltomisalignwithtaskcorrectness,steeringexplorationincounterproductivedirections.LengthExploitationariseswhentheaggregatedtoken-levelobjectivecreateslength-dependentshortcuts,allowingthestudenttogametherewardlandscapethroughresponsetruncationorredundantpadding,exploringdegeneratelengthmodesratherthanreasoningstrategies.Totamethesepathologies,weinvestigatelightweightsignalregulations:advantageclippingandlog-scalecompression,ensuringexplorationisguidedbyfaithfulsignals.Experimentsacrosssevenbenchmarksdemonstratethattheseregulationsalleviatelengthexploitationandenableeffectivedistillation,stablysurpassingOPDvariantsandRLVRbaselines,therebyconfirmingthatwell-regulatedsignalquality,ratherthanmereteacherscale,governssuccessfulexplorationinOPD.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.13399
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.13399 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.13399 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.13399 in a Space README.md to link it from this page.
Collections including this paper2
Similar Articles
The Many Faces of On-Policy Distillation: Pitfalls, Mechanisms, and Fixes
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.
Unmasking On-Policy Distillation: Where It Helps, Where It Hurts, and Why
This paper introduces a training-free diagnostic framework to analyze per-token distillation signals for reasoning models, revealing that guidance is more beneficial on incorrect rollouts and depends on student capacity and task context.
On-Policy Distillation (5 minute read)
This paper introduces on-policy distillation, which trains a student model on its own trajectories with teacher token-level KL supervision to fix train-inference mismatch, unifying forward-KL, reverse-KL, and JSD losses, with reverse-KL favored for smaller students.
MOPD: Multi-Teacher On-Policy Distillation for Capability Integration in LLM Post-Training
MOPD proposes a multi-teacher on-policy distillation paradigm for LLM post-training, enabling efficient integration of multiple domain capabilities by distilling specialized RL teachers into a student model using its own rollouts. It outperforms existing methods like Mix-RL and Cascade RL, and has been deployed in industrial-scale models.
@louieworth: New blog post: On-Policy Distillation — Promise, Pitfalls, and Prospects. OPD combines on-policy rollouts with dense te…
This blog post discusses On-Policy Distillation (OPD), a technique that combines on-policy rollouts with dense teacher supervision, and highlights its promise, three failure modes, and the author's new paper on the topic.