TL;DR
SETA introduces a modular mixture of sparse experts to improve task-agnostic continual learning in LLMs, effectively balancing plasticity and stability by isolating task-specific and shared knowledge.
Contribution
It proposes a novel framework that decomposes models into experts and shared components, using elastic weight anchoring and gating for improved continual learning performance.
Findings
SETA outperforms existing parameter-efficient methods across multiple benchmarks.
The expert-shared decomposition effectively mitigates catastrophic forgetting.
Elastic weight anchoring preserves critical shared knowledge during updates.
Abstract
Continual learning in Large Language Models (LLMs) is hindered by the plasticity-stability dilemma, where acquiring new capabilities often leads to catastrophic forgetting of previous knowledge. Existing methods typically treat parameters uniformly, failing to distinguish between specific task knowledge and shared capabilities. We introduce Mixture of Sparse Experts for Task-Agnostic Continual Learning, referred to as SETA, a framework that resolves the plasticity-stability conflict by decomposing the model into modular subspaces. Unlike standard updates, where tasks compete for the same parameters, SETA separates knowledge into unique experts, designed to isolate task-specific patterns, and shared experts, responsible for capturing common features. This structure is maintained through elastic weight anchoring, which protects critical shared knowledge and enables a unified gating…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
