The Perils & Promises of Fact-checking with Large Language Models
Dorian Quelle, Alexandre Bovet
TL;DR
This study evaluates large language model (LLM) agents for automated fact-checking by having them generate queries, retrieve contextual data, and justify verdicts with cited sources using a ReAct-inspired framework. It compares GPT-3.5 and GPT-4 on the PolitiFact dataset and a large multilingual Data Commons corpus, under conditions with and without external context. Key findings show that contextual information enhances accuracy and calibration, GPT-4 outperforms GPT-3.5, and English translations improve performance on non-English claims, though results vary by language and category. The work highlights the potential and limitations of LLM-based fact-checking, emphasizing cautious deployment alongside human oversight and proposing future work on multilingual robustness and explainable reasoning.
Abstract
Automated fact-checking, using machine learning to verify claims, has grown vital as misinformation spreads beyond human fact-checking capacity. Large Language Models (LLMs) like GPT-4 are increasingly trusted to write academic papers, lawsuits, and news articles and to verify information, emphasizing their role in discerning truth from falsehood and the importance of being able to verify their outputs. Understanding the capacities and limitations of LLMs in fact-checking tasks is therefore essential for ensuring the health of our information ecosystem. Here, we evaluate the use of LLM agents in fact-checking by having them phrase queries, retrieve contextual data, and make decisions. Importantly, in our framework, agents explain their reasoning and cite the relevant sources from the retrieved context. Our results show the enhanced prowess of LLMs when equipped with contextual information. GPT-4 outperforms GPT-3, but accuracy varies based on query language and claim veracity. While LLMs show promise in fact-checking, caution is essential due to inconsistent accuracy. Our investigation calls for further research, fostering a deeper comprehension of when agents succeed and when they fail.
