Talking to Yourself: Defying Forgetting in Large Language Models
Yutao Sun, Mingshuai Chen, Tiancheng Zhao, Phillip Miao, Zilun Zhang, Haozhan Shen, Ruizhe Zhu, Jianwei Yin

TL;DR
This paper introduces SA-SFT, a lightweight self-augmentation method where LLMs generate self-dialogues to mitigate catastrophic forgetting during fine-tuning, improving task-specific performance without external data or complex training modifications.
Contribution
SA-SFT is a novel self-augmentation routine that reduces catastrophic forgetting in LLMs by using self-generated data, outperforming common baselines without additional data or tuning.
Findings
SA-SFT maintains original model performance in 50 scenarios.
SA-SFT outperforms layer freezing and external data mixing in 40 cases.
Theoretical analysis links forgetting to style-induced parameter drift.
Abstract
Catastrophic forgetting remains a major challenge when fine-tuning large language models (LLMs) on narrow, task-specific data, often degrading their general knowledge and reasoning abilities. We propose SA-SFT, a lightweight self-augmentation routine in which an LLM generates self-dialogues prior to fine-tuning, and the resulting self-authored data are mixed with task data without modifying optimization or training schedules. Despite requiring no external data or additional tuning, SA-SFT consistently mitigates catastrophic forgetting while improving in-domain performance. Across 50 evaluation scenarios, it maintains performance comparable to the original model and achieves the best results in 40 cases, outperforming common baselines such as layer freezing and external data mixing. Guided by these empirical findings, we further present a theoretical analysis suggesting that forgetting…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
