paper-with-me

홈 › Papers

Evidence-backed Fact Checking using RAG and Few-Shot In-Context Learning with LLMs

2024-08-22 · Ronit Singhal, Pransh Patwa, Parth Patwa, Aman Chadha, Amitava Das

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 is a 22% absolute improvement over the baseline. Our Code is publicly available on https://github.com/ronit-singhal/evidence-backed-fact-checking-using-rag-and-few-shot-in-context-learning-with-llms.

📄 PDF Abstract BibTeX arXiv:2408.12060

Code (1)

ronit-singhal/evidence-backed-fact-checking-using-rag-and-few-shot-in-context-learning-with-llms 공식 구현

Tasks

Fact CheckingIn-Context LearningLanguage ModelingLanguage ModellingLarge Language ModelMisinformationRAG

Similar Papers 제목 키워드 기반

ZeFaV: Boosting Large Language Models for Zero-shot Fact Verification

2024-11-18 · Son T. Luu, Hiep Nguyen, Trung Vo, Le-Minh Nguyen

In this paper, we propose ZeFaV - a zero-shot based fact-checking verification framework to enhance the performance on fact verification task of large language models by leveraging the in-context learning ability of larg…

Fact CheckingFact VerificationIn-Context Learning

HealthFC: Verifying Health Claims with Evidence-Based Medical Fact-Checking

2023-09-15 · Juraj Vladika, Phillip Schneider, Florian Matthes

In the digital age, seeking health advice on the Internet has become a common practice. At the same time, determining the trustworthiness of online medical content is increasingly challenging. Fact-checking has emerged a…

Claim VerificationExplanation GenerationFact CheckingRetrieval

Decide less, communicate more: On the construct validity of end-to-end fact-checking in medicine

2025-06-25 · Sebastian Joseph, Lily Chen, Barry Wei, Michael Mackert 외

Technological progress has led to concrete advancements in tasks that were regarded as challenging, such as automatic fact-checking. Interest in adopting these systems for public health and medicine has grown due to the …

Fact CheckingNavigate

ADMIT: Few-shot Knowledge Poisoning Attacks on RAG-based Fact Checking

2025-10-11 · Yutao Wu, Xiao Liu, Yinghui Li, Yifeng Gao 외 arxiv

Knowledge poisoning poses a critical threat to Retrieval-Augmented Generation (RAG) systems by injecting adversarial content into knowledge bases, tricking Large Language Models (LLMs) into producing attacker-controlled …

Fact Checking

DEFAME: Dynamic Evidence-based FAct-checking with Multimodal Experts

2024-12-13 · Tobias Braun, Mark Rothermel, Marcus Rohrbach, Anna Rohrbach

The proliferation of disinformation presents a growing threat to societal trust and democracy, necessitating robust and scalable Fact-Checking systems. In this work, we present Dynamic Evidence-based FAct-checking with M…

Claim VerificationFact Checking