paper-with-me

Papers

Attribution-Guided Continual Learning for Large Language Models

2026-05-06 · Yazheng Liu, Yuxuan Wan, Rui Xu, Xi Zhang, Sihong Xie, Hui Xiong arxiv

Large language models (LLMs) often suffer from catastrophic forgetting in continual learning: after learning new tasks sequentially, they perform worse on earlier tasks. Existing methods mitigate catastrophic forgetting by data replay, parameter freezing, or regularization. However, these methods lack semantic awareness of internal knowledge distribution in LLMs. As a result, they cannot distinguish parameters that should be preserved or updated. We propose an attribution-guided continual fine-tuning framework for LLMs. Our method estimates task-specific, element-wise parameter importance in each Transformer layer and uses these scores to modulate gradients. Parameters important to previous tasks receive smaller updates, while less relevant ones remain plastic for learning new tasks. Experiments on continual learning benchmarks show that our method consistently outperforms baselines, achieving better retention of old tasks while maintaining competitive performance on new tasks.

📄 PDF Abstract BibTeX arXiv:2605.05285

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

BMRL: Bi-Modal Guided Multi-Perspective Representation Learning for Zero-Shot Deepfake Attribution

2025-04-19 · Yaning Zhang, Jiahe Zhang, Chunjie Ma, Weili Guan 외

The challenge of tracing the source attribution of forged faces has gained significant attention due to the rapid advancement of generative models. However, existing deepfake attribution (DFA) works primarily focus on th…

AttributeFace ParsingFace SwappingRepresentation Learning

COPAL: Continual Pruning in Large Language Generative Models

2024-05-02 · Srikanth Malla, Joon Hee Choi, Chiho Choi

Adapting pre-trained large language models to different domains in natural language processing requires two key considerations: high computational demands and model's inability to continual adaptation. To simultaneously …

Sensitivity

SEEKR: Selective Attention-Guided Knowledge Retention for Continual Learning of Large Language Models

2024-11-09 · Jinghan He, Haiyun Guo, Kuan Zhu, Zihan Zhao 외

Continual learning (CL) is crucial for language models to dynamically adapt to the evolving real-world demands. To mitigate the catastrophic forgetting problem in CL, data replay has been proven a simple and effective st…

Continual Learning

The Anatomy of an Edit: Mechanism-Guided Activation Steering for Knowledge Editing

2026-03-21 · Yuan Cao, Mingyang Wang, Hinrich Schütze arxiv

Large language models (LLMs) are increasingly used as knowledge bases, but keeping them up to date requires targeted knowledge editing (KE). However, it remains unclear how edits are implemented inside the model once app…

knowledge editing

WAGLE: Strategic Weight Attribution for Effective and Modular Unlearning in Large Language Models

2024-10-23 · Jinghan Jia, Jiancheng Liu, Yihua Zhang, Parikshit Ram 외

The need for effective unlearning mechanisms in large language models (LLMs) is increasingly urgent, driven by the necessity to adhere to data regulations and foster ethical generative AI practices. Despite growing inter…