paper-with-me

홈 › Papers

Entropy-Aware On-Policy Distillation of Language Models

2026-03-07 · Woogyeol Jin, Taywon Min, Yongjin Yang, Dennis Wei, Yi Zhou, Swanand Ravindra Kadhe, Nathalie Baracaldo, Kimin Lee arxiv

On-policy distillation is a promising approach for transferring knowledge between language models, where a student learns from dense token-level signals along its own trajectories. This framework typically uses reverse KL divergence, encouraging the student to match the teacher's high-confidence predictions. However, we show that the mode-seeking property of reverse KL reduces generation diversity and yields unstable learning signals when the teacher distribution has high entropy. To address this, we introduce Entropy-Aware On-Policy Distillation. Our key idea is augmenting the standard reverse KL objective with forward KL when teacher entropy is high, capturing the full range of plausible outputs while retaining precise imitation elsewhere. It balances mode-seeking precision with mode-covering robustness without sacrificing on-policy training efficiency. Experiments show that our method maintains generation diversity (sustained token-level entropy) and improves student-teacher alignment (lower forward KL on high-entropy tokens). Across six math reasoning benchmarks, this yields Pass@8 accuracy gains of +1.37 for Qwen3-0.6B-Base, +2.39 for Qwen3-1.7B-Base, and +5.05 for Qwen3-4B-Base compared to baseline on-policy distillation methods. These results demonstrate that accounting for teacher uncertainty is essential for maintaining diversity and achieving effective knowledge transfer.

📄 PDF Abstract BibTeX arXiv:2603.07079

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TIP: Token Importance in On-Policy Distillation

2026-04-15 · Yuanda Xu, Hejian Sang, Zhengze Zhou, Ran He 외 arxiv

On-policy knowledge distillation (OPD) trains a student on its own rollouts under token-level supervision from a teacher. Not all token positions matter equally, but existing views of token importance are incomplete. We …

Knowledge Distillation

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

Unifying Group-Relative and Self-Distillation Policy Optimization via Sample Routing

2026-04-02 · Gengsheng Li, Tianyu Yang, Junfeng Fang, Mingyang Song 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a standard paradigm for post-training large language models. While Group Relative Policy Optimization (GRPO) is widely adopted, its coarse credit assignmen…

Reinforcement Learning

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…

Beyond Entropy: Correctness-Aware Advantage Shaping via Contrastive Policy Optimization

2026-07-16 · Weiwen Xu, Jia Liu, Hou Pong Chan, Long Li 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) commonly uses entropy for advantage shaping. However, entropy cannot distinguish useful uncertainty from detrimental confusion, limiting its effectiveness as a correc…

Reinforcement Learning