Evidence-backed Fact Checking using RAG and Few-Shot In-Context Learning with LLMs
Ronit Singhal, Pransh Patwa, Parth Patwa, Aman Chadha, Amitava Das

TL;DR
This paper introduces an automated fact-checking system that combines RAG and few-shot ICL with LLMs, improving verification accuracy and providing evidence for claims on social media misinformation.
Contribution
The study develops a novel RAG-based fact-checking pipeline that integrates evidence retrieval with LLM classification, demonstrating significant performance gains over baseline methods.
Findings
Achieved a 22% improvement in Averitec score over baseline
Successfully extracted relevant evidence sentences from knowledge base
Demonstrated effective few-shot ICL capabilities across multiple LLMs
Abstract
Given the widespread dissemination of misinformation on social media, implementing fact-checking mechanisms for online claims is essential. Manually verifying every claim is very challenging, underscoring the need for an automated fact-checking system. This paper presents our system designed to address this issue. We utilize the Averitec dataset (Schlichtkrull et al., 2023) to assess the performance of our fact-checking system. In addition to veracity prediction, our system provides supporting evidence, which is extracted from the dataset. We develop a Retrieve and Generate (RAG) pipeline to extract relevant evidence sentences from a knowledge base, which are then inputted along with the claim into a large language model (LLM) for classification. We also evaluate the few-shot In-Context Learning (ICL) capabilities of multiple LLMs. Our system achieves an 'Averitec' score of 0.33, which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Data Quality and Management
