paper-with-me

홈 › Papers

Graceful Forgetting in Generative Language Models

2025-05-26 · Chunyang Jiang, Chi-Min Chan, Yiyang Cai, Yulong Liu, Wei Xue, Yike Guo

Recently, the pretrain-finetune paradigm has become a cornerstone in various deep learning areas. While in general the pre-trained model would promote both effectiveness and efficiency of downstream tasks fine-tuning, studies have shown that not all knowledge acquired during pre-training is beneficial. Some of the knowledge may actually bring detrimental effects to the fine-tuning tasks, which is also known as negative transfer. To address this problem, graceful forgetting has emerged as a promising approach. The core principle of graceful forgetting is to enhance the learning plasticity of the target task by selectively discarding irrelevant knowledge. However, this approach remains underexplored in the context of generative language models, and it is often challenging to migrate existing forgetting algorithms to these models due to architecture incompatibility. To bridge this gap, in this paper we propose a novel framework, Learning With Forgetting (LWF), to achieve graceful forgetting in generative language models. With Fisher Information Matrix weighting the intended parameter updates, LWF computes forgetting confidence to evaluate self-generated knowledge regarding the forgetting task, and consequently, knowledge with high confidence is periodically unlearned during fine-tuning. Our experiments demonstrate that, although thoroughly uncovering the mechanisms of knowledge interaction remains challenging in pre-trained language models, applying graceful forgetting can contribute to enhanced fine-tuning performance.

📄 PDF Abstract BibTeX arXiv:2505.19715

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gracefully Filtering Backdoor Samples for Generative Large Language Models without Retraining

2024-12-03 · Zongru Wu, Pengzhou Cheng, Lingyong Fang, Zhuosheng Zhang 외

Backdoor attacks remain significant security threats to generative large language models (LLMs). Since generative LLMs output sequences of high-dimensional token logits instead of low-dimensional classification logits, m…

backdoor defenseComputational EfficiencyQuestion Answering

Exploring Data Geometry for Continual Learning

2023-04-08 · CVPR 2023 1 · Zhi Gao, Chen Xu, Feng Li, Yunde Jia 외

Continual learning aims to efficiently learn from a non-stationary stream of data while avoiding forgetting the knowledge of old data. In many practical applications, data complies with non-Euclidean geometry. As such, t…

Continual Learning

Continual Learning via Neural Pruning

2019-03-11 · Siavash Golkar, Michael Kagan, Kyunghyun Cho

We introduce Continual Learning via Neural Pruning (CLNP), a new method aimed at lifelong learning in fixed capacity models based on neuronal model sparsification. In this method, subsequent tasks are trained using the i…

Continual LearningDiagnosticLifelong learning

The Price of Meaning: Why Every Semantic Memory System Forgets

2026-03-28 · Sambartha Ray Barman, Andrey Starenky, Sofia Bodnar, Nikhil Narasimhan 외 arxiv

Every major AI memory system in production today organises information by meaning. That organisation enables generalisation, analogy, and conceptual retrieval -- but it comes at a price. We prove that the same geometric …

On robustness of generative representations against catastrophic forgetting

2021-09-04 · Wojciech Masarczyk, Kamil Deja, Tomasz Trzciński

Catastrophic forgetting of previously learned knowledge while learning new tasks is a widely observed limitation of contemporary neural networks. Although many continual learning methods are proposed to mitigate this dra…

Continual LearningSpecificity