English

Orthogonal Subspace Learning for Language Model Continual Learning

Computation and Language 2023-10-24 v1 Machine Learning

Abstract

Benefiting from massive corpora and advanced hardware, large language models (LLMs) exhibit remarkable capabilities in language understanding and generation. However, their performance degrades in scenarios where multiple tasks are encountered sequentially, also known as catastrophic forgetting. In this paper, we propose orthogonal low-rank adaptation (O-LoRA), a simple and efficient approach for continual learning in language models, effectively mitigating catastrophic forgetting while learning new tasks. Specifically, O-LoRA learns tasks in different (low-rank) vector subspaces that are kept orthogonal to each other in order to minimize interference. Our method induces only marginal additional parameter costs and requires no user data storage for replay. Experimental results on continual learning benchmarks show that our method outperforms state-of-the-art methods. Furthermore, compared to previous approaches, our method excels in preserving the generalization ability of LLMs on unseen tasks.

Keywords

Cite

@article{arxiv.2310.14152,
  title  = {Orthogonal Subspace Learning for Language Model Continual Learning},
  author = {Xiao Wang and Tianze Chen and Qiming Ge and Han Xia and Rong Bao and Rui Zheng and Qi Zhang and Tao Gui and Xuanjing Huang},
  journal= {arXiv preprint arXiv:2310.14152},
  year   = {2023}
}

Comments

EMNLP 2023 findings

R2 v1 2026-06-28T12:57:50.490Z