What Does Privileged Information Add to On-Policy Self-Distillation?
Summary
The paper investigates the contribution of privileged information in on-policy self-distillation for language models, finding that reference-free distillation accounts for most improvements, with limited additional benefits from privileged references.
View Cached Full Text
Cached at: 09/18/26, 02:59 AM
Paper page - What Does Privileged Information Add to On-Policy Self-Distillation?
Source: https://huggingface.co/papers/2609.20612
Abstract
On-policyself-distillation(OPSD)letsalanguagemodellearnfromafrozencopyofitselfthatseesanansweroraworkedsolution.Givingtheteacherthisextrainformationseemstoofferthestudentmoretolearn,buthowmuchdoesitaddbeyonddistillationitself?Toisolatethatcontribution,weconstructAMPLE-Math,areusablesuiteof5,319mathematicalproblemswithsixreasoningviewsthatsharethesameanswer,andcompareeachviewwithmatchedreference-freedistillation.Withathinking-enabledteachersupervisingdirect-responserollouts,reference-freedistillationaccountsformuchofQwen3-1.7B’simprovementunderthinking-enabledevaluation,bothindomainandonexternalbenchmarks.EvidenceforanadditionalreferencebenefitismodestinQwen,strongestforapolishedsolution,whereascompletetracesaddtwopercentagepointsinSmolLM3-3Batstep50.Thesebenefitsdependonthestudentbeingtrained.Atthesamecheckpoint,replacingshortdirect-responserolloutswithlongthinking-enabledrolloutsturnsgainsintolossesinbothfamilieswhiletheproblems,references,andevaluationstayfixed.TeacherprofilesandmatchedlossinterventionsinQwenfurthershowthatchangingtoken-levelsupervisioncanleavestudentbehaviorlargelyunchanged.Together,thesefindingssuggestthatOPSDcanimproveaccesstoexistingreasoningcapabilitiesthroughparameterssharedbydirect-responseandthinking-enabledinference.Thevalueofaprivilegedreferenceiswhatitaddstothiscross-modetransfer,nothowmuchofthesolutionitreveals.
View arXiv pageView PDFGitHubAdd to collection
Get this paper in your agent:
hf papers read 2609\.20612
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/2609.20612 in a model README.md to link it from this page.
Datasets citing this paper1
#### xiuyuz/ample-math Viewer• Updated43 minutes ago • 5.32k • 4 • 1
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.20612 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Rethinking Privileged Information in On-Policy Self-Distillation
The paper investigates whether performance gains in on-policy self-distillation come from learning privileged reference information or recovering existing reasoning behavior, finding that the correct reference does not consistently benefit performance across various conditions.
What Should a Self-Teacher See? Privileged Context Design for On-Policy Self-Distillation
The paper investigates privileged context design in on-policy self-distillation, demonstrating that intermediate levels of abstraction can improve model performance over full solutions while using fewer hint tokens.
PHF: Privileged Hidden Flow for On-Policy Self-Distillation
PHF proposes a method to distill hidden state trajectories from a privileged teacher to a student during on-policy self-distillation, improving reasoning performance on language models.
DAPD: Dual-Anchored Policy Distillation
This paper introduces Dual-Anchored Policy Distillation (DAPD), a framework to address privilege illusion in on-policy self-distillation for language models. DAPD improves Qwen3-4B by +2.00 points on average across tasks, with gains persisting at larger scales.
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.