paper-with-me

홈 › Papers

Reward-Gated On-Policy Distillation

2026-07-04 · Mohammad Sadegh Akhondzadeh, Vijay Lingam, Atula Tejaswi, Chanakya Ekbote, Sujay Sanghavi, Aleksandar Bojchevski arxiv

On-policy distillation is a powerful way to transfer reasoning ability from a strong teacher to a smaller student: the student samples trajectories from its own policy, and the teacher provides dense token-level supervision on the states the student actually visits. However, this supervision is not always reliable: a teacher can assign high likelihood to plausible but incorrect solutions, or low likelihood to correct student solutions that follow different reasoning paths. Unconditionally distilling the teacher can therefore reinforce bad modes or erase useful student behavior. To address these limitations, we introduce RG-OPD: Reward-Gated On-Policy Distillation that uses verifier feedback to decide when teacher logits should be trusted. RG-OPD bridges sparse verifier rewards and dense teacher logits, preserving token-level supervision while filtering misleading teacher signals. Across reasoning and coding benchmarks, RG-OPD produces stronger distilled students, outperforming both vanilla reverse-KL distillation and the recent TSD-KD baseline. At 1K generation length, RG-OPD improves over reverse-KL by 2.9 points and over TSD-KD by 4.9 points; in the long-generation setting, it improves over the untuned student by 8.2 points. Our code is available at https://github.com/UoC-tail/RG-OPD.

📄 PDF Abstract BibTeX arXiv:2607.04037

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SMOPD: Multi-Reward Reinforcement Learning via Specialize-and-Merge Online Policy Distillation

2026-08-04 · Wen Wang, Jiahua Bao, Tu Yongsiqi, Yihao Liu 외 arxiv

We aim to improve model performance in multi-reward reinforcement learning training process. Existing Group reward-Decoupled Normalization Policy Optimization (GDPO) has mitigated the issue of reward signals masking one …

Reinforcement Learning

CADENT: Gated Hybrid Distillation for Sample-Efficient Transfer in Reinforcement Learning

2026-01-28 · Mahyar Alinejad, Yue Wang, George Atia arxiv

Transfer learning promises to reduce the high sample complexity of deep reinforcement learning (RL), yet existing methods struggle with domain shift between source and target environments. Policy distillation provides po…

Reinforcement LearningContinuous ControlTransfer Learning

KEPO: Knowledge-Enhanced Preference Optimization for Multimodal Reasoning with Applications to Medical VQA

2026-01-30 · Fan Yang, Rui Meng, Trudi Di Qi, Ali Ezzati 외 arxiv

Reinforcement learning (RL) has emerged as a promising paradigm for inducing explicit reasoning behaviors in large language and vision-language models. However, reasoning-oriented RL post-training remains fundamentally c…

Visual Question AnsweringReinforcement LearningMultimodal Reasoning

Decoupling KL and Trajectories: A Unified Perspective for SFT, DAgger, Offline RL, and OPD in LLM Distillation

2026-05-16 · Anhao Zhao, Haoran Xin, Yingqi Fan, Junlong Tong 외 arxiv

Knowledge distillation is central to LLM post-training, yet its design space remains poorly understood, especially alongside reinforcement learning (RL). We show that the prevailing paradigms, off-policy distillation and…

Knowledge DistillationReinforcement LearningOffline RL

Beyond Imitation: Filtering On-Policy Distillation by Reasoning Progress

2026-08-19 · Chen Yang, Haiyuan Wan, Rengrong Xiong, Yize Chen 외 arxiv

On-policy distillation (OPD) has emerged as an effective framework for post-training language models by pairing student-generated trajectories with dense token-level supervision from a teacher. However, OPD implicitly as…