Interpretable Catastrophic Forgetting Of Large Language Model Fine-tuning Via Instruction Vector · The Large Language Model Bible Contribute to LLM-Bible

Interpretable Catastrophic Forgetting Of Large Language Model Fine-tuning Via Instruction Vector

Jiang Gangwei, Jiang Caigao, Li Zhaoyi, Xue Siqiao, Zhou Jun, Song Linqi, Lian Defu, Wei Ying. Arxiv 2024

[Paper]    
Fine Tuning Pretraining Methods Reinforcement Learning Tools Training Techniques

Fine-tuning large language models (LLMs) can cause them to lose their general capabilities. However, the intrinsic mechanisms behind such forgetting remain unexplored. In this paper, we begin by examining this phenomenon by focusing on knowledge understanding and instruction following, with the latter identified as the main contributor to forgetting during fine-tuning. Consequently, we propose the Instruction Vector (IV) framework to capture model representations highly related to specific instruction-following capabilities, thereby making it possible to understand model-intrinsic forgetting. Through the analysis of IV dynamics pre and post-training, we suggest that fine-tuning mostly adds specialized reasoning patterns instead of erasing previous skills, which may appear as forgetting. Building on this insight, we develop IV-guided training, which aims to preserve original computation graph, thereby mitigating catastrophic forgetting. Empirical tests on three benchmarks confirm the efficacy of this new approach, supporting the relationship between IVs and forgetting. Our code will be made available soon.

Similar Work