On-Policy Delta Distillation for Multilingual Math Reasoning
Summary
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.
View Cached Full Text
Cached at: 08/07/26, 05:56 AM
Paper page - On-Policy Delta Distillation for Multilingual Math Reasoning
Source: https://huggingface.co/papers/2608.05802
Abstract
On-PolicyDistillation(OPD)isemergingasapromisingalternativetoreinforcementlearningforLLMpost-training,yetitseffectivenessinmultilingualsettingsremainsunderexplored.WestudyOPDanditsadvancedvariant,On-PolicyDeltaDistillation(OPD^2),formathematicalreasoninginEnglish,Korean,andJapanese.OPD^2improvesOPDbyusingtheprobabilitygapbetweenapost-trainedteacheranditsbasemodelasthelearningsignal.ExperimentswithQwen3showthatOPD^2consistentlyoutperformstheoriginalOPD,withparticularlystrongimprovementsinKoreanandJapanese,andgenerallynarrowstheEnglish-Koreanperformancegap.WefurtherfindthatEnglish-onlyOPDcanalsoincreaseperformanceforKoreanandJapanese,butoftenshiftstheresponsestowardEnglish,highlightingtheimportanceofmultilingualdatatopreservingtarget-languageresponses.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.05802
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/2608.05802 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.05802 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.05802 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
On-Policy Delta Distillation
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.
Crosslingual On-Policy Self-Distillation for Multilingual Reasoning
The paper proposes Crosslingual On-Policy Self-Distillation (COPSD), a method to transfer high-resource language reasoning capabilities to low-resource languages using a shared student-teacher architecture. Experiments across 17 African languages show significant improvements in mathematical reasoning and answer-format adherence, outperforming Group Relative Policy Optimization (GRPO).
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.
OmniOPD: Logit-Free On-Policy Distillation via Speculative Verification
OmniOPD introduces a logit-free on-policy distillation method that uses chunk-level semantic similarity and speculative verification to train student models with black-box teachers, achieving up to +28.64% improvement on math benchmarks over standard OPD.