@inproceedings{yang-etal-2026-slora,
title = "{SL}o{RA}: Balancing Plasticity and Forgetting in Large Language Models for Continual Learning",
author = "Yang, Lina and
Liao, Yusheng and
Wang, Yanfeng and
Wang, Yu",
editor = "Liakata, Maria and
Moreira, Viviane P. and
Zhang, Jiajun and
Jurgens, David",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-acl/2026.acl-long.247/",
pages = "5437--5454",
ISBN = "979-8-89176-390-6",
abstract = "Large language models (LLMs) have achieved remarkable success across diverse tasks through large-scale pretraining. However, they remain prone to catastrophic forgetting in continual learning. To the best of our knowledge, this is the first work to identify noise accumulation in LoRA updates as a key cause of forgetting in continual learning. A preliminary two-task experiment demonstrates that removing less important components of the second task{'}s LoRA parameters improves performance on the first task, suggesting that later updates introduce noisy interference. Building on this insight, we propose **S**ubspace-Denoised **Lo**w-**R**ank **A**daptation (**SLoRA**), a simple and effective framework that filters noisy components from LoRA updates via subspace similarity with the base model. SLoRA is a regularization-free method without accessing data or gradients from previous tasks or modifying the training process. It offers two variants, SLoRA-Pre and SLoRA-Post, for online and offline continual learning, respectively. Extensive experiments across tasks and models validate the effectiveness of SLoRA. It improves final accuracy by up to 12{\%}, reduces forgetting by 29{\%}, and filters out over 30{\%} of LoRA parameters identified as noisy. Our code is available at https://github.com/alina1031/SLoRA."
}Markdown (Informal)
[SLoRA: Balancing Plasticity and Forgetting in Large Language Models for Continual Learning](https://preview.aclanthology.org/ingest-acl/2026.acl-long.247/) (Yang et al., ACL 2026)
ACL