On-Policy Delta Distillation
Summary
The paper introduces On-Policy Delta Distillation (OPD^2), a new distillation reward called the delta signal that captures the difference between a teacher model and its base model before reasoning tuning, providing a more direct signal for transferring reasoning capabilities. Experiments across math, science, and code benchmarks show OPD^2 consistently outperforms conventional on-policy distillation.
View Cached Full Text
Cached at: 07/20/26, 09:40 AM
Paper page - On-Policy Delta Distillation
Source: https://huggingface.co/papers/2607.15161
Abstract
On-policydistillationisanalternativepost-trainingmethodinreinforcementlearningthatalleviatestheconstraintsimposedbyrewardmodelsbyprovidingtoken-levelsupervisionfromateachermodel.Althoughon-policydistillationhasbeenstudiedandappliedacrossvarioussettings,itsfundamentaldesignremainsunderexplored.Inthispaper,weintroduceanewdistillationreward,termedthedeltasignal,insteadofdirectlyimitatingtheteacher’soutputdistribution.Thedeltasignalisdefinedasthedifferencebetweentheteachermodelanditsbasemodelpriortoinstructiontuningforreasoningcapability.Itthereforecapturesthechangesinducedbyreasoningtuningandprovidesamoredirectsignalfortransferringreasoningcapabilities.Usingextensiveempiricalevidence,weshowthatthedeltasignalsubstantiallyimproveson-policydistillationandrefertothenewdistillationmethodasOn-PolicyDeltaDistillation(OPD^2).Experimentsacrossmathematics,science,andcode-reasoningbenchmarksdemonstratethatOPD^2consistentlyoutperformsconventionalon-policydistillation,enablingreasoningLLMstoachievestrongperformancewithonlyashortpost-trainingperiod.Codewillbeavailableathttps://github.com/naver-ai/opd2
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2607\.15161
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.15161 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.15161 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.15161 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
Beyond Imitation: Filtering On-Policy Distillation by Reasoning Progress
The paper proposes Reasoning-Progress-Aware Reward Filtering for On-Policy Distillation (R2-OPD) to address the mismatch between teacher-derived rewards and genuine reasoning progress, improving reasoning performances in language model training.
On-Policy Delta Distillation for Multilingual Math Reasoning
This paper studies On-Policy Delta Distillation (OPD^2) for multilingual math reasoning in English, Korean, and Japanese, showing consistent improvements over standard OPD and narrowing language gaps.
OPRD: On-Policy Representation Distillation
OPRD proposes a new knowledge distillation method that aligns student and teacher hidden states across layers during on-policy rollouts, eliminating sampling variance from token-space KL estimation. Empirically, OPRD outperforms output-space baselines on math reasoning benchmarks (AIME 2024/2025, AIMO) while being 1.44x faster and using 54% less memory.
SG-OPD: Sign-Gated On-Policy Distillation via Sign-Consistency Gating and Phased Teacher Sampling
Sign-Gated On-Policy Distillation (SG-OPD) enhances standard on-policy distillation by using a binary verifier as a trust signal for teacher supervision, improving performance on competition-level math reasoning benchmarks.
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.