paper-with-me

홈 › Papers

D^3-MOPD: Adaptive Dynamic Domain ScheDuling for Efficient Multi-Teacher Distillation

2026-08-25 · Zechen Sun, Zhiwei Zhang, Fei Zhao, Juntao Li, Mu Chuan, Huayu Deng, Guojian Zhan, Wenliang Chen, Yao Hu, Min Zhang hf

Multi-teacher on-policy distillation (MOPD) distills several domain-expert teachers into a single student by minimizing per-domain reverse-KL divergence on the student's own rollouts. Existing approaches typically fix the per-domain data mixture before training, overlooking the fact that different domains converge at substantially different rates: some plateau early while others continue to improve throughout the training budget. A fixed mixture therefore wastes compute on fast-converging domains and undertrains slower-converging ones. To address this, we propose D^3-MOPD (Dynamic Domain ScheDuling for MOPD), a zero-overhead scheduler that repurposes the per-domain reverse-KL signal already produced during training to adapt the domain mixture online. Running asynchronously outside the training process, an off-process watcher periodically tracks each domain's KL trajectory, estimates remaining headroom and current improvement rate, and accordingly adjusts the domain sampling ratios without altering the core training loop. Our D^3-MOPD scales naturally to arbitrary numbers of domains, and the expected benefit grows as more domains introduce more diverse convergence patterns for the scheduler to exploit. On a Qwen3.6-35B-A3B student distilled from four domain-expert teachers, D^3-MOPD closes 97% of the average student-to-teacher performance gap, compared with 63% for vanilla MOPD, reaches the same peak performance with an approximately 3times reduction in rollout steps, and surpasses the specialist teachers on three of seven benchmarks.

📄 PDF Abstract BibTeX arXiv:2608.24987

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MOPD: Multi-Teacher On-Policy Distillation for Capability Integration in LLM Post-Training

2026-06-29 · Wenhan Ma, Jianyu Wei, Liang Zhao, Hailin Zhang 외 hf

Modern large language models (LLMs) rely on reinforcement learning during post-training to push specific capabilities, yet integrating multiple capabilities into one model remains hard. Existing methods, such as Off-Poli…

Reinforcement Learning

Counteraction-Aware Multi-Teacher On-Policy Distillation for General Capability Recovery with Domain Preservation

2026-05-26 · Tianlei Chen, Jiao Ou, Ziyuan Liu, Ruiming Tang 외 arxiv

Domain specialization can improve LLM behavior in vertical domains, but often weakens the general capabilities inherited from the original model. Recent Multi-Teacher On-Policy Distillation (MOPD) pipelines recover model…

Consolidating RLVR Capabilities Across Domains: A Deep Dive into Fusion Paradigms

2026-08-27 · Siye Wu, Kai Yang, Yuchen Cai, Xin Xu 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) improves specific capabilities of large language models, but covering multiple capabilities often involves training separate domain experts and subsequently consolida…

Reinforcement Learning

Preserving General Capabilities during Domain Specialization with Uncertainty-Calibrated MOPD

2026-08-27 · Ziyuan Liu, Jiao Ou, Jian Liang, Ruiming Tang 외 arxiv

Specializing large language models to vertical domains improves domain-specific behavior but often degrades general capabilities such as reasoning, coding, instruction following, and creative writing. We study this domai…

Instruction Following

UI-MOPD: Multi-Platform On-Policy Distillation for Continual GUI Agent Learning

2026-07-05 · Niu Lian, Alan Chen, Zhehao Yu, Chengzhen Duan 외 hf

Recent advances in multimodal foundation models and agent systems have driven GUI agents from single-platform task execution toward cross-platform interaction. However, building multi-platform GUI agents remains challeng…

Continual Learning