MEGA Hub

Distilled Reinforcement Learning for LLM Post-training

Authors

Do you know Chen Wang?You can claim authorship or link another user.Do you know Zhaochun Li?You can claim authorship or link another user.Do you know Jionghao Bai?You can claim authorship or link another user.Do you know Yining Zhang?You can claim authorship or link another user.Do you know Hexuan Deng?You can claim authorship or link another user.Do you know Ge Lan?You can claim authorship or link another user.Do you know Yue Wang?You can claim authorship or link another user.

Abstract

Large language model (LLM) post-training is essential for improving reasoning, adaptation, and alignment. Existing methods mainly follow two paradigms: reinforcement learning (RL) and on-policy distillation (OPD). However, RL relies on coarse-grained outcome supervision, resulting in difficult credit assignment and limited capability to acquire new knowledge. OPD, meanwhile, unconditionally matches teacher logits through KL divergence, which creates a dilemma: similar teachers provide little new knowledge, while substantially different teachers often yield ineffective guidance, largely restricting OPD to within-family distillation. We propose Distilled Reinforcement Learning (Distilled RL), which integrates teacher supervision into the RL objective to provide fine-grained guidance, selectively transfer new knowledge and avoid unconditional imitation. Distilled RL contains three components: reverse importance sampling with clipping, negative sample reset, and sequence-level geometric normalization. Through a concise and interpretable case study, we demonstrate that Distilled RL can effectively transfer previously unavailable knowledge from a teacher model to a student model. Extensive experiments across both within-family and cross-family distillation settings show that Distilled RL substantially outperforms standard RL and OPD in terms of both pass@1 and pass@k. Our code is available at https://github.com/597358816/Distilled-RL.

Community

00