Don't Half-listen: Capturing Key-part Information in Continual Instruction Tuning
Yongquan He, Wenyuan Zhang, Xuancheng Huang, Peng Zhang, Lingxun Meng, Xiang Zhou, Ke Zeng, Xunliang Cai
TL;DR
This work tackles continual instruction tuning of LLMs by addressing catastrophic forgetting and a half-listening tendency to surface-level instruction patterns. It introduces KPIG, a framework that masks key parts of instructions to compute information gain, guiding selective replay and a dynamic training objective to emphasize task-aware cues. The approach yields state-of-the-art results on seen and held-out tasks, validated with new P-score and V-score metrics that capture instruction-following and generalization, respectively. The methodology offers practical improvements for robust, instruction-aligned LLMs in evolving task environments.
Abstract
Instruction tuning for large language models (LLMs) can drive them to produce results consistent with human goals in specific downstream tasks. However, the process of continual instruction tuning (CIT) for LLMs may bring about the catastrophic forgetting (CF) problem, where previously learned abilities are degraded. Recent methods try to alleviate the CF problem by modifying models or replaying data, which may only remember the surface-level pattern of instructions and get confused on held-out tasks. In this paper, we propose a novel continual instruction tuning method based on Key-part Information Gain (KPIG). Our method computes the information gain on masked parts to dynamically replay data and refine the training objective, which enables LLMs to capture task-aware information relevant to the correct response and alleviate overfitting to general descriptions in instructions. In addition, we propose two metrics, P-score and V-score, to measure the generalization and instruction-following abilities of LLMs. Experiments demonstrate our method achieves superior performance on both seen and held-out tasks.
