ClaimDB: A Fact Verification Benchmark over Large Structured Data
Michael Theologitis, Preetam Prabhu Srikar Dammu, Chirag Shah, Dan Suciu
TL;DR
ClaimDB introduces a fact-verification benchmark over large-scale structured data, capturing real-world verification challenges where evidence spans millions of records across multiple tables. The authors design a rigorous construction pipeline, leveraging the BIRD NL-to-SQL corpus, aggressive pre-filtering to enforce compositional reasoning, and GPT-5-based claim generation, followed by a panel of multi-organization LLM judges and NEI sampling to ensure quality. Evaluations across 30 models reveal that none surpass ~83% accuracy, with many below 55%, highlighting the gap in reasoning over large databases and the limitations of abstention for high-stakes analysis. The work emphasizes executable reasoning, tool-based verification, and careful data governance, offering a public benchmark, code, and LLM leaderboard to spur progress toward robust verification in real-world, data-rich settings.
Abstract
Despite substantial progress in fact-verification benchmarks, claims grounded in large-scale structured data remain underexplored. In this work, we introduce ClaimDB, the first fact-verification benchmark where the evidence for claims is derived from compositions of millions of records and multiple tables. ClaimDB consists of 80 unique real-life databases covering a wide range of domains, from governance and healthcare to media, education and the natural sciences. At this scale, verification approaches that rely on "reading" the evidence break down, forcing a timely shift toward reasoning in executable programs. We conduct extensive experiments with 30 state-of-the-art proprietary and open-source (below 70B) LLMs and find that none exceed 83% accuracy, with more than half below 55%. Our analysis also reveals that both closed- and open-source models struggle with abstention -- the ability to admit that there is no evidence to decide -- raising doubts about their reliability in high-stakes data analysis. We release the benchmark, code, and the LLM leaderboard at https://claimdb.github.io .
