What Evidence Do Language Models Find Convincing?
Alexander Wan, Eric Wallace, Dan Klein
TL;DR
This work introduces ConflictingQA, a dataset linking controversial questions to conflicting real-world evidence to study how retrieval-augmented LLMs judge convincingness. By measuring paragraph win-rate and performing counterfactual perturbations, the study shows that model judgments hinge largely on relevance to the query rather than stylistic or credibility cues, revealing a misalignment with human credibility judgments. The findings emphasize the need to improve retrieval quality and to adjust training to better align model judgments with human preferences, including safeguards against misinformation. The work provides a practical benchmark and analysis framework for understanding evidence-level influences on RAG systems in open-ended, real-world questions.
Abstract
Retrieval-augmented language models are being increasingly tasked with subjective, contentious, and conflicting queries such as "is aspartame linked to cancer". To resolve these ambiguous queries, one must search through a large range of websites and consider "which, if any, of this evidence do I find convincing?". In this work, we study how LLMs answer this question. In particular, we construct ConflictingQA, a dataset that pairs controversial queries with a series of real-world evidence documents that contain different facts (e.g., quantitative results), argument styles (e.g., appeals to authority), and answers (Yes or No). We use this dataset to perform sensitivity and counterfactual analyses to explore which text features most affect LLM predictions. Overall, we find that current models rely heavily on the relevance of a website to the query, while largely ignoring stylistic features that humans find important such as whether a text contains scientific references or is written with a neutral tone. Taken together, these results highlight the importance of RAG corpus quality (e.g., the need to filter misinformation), and possibly even a shift in how LLMs are trained to better align with human judgements.
