Hugging Face Daily PapersHuanxin Sheng, Zhiling Ye, Haonan Wang1 min readpaperadvanced
1% of Tokens Can Be Enough: On Gradient Estimation in On-Policy Distillation
Summary
The paper studies gradient‑estimation noise in sparse on‑policy distillation (OPD) and introduces the Information‑Efficiency Ratio (IER), a signal‑to‑noise based metric for selecting which tokens to supervise. IER is derived from an information‑geometry analysis with an optimal scalar baseline, and a candidate‑set approximation lets it be combined with existing usefulness scores while keeping the…
- Gradient estimates from a single sampled next token can be noisy; IER quantifies this noise relative to signal.
- IER is computed analytically for a given prefix and can be approximated efficiently via a candidate set.
- Combining IER with prior usefulness scores improves token‑selection for sparse OPD.
- Empirical results: on math and medical reasoning tasks, 0.1%–1% token budgets with IER‑guided selection achieve performance comparable to or better than dense OPD.
Sparse supervision is crucial for scaling teacher‑student training of large language models, but noisy gradient estimates can degrade learning. By providing a principled, low‑overhead metric to assess the reliability of each token’s gradient, IER enables more efficient allocation of teacher signals…
8/10
