paper-with-me

Papers

CoDistill-GRPO: A Co-Distillation Recipe for Efficient Group Relative Policy Optimization

2026-05-09 · Soo Min Kwon, Ziteng Sun, Ananda Theertha Suresh, Himanshu Jain, Sanjiv Kumar arxiv

Group Relative Policy Optimization (GRPO) has emerged as a powerful algorithm for improving the reasoning capabilities of language models, but often fails to improve small models due to sparse rewards on difficult tasks. Existing works mitigate this issue by leveraging a larger model, either to provide hints for rollouts or to provide dense reward signals through knowledge distillation (KD). However, this assumes the existence of such an oracle, and training one can significantly increase total training time. In this work, we propose CoDistill-GRPO, a co-distillation algorithm that simultaneously trains a large and a small model by maximizing carefully designed GRPO objectives. The two models learn from each other: the small model uses an on-policy KD reward to learn from the large model's distribution, while the large model is updated using rollouts generated by the small model with importance reweighting, reducing the computational overhead of rollout generation. We show that CoDistill-GRPO substantially improves small model performance over standard GRPO on mathematical benchmarks across both Qwen and Llama models. Specifically, with Qwen2.5-Math-1.5B, we observe an accuracy increase of over 11.6 percentage points over the base model and an additional 6.0 percentage points over GRPO on the Minerva dataset. Interestingly, the larger model (Qwen2.5-Math-7B) trained with CoDistill-GRPO nearly matches standard GRPO performance despite training on small-model rollouts. This highlights CoDistill-GRPO as a cost-effective alternative to GRPO for larger models, yielding an approximate 18% speedup, which may be of independent interest.

📄 PDF Abstract BibTeX arXiv:2605.08873

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

A Closer Look at Codistillation for Distributed Training

2020-10-06 · Shagun Sodhani, Olivier Delalleau, Mahmoud Assran, Koustuv Sinha 외

Codistillation has been proposed as a mechanism to share knowledge among concurrently trained models by encouraging them to represent the same function through an auxiliary loss. This contrasts with the more commonly use…

Distributed Computing

A Recipe for Long-Context Reasoning in Large Language Models via On-Policy Optimization and Distillation

2026-05-12 · Miguel Moura Ramos, Duarte M. Alves, André F. T. Martins arxiv

Existing approaches to post-train models for long-context tasks face complementary limitations: (i) supervised fine-tuning (SFT) provides stable supervision but suffers from exposure bias; (ii) reinforcement learning met…

Reinforcement Learning

Process Advantage Signal Shaping: A Paradigm-Agnostic Middleware for Process-Supervised RL in LLM Reasoners

2026-06-28 · Chao Wang, Hongtao Tian, Tao Yang, Yunsheng Shi 외 arxiv

Group Relative Policy Optimization (GRPO) is a default recipe for process-supervised reinforcement learning of LLM reasoners, and dense process supervision -- via learned process reward models (PRMs) or on-policy-distill…

Multi-hop Question AnsweringReinforcement LearningMathematical Reasoning

I-SDPO: Instance-Level Adaptive Self-Distillation Policy Optimization

2026-08-13 · Yubo Zhang, Xinhong Ma, Zezhong Tan, Ziqiang Dong arxiv

Group Relative Policy Optimization (GRPO) learns from reward differences within a rollout group, but receives no useful relative signal when every sampled response is incorrect. Privileged self-distillation can fill this…

RC-GRPO: Reward-Conditioned Group Relative Policy Optimization for Multi-Turn Tool Calling Agents

2026-02-03 · Haitian Zhong, Jixiu Zhai, Lei Song, Jiang Bian 외 arxiv

Multi-turn tool calling is challenging for Large Language Models (LLMs) because rewards are sparse and exploration is expensive. A common recipe, SFT followed by GRPO, can stall when within-group reward variation is low …