Upcycling Instruction Tuning from Dense to Mixture-of-Experts via Parameter Merging
Tingfeng Hui, Zhenyu Zhang, Shuohuan Wang, Yu Sun, Hua Wu, Sen Su

TL;DR
This paper introduces Upcycling Instruction Tuning (UpIT), a data-efficient method to convert dense language models into Mixture-of-Experts models by leveraging intermediate checkpoints, expert expansion, and parameter merging.
Contribution
UpIT is a novel, data-efficient approach that transforms dense models into MoE models using expert expansion and parameter merging, reducing data requirements and reliance on large-scale post-training.
Findings
UpIT achieves superior performance with less data.
The method demonstrates stable improvements across various scales.
Expert diversity is crucial for effective upcycling.
Abstract
Mixture-of-Experts (MoE) shines brightly in large language models (LLMs) and demonstrates outstanding performance in plentiful natural language processing tasks. However, existing methods transforming LLMs from dense to MoE face significant data requirements and typically rely on large-scale post-training. In this paper, we propose Upcycling Instruction Tuning (UpIT), a data-efficient approach for tuning a dense pre-trained model into a MoE instruction model. Specifically, we first point out that intermediate checkpoints during instruction tuning of the dense model are naturally suitable for specialized experts, and then propose an expert expansion stage to flexibly achieve models with flexible numbers of experts, where genetic algorithm and parameter merging are introduced to ensure sufficient diversity of new extended experts. To ensure that each specialized expert in the MoE model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Machine Learning and Algorithms
MethodsMixture of Experts
