CLAISep 22, 2025

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

arXiv:2510.01226v1h-index: 4
Originality Highly original
AI Analysis

This addresses the problem of high computational costs and lack of transparency in automated fact-checking for users needing accessible and interpretable verification.

The paper tackles real-time fact-checking by introducing ClaimCheck, a system that uses small language models and live web evidence to verify claims, achieving state-of-the-art accuracy of 76.4% on the AVeriTeC dataset while outperforming larger models like LLaMA3.1 70B and GPT-4o.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes