Semantic are Beacons: A Semantic Perspective for Unveiling Parameter-Efficient Fine-Tuning in Knowledge Learning
Renzhi Wang, Piji Li
TL;DR
The paper investigates why Parameter-Efficient Fine-Tuning (PEFT) struggles to acquire factual knowledge in large language models. By framing knowledge learning in a semantic-distance space, it identifies two key issues: (i) fine-tuning can drift away from target knowledge, and (ii) interference among multiple knowledge items impedes learning. To address this, it introduces a data-filtering strategy and a re-weighted learning objective that incorporate semantic-distance signals, and demonstrates performance gains across multiple open-source LLMs and knowledge datasets. The work provides a semantic foundation for understanding PEFT limitations and offers practical techniques to improve knowledge learning in low-parameter-update regimes. These insights advance PEFT research and open pathways for more robust, knowledge-focused fine-tuning of large language models.
Abstract
Parameter-Efficient Fine-Tuning (PEFT) methods enable efficient adaptation of Large Language Models (LLMs) to various downstream applications. However, the effectiveness of the PEFT diminishes notably when downstream tasks require accurate learning of factual knowledge. In this paper, we adopt a semantic perspective to investigate this phenomenon, uncovering the reasons behind PEFT's limitations in knowledge learning task. Our findings reveal that: (1) PEFT presents a notable risk of pushing the model away from the intended knowledge target; (2) multiple knowledge interfere with each other, and such interference suppresses the learning and expression of knowledge features. Based on these insights, we introduce a data filtering strategy to exclude data that is detrimental to knowledge learning and a re-weighted learning strategy to make the model attentive to semantic distance during knowledge learning. Experimental results demonstrate the effectiveness of the proposed method on open-source large language model, further validate the semantic challenge in PEFT, thus paving the way for future research.
