Learning or Self-aligning? Rethinking Instruction Fine-tuning
Mengjie Ren, Boxi Cao, Hongyu Lin, Cao Liu, Xianpei Han, Ke Zeng, Guanglu Wan, Xunliang Cai, Le Sun
TL;DR
This paper challenges the view that instruction fine-tuning primarily injects new domain knowledge. It proposes a knowledge intervention framework to decouple world-knowledge injection from behavioral norm transfer by probing internal parameter knowledge with in-context learning and manipulating IFT data accordingly. Across four domains and multiple base models, the authors show that consistency between pre- and post-IFT internal knowledge drives performance more than added world knowledge; contextualizing knowledge within prompts further mitigates adverse effects. The findings support a self-alignment view of IFT and offer practical guidance for constructing IFT data and evaluating alignment, with implications for future work on self-alignment, data design, and larger-scale models.
Abstract
Instruction Fine-tuning~(IFT) is a critical phase in building large language models~(LLMs). Previous works mainly focus on the IFT's role in the transfer of behavioral norms and the learning of additional world knowledge. However, the understanding of the underlying mechanisms of IFT remains significantly limited. In this paper, we design a knowledge intervention framework to decouple the potential underlying factors of IFT, thereby enabling individual analysis of different factors. Surprisingly, our experiments reveal that attempting to learn additional world knowledge through IFT often struggles to yield positive impacts and can even lead to markedly negative effects. Further, we discover that maintaining internal knowledge consistency before and after IFT is a critical factor for achieving successful IFT. Our findings reveal the underlying mechanisms of IFT and provide robust support for some very recent and potential future works.
