MOPD: Multi-Teacher On-Policy Distillation for Capability Integration in LLM Post-Training
Summary
MOPD proposes a multi-teacher on-policy distillation paradigm for LLM post-training, enabling efficient integration of multiple domain capabilities by distilling specialized RL teachers into a student model using its own rollouts. It outperforms existing methods like Mix-RL and Cascade RL, and has been deployed in industrial-scale models.
View Cached Full Text
Cached at: 07/01/26, 03:43 PM
Paper page - MOPD: Multi-Teacher On-Policy Distillation for Capability Integration in LLM Post-Training
Source: https://huggingface.co/papers/2606.30406 Authors:
,
,
,
,
,
,
,
,
,
,
,
Abstract
Multi-teacher On-Policy Distillation (MOPD) enables efficient integration of multiple domain capabilities in large language models through specialized reinforcement learning teachers and on-policy distillation, achieving superior performance over existing methods.
Modern large language models (LLMs) rely onreinforcement learningduringpost-trainingto push specific capabilities, yet integrating multiple capabilities into one model remains hard. Existing methods, such asOff-Policy FinetuneandMix-RL, are either inefficient or lose performance. In this work, we propose Multi-teacherOn-Policy Distillation(MOPD), apost-trainingparadigm for combining the capabilities of multipledomain RL teachers: we first run per-domain specialised RL to obtain a set of domain teachers, then distill these teachers into the student on its own rollouts. This eliminatesexposure biasand provides adense optimization signal. OnQwen3-30B-A3B, MOPD outperformsMix-RL,Cascade RL,Off-Policy Finetune, andParam-Mergebaselines, inheriting nearly all of each teacher’s capability. MOPD also enables parallel, independent development of domain teachers, removing the cross-domain coupling typical of multi-domainpost-training. MOPD has been deployed in thepost-trainingofMiMo-V2-Flash, an industrial-scale frontier model, demonstrating its practical value for capability integration in frontier-scale LLMs.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2606\.30406
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.30406 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.30406 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.30406 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
DOPD: Dual On-policy Distillation
DOPD proposes a dual on-policy distillation paradigm that dynamically routes token-level supervision between privileged teacher and student policies based on advantage gaps and probabilities, addressing privilege illusion and improving capability transfer in LLMs and VLMs.
Multi-Rollout On-Policy Distillation via Peer Successes and Failures
Introduces Multi-Rollout On-Policy Distillation (MOPD), a method that conditions the teacher on both successful and failed peer rollouts to provide denser token-level supervision for language model post-training, improving performance across multiple benchmarks.
DiffusionOPD: A Unified Perspective of On-Policy Distillation in Diffusion Models
DiffusionOPD proposes a multi-task training paradigm for diffusion models that uses online policy distillation to efficiently combine task-specific teachers into a unified student, achieving state-of-the-art results on all evaluated benchmarks.
The Many Faces of On-Policy Distillation: Pitfalls, Mechanisms, and Fixes
This paper presents a comprehensive empirical study on on-policy distillation for large language models, identifying failure mechanisms like distribution mismatch and optimization instability, and proposing fixes such as stop-gradient objectives and RLVR-adapted teachers.
CollectionLoRA: Collecting 50 Effects in 1 LoRA via Multi-Teacher On-Policy Distillation
CollectionLoRA proposes a multi-teacher on-policy distillation framework that distills up to 50 different effect LoRAs into a single LoRA, reducing deployment overhead while maintaining concept fidelity.