Large Language Model Agent for Fake News Detection

Xinyi Li,Yongfeng Zhang,Edward C. Malthouse
2024-04-30
Abstract:In the current digital era, the rapid spread of misinformation on online platforms presents significant challenges to societal well-being, public trust, and democratic processes, influencing critical decision making and public opinion. To address these challenges, there is a growing need for automated fake news detection mechanisms. Pre-trained large language models (LLMs) have demonstrated exceptional capabilities across various natural language processing (NLP) tasks, prompting exploration into their potential for verifying news claims. Instead of employing LLMs in a non-agentic way, where LLMs generate responses based on direct prompts in a single shot, our work introduces FactAgent, an agentic approach of utilizing LLMs for fake news detection. FactAgent enables LLMs to emulate human expert behavior in verifying news claims without any model training, following a structured workflow. This workflow breaks down the complex task of news veracity checking into multiple sub-steps, where LLMs complete simple tasks using their internal knowledge or external tools. At the final step of the workflow, LLMs integrate all findings throughout the workflow to determine the news claim's veracity. Compared to manual human verification, FactAgent offers enhanced efficiency. Experimental studies demonstrate the effectiveness of FactAgent in verifying claims without the need for any training process. Moreover, FactAgent provides transparent explanations at each step of the workflow and during final decision-making, offering insights into the reasoning process of fake news detection for end users. FactAgent is highly adaptable, allowing for straightforward updates to its tools that LLMs can leverage within the workflow, as well as updates to the workflow itself using domain knowledge. This adaptability enables FactAgent's application to news verification across various domains.
Computation and Language,Artificial Intelligence,Information Retrieval
What problem does this paper attempt to address?
The paper attempts to address the issue of the rapid spread of misinformation on online platforms in the current digital age, which poses significant challenges to social welfare, public trust, and the democratic process. To tackle these challenges, there is an urgent need to develop automated fake news detection mechanisms. Specifically, the paper explores how to leverage pre-trained large-scale language models (LLMs) to verify the authenticity of news without requiring additional training of the models. The paper proposes an innovative method called FactAgent, which breaks down the complex task of news authenticity verification into multiple sub-steps and utilizes the internal knowledge of LLMs and external tools to complete each sub-task, ultimately integrating all findings to determine the authenticity of the news. Compared to manual human verification, FactAgent offers higher efficiency and provides transparent explanations at each workflow step and in the final decision-making process, enhancing user understanding. Additionally, FactAgent is highly adaptable, allowing for easy updates to its tools and workflows, making it suitable for news verification in different domains.