paper-with-me

홈 › Papers

1% of Tokens Can Be Enough: On Gradient Estimation in On-Policy Distillation

2026-09-21 · Huanxin Sheng, Zhiling Ye, Haonan Wang, Jian Wang, Jinjie Gu, Jian Kang hf

Sparse on-policy distillation (OPD) allocates teacher supervision to a small subset of tokens in student-generated trajectories. However, useful teacher guidance can yield a noisy update when its gradient is estimated from a sampled next token. We study this estimation problem at a fixed prefix in information geometry and propose an information-efficiency ratio (IER) based on a signal-to-noise decomposition. IER characterizes relative gradient estimation error under an optimal scalar baseline. A candidate-set approximation enables token selection based on IER and its combination with existing usefulness scores, while retaining the sampled reverse-KL training objective. On mathematical and medical reasoning tasks, adding IER improves existing selectors in multiple settings, with sparse configurations matching or exceeding full OPD without token selection at small token budgets of 0.1\%--1\%. These results support accounting for both usefulness and gradient-estimation reliability when allocating sparse supervision. Our code is available at https://github.com/BruceSheng1202/IER-OPD.

📄 PDF Abstract BibTeX arXiv:2609.24432

Code (1)

Valiant-Cat/hfpaper

Similar Papers 제목 키워드 기반

Trust Region On-Policy Distillation

2026-05-31 · Xingrun Xing, Haoqing Wang, Boyan Gao, Ziheng Li 외 arxiv

On-Policy Distillation (OPD) is a fundamental technique for efficient post-training of large language models (LLMs), with broad applications in agent learning, multi-task enhancement, and model compression. However, OPD …

Mathematical ReasoningModel CompressionCode Generation

SEAD: Competence-Aware On-Policy Distillation via Entropy-Guided Supervision

2026-06-26 · Chia-Hsuan Lee, Zelei Cheng, Yu Wang, Renkun Ni 외 arxiv

On-policy distillation (OPD) has a property absent in offline distillation and RL: teacher supervision quality depends on student competence. Incoherent rollouts yield noisy gradients; already-mastered tokens yield redun…

A Token-Level Analysis of Sampled-Token Reverse-KL On-Policy Distillation

2026-08-26 · Bing Shao, Jiazheng Zhang, Long Ma, Yujiong Shen 외 arxiv

On-policy distillation (OPD) supervises a student on its own trajectories with token-level signals from a frozen teacher, yet how a sampled loss allocates updates across tokens remains poorly understood. We analyze the g…

SOPD-SocialNav: Selective On-Policy Distillation for Vision-Language Social Navigation

2026-07-22 · Xinyu Zhang, Zishuo Wang, Ling Xiao arxiv

Vision-language models have shown strong potential for social robot navigation by leveraging rich semantic understanding of complex environments and human behaviors. However, large scale VLMs are difficult to deploy on r…

Robot Navigation

Cornerstones or Stumbling Blocks? Deciphering the Rock Tokens in On-Policy Distillation

2026-05-10 · Yuxuan Jiang, Runchao Li, Shubhashis Roy Dipta, Dawei Li 외 arxiv

While recent work in Reinforcement Learning with Verifiable Rewards (RLVR) has shown that a small subset of critical tokens disproportionately drives reasoning gains, an analogous token-level understanding of On-Policy D…

Reinforcement Learning