ACL 2024long12 citations

LoRAMoE: Alleviating World Knowledge Forgetting in Large Language Models via MoE-Style Plugin

Shihan Dou, Enyu Zhou, Yan Liu, Songyang Gao, Wei Shen, Limao Xiong, Yuhao Zhou, Xiao Wang

Abstract

Supervised fine-tuning (SFT) is a crucial step for large language models (LLMs), enabling them to align with human instructions and enhance their capabilities in downstream tasks. Substantially increasing instruction data is a direct solution to align the model with a broader range of downstream tasks or notably improve its performance on a specific task. However, we find that large-scale increases in instruction data can damage the world knowledge previously stored in LLMs. To address this challenge, we propose LoRAMoE, a novelty framework that introduces several low-rank adapters (LoRA) and integrates them by using a router network, like a plugin version of Mixture of Experts (MoE). It freezes the backbone model and forces a portion of LoRAs to focus on leveraging world knowledge to solve downstream tasks, to alleviate world knowledge forgetting. Experimental results show that, as the instruction data increases, LoRAMoE can significantly improve the ability to process downstream tasks, while maintaining the world knowledge stored in the LLM. Our code is available at https://github.com/Ablustrund/LoRAMoE.

BibTeX
@inproceedings{dou-etal-2024-loramoe,
    title = "{L}o{RAM}o{E}: Alleviating World Knowledge Forgetting in Large Language Models via {M}o{E}-Style Plugin",
    author = "Dou, Shihan  and
      Zhou, Enyu  and
      Liu, Yan  and
      Gao, Songyang  and
      Shen, Wei  and
      Xiong, Limao  and
      Zhou, Yuhao  and
      Wang, Xiao  and
      Xi, Zhiheng  and
      Fan, Xiaoran  and
      Pu, Shiliang  and
      Zhu, Jiang  and
      Zheng, Rui  and
      Gui, Tao  and
      Zhang, Qi  and
      Huang, Xuanjing",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.acl-long.106/",
    doi = "10.18653/v1/2024.acl-long.106",
    pages = "1932--1945"
}