ArXiv

DASH: Divergence-Adaptive Supervision Horizons for On-Policy Self-Distillation of Reasoning Models

Authors
ZhiYan Hou, Xinyu Tang, Hongyan An...
Categories
cs.AI
arXiv
https://arxiv.org/abs/2608.06243v1
PDF
https://arxiv.org/pdf/2608.06243v1

Brief

DASH augments on-policy self-distillation (OPSD) by converting each local teacher–student divergence (relative to the sequence mean) into an adaptive propagation gate that governs backward multi-step aggregation. This makes token-level supervision weights sensitive to divergence history. On three mathematical-reasoning benchmarks and three model scales, DASH consistently outperforms matched vanilla OPSD while requiring no extra forward passes.

Why it matters

DASH (Divergence-Adaptive Supervision Horizons) maps the gap between each local teacher–student distillation signal and the sequence-level mean to an adaptive propagation gate, using those gates to control backward multi-step aggregation so token-level supervision weights adapt to the temporal evolution of divergences in OPSD.

Key details

  • Empirical: evaluated on three mathematical-reasoning benchmarks across three model scales; DASH improves over matched vanilla OPSD reruns on every benchmark at all three scales (paper reports consistent gains, exact numeric deltas not provided in abstract).
  • Practical: DASH reuses teacher and student distributions already computed by OPSD (no additional teacher/student forward passes required); code and paper (17 pages, 4 figures, 9 tables) available at https://github.com/DBtxy/DASH-OPSD and arXiv: https://arxiv.org/abs/2608.06243v1 (published 2026-08-06).
Source evidence

Abstract

Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models using automatically verifiable outcome signals, but these signals are typically sparse and at the sequence-level. On-policy self-distillation (OPSD) mitigates this sparsity by querying a privileged teacher at student-visited prefixes and providing dense token-level distributional supervision. Although this dense supervision alleviates signal sparsity, we find that standard OPSD still underexploits the temporal structure of the rollout. It assigns every local divergence the same coefficient, regardless of its position or the divergence sequence in which it occurs. In on-policy autoregressive generation, the same divergence magnitude can follow different discrepancy histories, reflecting different evolutions of the mismatch between the teacher and student. Since the local scalar alone cannot distinguish these temporal contexts, standard OPSD cannot adapt its token-level weights to the realized discrepancy sequence. To address this limitation, we propose Divergence-Adaptive Supervision Horizons (DASH). DASH maps the gap between each local distillation signal and the sequence-level mean to an adaptive propagation gate and then uses these gates to control backward multi-step aggregation. By doing so, DASH adjusts token-level supervision weights according to how local divergences evolve during generation. Experiments on three mathematical reasoning benchmarks across three model scales show that DASH improves over our matched vanilla OPSD reruns on every benchmark at all three scales. DASH reuses the teacher and student distributions that OPSD already computes, so the gains require no additional teacher or student forward pass. Code: https://github.com/DBtxy/DASH-OPSD

Comment: 17 pages, 4 figures, 9 tables. Code at https://github.com/DBtxy/DASH-OPSD