paper-with-me

Papers

Continual Learning via Sparse Memory Finetuning

2025-10-16 · Jessy Lin, Luke Zettlemoyer, Gargi Ghosh, Wen-Tau Yih, Aram Markosyan, Vincent-Pierre Berges, Barlas Oğuz arxiv

Modern language models are powerful, but typically static after deployment. A major obstacle to building models that continually learn over time is catastrophic forgetting, where updating on new data erases previously acquired capabilities. Motivated by the intuition that mitigating forgetting is challenging because trainable parameters are shared across all tasks, we investigate whether sparse parameter updates can enable learning without catastrophic forgetting. We introduce sparse memory finetuning, leveraging memory layer models (Berges et al., 2024), which are sparsely updated by design. By updating only the memory slots that are highly activated by a new piece of knowledge relative to usage on pretraining data, we reduce interference between new knowledge and the model's existing capabilities. We evaluate learning and forgetting compared to full finetuning and parameter-efficient finetuning with LoRA on two question answering tasks. We find that sparse memory finetuning learns new knowledge while exhibiting substantially less forgetting: while NaturalQuestions F1 drops by 89% after full finetuning on new facts and 71% with LoRA, sparse memory finetuning yields only an 11% drop with the same level of new knowledge acquisition. Our results suggest sparsity in memory layers offers a promising path toward continual learning in large language models.

📄 PDF Abstract BibTeX arXiv:2510.15103

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningQuestion Answering

Similar Papers 제목 키워드 기반

Improving Sparse Memory Finetuning

2026-04-06 · Satyam Goyal, Anirudh Kanchi, Garv Shah, Prakhar Gupta arxiv

Large Language Models (LLMs) are typically static after training, yet real-world applications require continual adaptation to new knowledge without degrading existing capabilities. Standard approaches to updating models,…

Continual Learning

Sparse Distributed Memory is a Continual Learner

2023-03-20 · Trenton Bricken, Xander Davies, Deepak Singh, Dmitry Krotov 외

Continual learning is a problem for artificial neural networks that their biological counterparts are adept at solving. Building on work using Sparse Distributed Memory (SDM) to connect a core neural circuit with the pow…

Continual Learning

Sparse Memory Finetuning as a Low-Forgetting Alternative to LoRA and Full Finetuning

2026-05-04 · Prakhar Gupta, Garv Shah, Satyam Goyal, Anirudh Kanchi arxiv

Adapting a pretrained language model to a new task often hurts the general capabilities it already had, a problem known as catastrophic forgetting. Sparse Memory Finetuning (SMF) tries to avoid this by adding key-value m…

Continual SFT Matches Multimodal RLHF with Negative Supervision

2024-11-22 · CVPR 2025 1 · Ke Zhu, Yu Wang, Yanpeng Sun, Qiang Chen 외

Multimodal RLHF usually happens after supervised finetuning (SFT) stage to continually improve vision-language models' (VLMs) comprehension. Conventional wisdom holds its superiority over continual SFT during this prefer…

Continual Task Allocation in Meta-Policy Network via Sparse Prompting

2023-05-29 · Yijun Yang, Tianyi Zhou, Jing Jiang, Guodong Long 외

How to train a generalizable meta-policy by continually learning a sequence of tasks? It is a natural human skill yet challenging to achieve by current reinforcement learning: the agent is expected to quickly adapt to ne…