paper-with-me

Papers

ClaimCheck: Real-Time Fact-Checking with Small Language Models

2025-09-22 · Akshith Reddy Putta, Jacob Devasier, Chengkai Li arxiv

We introduce ClaimCheck, an LLM-guided automatic fact-checking system designed to verify real-world claims using live Web evidence and small language models. Unlike prior systems that rely on large, closed-source models and static knowledge stores, ClaimCheck employs a transparent, stepwise verification pipeline that mirrors human fact-checking workflows consisting of Web search query planning, Web-based evidence retrieval and summarization, evidence synthesis and re-retrieval, and claim verdict evaluation. Each module is optimized for small LLMs, allowing the system to deliver accurate and interpretable fact-checking with significantly lower computational requirements. Despite using a much smaller Qwen3-4B model, ClaimCheck achieves state-of-the-art accuracy of 76.4% on the AVeriTeC dataset, outperforming previous approaches using LLaMA3.1 70B and GPT-4o. Extensive ablations demonstrate that careful modular design and prompting strategies can overcome the limitations of smaller LLMs. To promote accessibility and transparency, we provide a public demo at https://idir.uta.edu/claimcheck.

📄 PDF Abstract BibTeX arXiv:2510.01226

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WatClaimCheck: A new Dataset for Claim Entailment and Inference

2022-05-01 · ACL 2022 5 · Kashif Khan, Ruizhe Wang, Pascal Poupart

We contribute a new dataset for the task of automated fact checking and an evaluation of state of the art algorithms. The dataset includes claims (from speeches, interviews, social media and news articles), review articl…

ArticlesFact CheckingPassage RetrievalRetrieval

CLAIMCHECK: How Grounded are LLM Critiques of Scientific Papers?

2025-03-27 · Jiefu Ou, William Gantt Walden, Kate Sanders, Zhengping Jiang 외

A core part of scientific peer review involves providing expert critiques that directly assess the scientific claims a paper makes. While it is now possible to automatically generate plausible (if generic) reviews, ensur…

BenchmarkingSpecificity

Evidence-based Interpretable Open-domain Fact-checking with Large Language Models

2023-12-10 · Xin Tan, Bowei Zou, Ai Ti Aw

Universal fact-checking systems for real-world claims face significant challenges in gathering valid and sufficient real-time evidence and making reasoned decisions. In this work, we introduce the Open-domain Explainable…

Fact Checkingvalid

Missing Counter-Evidence Renders NLP Fact-Checking Unrealistic for Misinformation

2022-10-25 · Max Glockner, Yufang Hou, Iryna Gurevych

Misinformation emerges in times of uncertainty when credible information is limited. This is challenging for NLP-based fact-checking as it relies on counter-evidence, which may not yet be available. Despite increasing in…

ArticlesFact CheckingMisinformation

Towards Automated Fact-Checking of Real-World Claims: Exploring Task Formulation and Assessment with LLMs

2025-02-13 · Premtim Sahitaj, Iffat Maab, Junichi Yamagishi, Jawan Kolanowski 외

Fact-checking is necessary to address the increasing volume of misinformation. Traditional fact-checking relies on manual analysis to verify claims, but it is slow and resource-intensive. This study establishes baseline …

Claim VerificationFact CheckingMisinformation