Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_cl 92% Match Research Paper ML Researchers,Deep Learning Engineers,NLP Practitioners 17 hours ago

Mixture of Routers

large-language-models › model-architecture
📄 Abstract

Abstract: Supervised fine-tuning (SFT) is a milestone in aligning large language models with human instructions and adapting them to downstream tasks. In particular, Low-Rank Adaptation (LoRA) has gained widespread attention due to its parameter efficiency. However, its impact on improving the performance of large models remains limited. Recent studies suggest that combining LoRA with Mixture-of-Experts (MoE) can significantly enhance fine-tuning performance. MoE adapts to the diversity and complexity of datasets by dynamically selecting the most suitable experts, thereby improving task accuracy and efficiency. Despite impressive results, recent studies reveal issues in the MoE routing mechanism, such as incorrect assignments and imbalanced expert allocation. Inspired by the principles of Redundancy and Fault Tolerance Theory. We innovatively integrate the concept of Mixture of Experts into the routing mechanism and propose an efficient fine-tuning method called Mixture of Routers (MoR). It employs multiple sub-routers for joint selection and uses a learnable main router to determine the weights of the sub-routers. The results show that MoR outperforms baseline models on most tasks, achieving an average performance improvement of 1%. MoR can serve as a plug-and-play, parameter-efficient fine-tuning method suitable for a wide range of applications. Our code is available here: https://anonymous.4open.science/r/MoR-DFC6.

Key Contributions

This paper proposes Mixture of Routers (MoR), an innovative fine-tuning method that integrates Mixture-of-Experts (MoE) principles into the routing mechanism itself, inspired by Redundancy and Fault Tolerance Theory. MoR aims to address issues like incorrect assignments and imbalanced expert allocation in MoE, thereby enhancing the efficiency and performance of parameter-efficient fine-tuning methods like LoRA.

Business Value

Enables more efficient and effective fine-tuning of large models, reducing training costs and time, and potentially leading to better-performing specialized models for various downstream tasks.