English

Mixture-of-LoRAs: An Efficient Multitask Tuning for Large Language Models

Computation and Language 2024-03-07 v1 Artificial Intelligence

Abstract

Instruction Tuning has the potential to stimulate or enhance specific capabilities of large language models (LLMs). However, achieving the right balance of data is crucial to prevent catastrophic forgetting and interference between tasks. To address these limitations and enhance training flexibility, we propose the Mixture-of-LoRAs (MoA) architecture which is a novel and parameter-efficient tuning method designed for multi-task learning with LLMs. In this paper, we start by individually training multiple domain-specific LoRA modules using corresponding supervised corpus data. These LoRA modules can be aligned with the expert design principles observed in Mixture-of-Experts (MoE). Subsequently, we combine the multiple LoRAs using an explicit routing strategy and introduce domain labels to facilitate multi-task learning, which help prevent interference between tasks and ultimately enhances the performance of each individual task. Furthermore, each LoRA model can be iteratively adapted to a new domain, allowing for quick domain-specific adaptation. Experiments on diverse tasks demonstrate superior and robust performance, which can further promote the wide application of domain-specific LLMs.

Keywords

Cite

@article{arxiv.2403.03432,
  title  = {Mixture-of-LoRAs: An Efficient Multitask Tuning for Large Language Models},
  author = {Wenfeng Feng and Chuzhan Hao and Yuewei Zhang and Yu Han and Hao Wang},
  journal= {arXiv preprint arXiv:2403.03432},
  year   = {2024}
}

Comments

10 pages, COLING24 Accepted

R2 v1 2026-06-28T15:10:33.445Z