paper-with-me

홈 › Papers

SelfAug: Mitigating Catastrophic Forgetting in Retrieval-Augmented Generation via Distribution Self-Alignment

2025-09-04 · Yuqing Huang, Rongyang Zhang, Qimeng Wang, Chengqiang Lu, Yan Gao, Yi Wu, Yao Hu, Xuyang Zhi, Guiquan Liu, Xin Li, Hao Wang, Enhong Chen arxiv

Recent advancements in large language models (LLMs) have revolutionized natural language processing through their remarkable capabilities in understanding and executing diverse tasks. While supervised fine-tuning, particularly in Retrieval-Augmented Generation (RAG) scenarios, effectively enhances task-specific performance, it often leads to catastrophic forgetting, where models lose their previously acquired knowledge and general capabilities. Existing solutions either require access to general instruction data or face limitations in preserving the model's original distribution. To overcome these limitations, we propose SelfAug, a self-distribution alignment method that aligns input sequence logits to preserve the model's semantic distribution, thereby mitigating catastrophic forgetting and improving downstream performance. Extensive experiments demonstrate that SelfAug achieves a superior balance between downstream learning and general capability retention. Our comprehensive empirical analysis reveals a direct correlation between distribution shifts and the severity of catastrophic forgetting in RAG scenarios, highlighting how the absence of RAG capabilities in general instruction tuning leads to significant distribution shifts during fine-tuning. Our findings not only advance the understanding of catastrophic forgetting in RAG contexts but also provide a practical solution applicable across diverse fine-tuning scenarios. Our code is publicly available at https://github.com/USTC-StarTeam/SelfAug.

📄 PDF Abstract BibTeX arXiv:2509.03934

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Contrastive Supervised Distillation for Continual Representation Learning

2022-05-11 · Tommaso Barletti, Niccolo' Biondi, Federico Pernici, Matteo Bruni 외

In this paper, we propose a novel training procedure for the continual representation learning problem in which a neural network model is sequentially learned to alleviate catastrophic forgetting in visual search tasks. …

Representation LearningRetrieval

FPPL: An Efficient and Non-IID Robust Federated Continual Learning Framework

2024-11-04 · Yuchen He, Chuyun Shen, Xiangfeng Wang, Bo Jin

Federated continual learning (FCL) aims to learn from sequential data stream in the decentralized federated learning setting, while simultaneously mitigating the catastrophic forgetting issue in classical continual learn…

Continual LearningContrastive LearningFederated LearningPrompt Learning

DRAE: Dynamic Retrieval-Augmented Expert Networks for Lifelong Learning and Task Adaptation in Robotics

2025-07-07 · Yayu Long, Kewei Chen, Long Jin, Mingsheng Shang arxiv

We introduce Dynamic Retrieval-Augmented Expert Networks (DRAE), a groundbreaking architecture that addresses the challenges of lifelong learning, catastrophic forgetting, and task adaptation by combining the dynamic rou…

Hierarchical Reinforcement Learning

The Importance of Robust Features in Mitigating Catastrophic Forgetting

2023-06-29 · Hikmat Khan, Nidhal C. Bouaynaya, Ghulam Rasoom

Continual learning (CL) is an approach to address catastrophic forgetting, which refers to forgetting previously learned knowledge by neural networks when trained on new tasks or data distributions. The adversarial robus…

Adversarial RobustnessContinual Learning

MEMTS: Internalizing Domain Knowledge via Parameterized Memory for Retrieval-Free Domain Adaptation of Time Series Foundation Models

2026-02-14 · Xiaoyun Yu, Li fan, Xiangfei Qiu, Nanqing Dong 외 arxiv

While Time Series Foundation Models (TSFMs) have demonstrated exceptional performance in generalized forecasting, their performance often degrades significantly when deployed in real-world vertical domains characterized …

Time Series ForecastingDomain Adaptation