ArXiv

On-Policy Delta Distillation

Authors
Byeongho Heo, Jaehui Hwang, Sangdoo Yun...
Categories
cs.LG, cs.CL
arXiv
https://arxiv.org/abs/2607.15161v1
PDF
https://arxiv.org/pdf/2607.15161v1

Brief

On-Policy Delta Distillation (OPD²) replaces direct teacher-imitation with a delta signal — the difference between a teacher and its pre-instruction-tuned base — as an on-policy distillation reward to better transfer reasoning capabilities. The authors (Heo, Hwang, Yun, Han) report consistent gains on math, science, and code-reasoning benchmarks and emphasize rapid post-training convergence; summary based on the provided abstract (full text not reviewed).

Why it matters

Introduces the delta signal as a distillation reward: delta = (teacher model) − (base model before instruction tuning), designed to capture changes induced by reasoning tuning; the method is named On-Policy Delta Distillation (OPD²).

Key details

  • Empirical claim: OPD² consistently outperforms conventional on-policy distillation on mathematics, science, and code-reasoning benchmarks and enables reasoning LLMs to reach strong performance with only a short post-training period; arXiv:2607.15161v1 (2026-07-16), 19 pages, 4 figures, 12 tables, code at https://github.com/naver-ai/opd2.
Source evidence

Abstract

On-policy distillation is an alternative post-training method in reinforcement learning that alleviates the constraints imposed by reward models by providing token-level supervision from a teacher model. Although on-policy distillation has been studied and applied across various settings, its fundamental design remains underexplored. In this paper, we introduce a new distillation reward, termed the delta signal, instead of directly imitating the teacher's output distribution. The delta signal is defined as the difference between the teacher model and its base model prior to instruction tuning for reasoning capability. It therefore captures the changes induced by reasoning tuning and provides a more direct signal for transferring reasoning capabilities. Using extensive empirical evidence, we show that the delta signal substantially improves on-policy distillation and refer to the new distillation method as On-Policy Delta Distillation (OPD$^2$). Experiments across mathematics, science, and code-reasoning benchmarks demonstrate that OPD$^2$ consistently outperforms conventional on-policy distillation, enabling reasoning LLMs to achieve strong performance with only a short post-training period. Code will be available at https://github.com/naver-ai/opd2

Comment: 19 pages, 4 figures, 12 tables