Whose Facts Win? LLM Source Preferences under Knowledge Conflicts
Jakob Schuster, Vagrant Gautam, Katja Markert
TL;DR
This work investigates how LLMs resolve knowledge conflicts when retrieved information from different sources clashes in retrieval-augmented generation. Using a synthetic, highly controlled setting across 13 open-weight models, the authors reveal a clear source credibility hierarchy—government and newspaper sources are generally preferred over individuals or social media. However, repetition bias can override these preferences, underscoring vulnerability to disinformation; a novel teacher-student fine-tuning approach combined with credibility prompting can dramatically reduce repetition bias while preserving most of the original source preferences. The study provides data and code to spur further research on credibility in knowledge-intensive NLP and has implications for designing more trustworthy RAG systems and information ecosystems.
Abstract
As large language models (LLMs) are more frequently used in retrieval-augmented generation pipelines, it is increasingly relevant to study their behavior under knowledge conflicts. Thus far, the role of the source of the retrieved information has gone unexamined. We address this gap with a novel framework to investigate how source preferences affect LLM resolution of inter-context knowledge conflicts in English, motivated by interdisciplinary research on credibility. With a comprehensive, tightly-controlled evaluation of 13 open-weight LLMs, we find that LLMs prefer institutionally-corroborated information (e.g., government or newspaper sources) over information from people and social media. However, these source preferences can be reversed by simply repeating information from less credible sources. To mitigate repetition effects and maintain consistent preferences, we propose a novel method that reduces repetition bias by up to 99.8%, while also maintaining at least 88.8% of original preferences. We release all data and code to encourage future work on credibility and source preferences in knowledge-intensive NLP.
