ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
298
Citations
26
Influential Citations
Conference on Empirical Methods in Natural Language Processing
Venue
2024
Year
When large language models are aligned via supervised fine-tuning, they may encounter new factual information that was not acquired through pre-training. It is often conjectured that this can teach the model the behavior of hallucinating factually incorrect responses, as the model is trained to generate facts that are not grounded in its pre-existing knowledge. In this work, we study the impact of such exposure to new knowledge on the capability of the fine-tuned model to utilize its pre-existing knowledge. To this end, we design a controlled setup, focused on closed-book QA, where we vary the proportion of the fine-tuning examples that introduce new knowledge. We demonstrate that large language models struggle to acquire new factual knowledge through fine-tuning, as fine-tuning examples that introduce new knowledge are learned significantly slower than those consistent with the model’s knowledge. However, we also find that as the examples with new knowledge are eventually learned, they linearly increase the model’s tendency to hallucinate. Taken together, our results highlight the risk in introducing new factual knowledge through fine-tuning, and support the view that large language models mostly acquire factual knowledge through pre-training, whereas fine-tuning teaches them to use it more efficiently.
This paper addresses a critical and practical concern in deploying large language models (LLMs): the risk of hallucination when fine-tuning introduces new factual information. Many practitioners assume that fine-tuning can effectively inject new knowledge into a pre-trained model, but this work provides rigorous evidence that such attempts are both inefficient and dangerous. The finding that new knowledge is learned slowly and directly correlates with increased hallucination rates has immediate implications for model alignment and safety.
The significance is heightened by the paper's controlled experimental design, which isolates the effect of new knowledge from other fine-tuning variables. This allows the authors to make causal claims about the relationship between knowledge novelty and hallucination, moving beyond correlational observations common in prior work.
The paper reports that fine-tuning examples introducing new factual knowledge are learned significantly slower than those consistent with pre-existing knowledge. Specifically, the model requires more training steps to achieve similar accuracy on new-knowledge examples. Crucially, as the model eventually learns these new-knowledge examples, the overall hallucination rate on held-out questions increases linearly with the proportion of new-knowledge examples in the fine-tuning set. This suggests that the model is not truly acquiring the new facts but rather learning to produce plausible-sounding but incorrect answers.
This work has broad implications for AI safety and model development. It strongly suggests that fine-tuning should not be relied upon to inject new factual knowledge into LLMs; instead, such knowledge should be incorporated during pre-training or through retrieval-augmented generation. The findings also inform alignment techniques, cautioning against using fine-tuning to teach models facts that conflict with or extend beyond their pre-training corpus. For practitioners, this paper provides a clear warning: fine-tuning on new facts risks increasing hallucination without reliably imparting the intended knowledge.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba