Workshop Proceedings of the 20th International
AAAI Conference on Web and Social Media

Workshop: CySoc 2026: 7th International Workshop on Cyber Social Threats

DOI: 10.36190/2026.05

Published: 2026-05-26
ClaimCheck: Real-Time Automatic Fact-Checking with Small Language Models
Akshith Reddy Putta, Jacob Devasier, Chengkai Li

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 much larger models like GPT-4o and Llama 3.