2026· Annual Meeting of the Association for Computational Linguistics· pp. 7360-7376· 1 citation· ⚡ 1 influential· 45 references
Computer Science
Abstract
Continual Learning (CL) for Large Language Models (LLMs) faces a fundamental Stability-Plasticity Dilemma : balancing the plasticity to acquire new capabilities with the stability to preserve prior knowledge. While Parameter-Efficient Fine-Tuning methods, such as LoRA, enable efficient adaptation, we identify a critical flaw in current approaches termed Rank-Blindness : the enforcement of a single rank constraint across diverse tasks, which entangles task-shared and task-specific knowledge, leading to catastrophic forgetting of earlier tasks and underfitting on complex new ones. To address this, we propose S PA RTA, a novel rehearsal-free framework guided by a rank-spectrum perspective that explicitly dis-entangles knowledge into two orthogonal sub-spaces. Specifically, S PA RTA employs a low-rank branch to capture task-shared representations and a high-rank branch to model task-specific features. To integrate these complementary representations, we introduce a context-aware dynamic router that adaptively fuses the two branches based on input semantics, while an explicit orthogonality constraint minimizes interference between shared and specific parameter subspaces. This design effectively isolates task-specific updates from shared knowledge, preventing the overwriting of prior capabilities while preserving strong adaptation capacity. Extensive experiments demonstrate that S PA RTA achieves a superior stability-plasticity balance compared to single-rank baselines. Notably, the proposed spectral disentanglement strategy substantially reduces inter-task interference and yields strong zero-shot generalization on unseen tasks. Our code will be available at https://github. com/Xnhyacinth/SpaRTA .
Lookahead Optimization for Rehearsal (LOR) is introduced, establishing a new and more robust paradigm for rehearsal-based OCIL and significantly out-performs state-of-the-art methods.
TAILS resolves cross-task ambiguity at the representation level, while leaving the original PTM, method-specific modules, and classifier unchanged, and can improve classification and task-inference performance with modest parameter overhead and negligible inference cost.
Zhiming Xu, Huiyu Yi, Zhenghe Xie et al.· 0 citations
TASSO, a new paradigm that efficiently preserves the latent space geometry while ensuring network plasticity, is introduced with two complementary techniques: subspace learning and geometry-aware knowledge distillation.
Changming Sun, Francesco Barbato, Matteo Caligiuri et al.· 0 citations
This work proposes At-tribution Scores-based Soft Orthogonality Low-Rank Adaptation (ASO-LoRA), an effective and efficient framework that simultaneously facilitates knowledge transfer while mitigating catastrophic forgetting and achieving a balance between knowledge transfer and preservation.
Yitong Wang, Xue Han, Wenchun Gao et al.· Annual Meeting of the Associ...· 0 citations
From this analysis, Interference-Gated Functional Allocation (IGFA) is derived, a replay-free, Fisher-free method that shares directions when tasks align and protects them when they conflict and achieves lossless retention when tasks are structurally separable.
This work introduces a novel measure, the relative parameter-importance, which measures the relative importance of each parameter with respect to both the current and past tasks, and allows the update of parameters with high past-task importance when they have low relative-importance, thus enabling backward knowledge transfer.
Malavika Suresh, I. Nkisi-Orji, N. Wiratunga· 0 citations