MEGA Hub

Distill Where You Fail: Recovering Learning Signals of Negative RL-Groups from Adaptive Teacher Guidance

Authors

Do you know Zhuowen Han?You can claim authorship or link another user.Do you know Jinwei Xiao?You can claim authorship or link another user.Do you know Zhengxi Lu?You can claim authorship or link another user.Do you know Renren Jin?You can claim authorship or link another user.Do you know Zhiyuan Yao?You can claim authorship or link another user.Do you know Yuxin Liu?You can claim authorship or link another user.Do you know Hongyan Hao?You can claim authorship or link another user.Do you know Yueqing Sun?You can claim authorship or link another user.Do you know Yu Yang?You can claim authorship or link another user.Do you know Qi GU?You can claim authorship or link another user.Do you know Xunliang Cai?You can claim authorship or link another user.Do you know Deyi Xiong?You can claim authorship or link another user.

Abstract

Reinforcement learning with verifiable rewards (RLVR) has become a standard paradigm for post-training large language models (LLMs). While Group Relative Policy Optimization (GRPO) is widely adopted, it suffers from sparse reward signals and loses gradients entirely when all responses within a group receive identical rewards. On-policy distillation (OPD) offers a natural remedy by providing dense, token-level supervision from a teacher model. However, naively combining GRPO with OPD leads to degraded performance, due to three underlying causes: not all samples benefit from distillation; fitting too quickly to the teacher undermines the exploratory capacity of RL; and OPD's advantages are asymmetric, suppressing most tokens. To address these challenges, we propose RSTG (Recovering Learning Signals via Adaptive Teacher Guidance), which applies distillation selectively and precisely where it matters most. At the sample level, OPD is restricted to negative zero-variance prompts with each sample weighted by the teacher's confidence score. At the token level, distillation targets only tokens with high student entropy or large teacher-student divergence. We further augment training with SFT on correct trajectories generated by the teacher model, injecting positive gradient signals where RL yields none. Experiments demonstrate that RSTG substantially outperforms naive GRPO+OPD by +4.02% on math and +3.05% on code.

Community

00