Do Influence Functions Work on Large Language Models?
Zhe Li, Wei Zhao, Yige Li, Jun Sun
TL;DR
This work interrogates whether influence functions can meaningfully attribute LLM outputs to individual training examples. Through a systematic empirical study across harmful-data identification, class attribution, and backdoor detection, the authors show that influence functions generally underperform compared to representation-based approaches like RepSim. They identify three fundamental causes: approximation errors in iHVP computations for large models, unstable convergence during fine-tuning, and a misalignment between parameter changes and actual behavioral changes in LLMs. The findings challenge prior successes and advocate for developing alternative, more reliable data-attribution methods to better understand and improve LLM behavior in practice.
Abstract
Influence functions are important for quantifying the impact of individual training data points on a model's predictions. Although extensive research has been conducted on influence functions in traditional machine learning models, their application to large language models (LLMs) has been limited. In this work, we conduct a systematic study to address a key question: do influence functions work on LLMs? Specifically, we evaluate influence functions across multiple tasks and find that they consistently perform poorly in most settings. Our further investigation reveals that their poor performance can be attributed to: (1) inevitable approximation errors when estimating the iHVP component due to the scale of LLMs, (2) uncertain convergence during fine-tuning, and, more fundamentally, (3) the definition itself, as changes in model parameters do not necessarily correlate with changes in LLM behavior. Thus, our study suggests the need for alternative approaches for identifying influential samples.
