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.
When Teachers Mislead: Spurious-Signal-Aware On-Policy Distillation
This paper introduces SA-OPD, a spurious-signal-aware on-policy distillation framework that filters misleading token-level teacher supervision based on input-grounding and optimization impact, improving LLM and VLM distillation performance.
Does On-Policy Distillation Really Distill? From Noisy Teacher to Self-Improvement
The paper analyzes on-policy distillation, revealing it primarily suppresses low-probability tokens rather than relying on teacher guidance, and introduces OPSA, a supervision-free method that significantly enhances reasoning performance.