← Latest papers
💬 NLP

ClaimDB: A Fact Verification Benchmark over Large Structured Data

This paper introduces ClaimDB, a large-scale fact-verification benchmark comprising 80 real-life databases that challenges current LLMs to move beyond simple evidence reading toward executable program reasoning, revealing significant accuracy and abstention limitations in existing models.

Original authors: Michael Theologitis, Preetam Prabhu Srikar Dammu, Chirag Shah, Dan Suciu

Published 2026-04-14
📖 4 min read☕ Coffee break read

Original authors: Michael Theologitis, Preetam Prabhu Srikar Dammu, Chirag Shah, Dan Suciu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a detective trying to solve a mystery. Usually, when we check if a statement is true or false (fact-checking), we look at a few sentences, a short news article, or a small chart. It's like reading a single page of a book to find the answer.

But in the real world, big decisions aren't made on single pages. They are made by looking at entire libraries of data.

This paper introduces CLAIMDB, a new "training gym" for Artificial Intelligence (AI) to learn how to fact-check these massive, complex data mysteries.

Here is the breakdown of what they did, using some everyday analogies:

1. The Problem: The "Library vs. The Page"

Most current AI fact-checkers are like students who are great at reading a single page of a textbook but get lost if you hand them a whole library.

  • The Old Way: If a politician says, "Our city has the lowest crime rate," current AI might check a small Wikipedia table.
  • The Real World: In reality, that claim is based on millions of police records, spread across dozens of different databases (arrests, court cases, witness reports).
  • The Issue: If you try to feed all those millions of records into an AI's "brain" (its context window), it's like trying to drink the ocean through a straw. The AI chokes, forgets things, or just guesses.

2. The Solution: CLAIMDB (The "Big Data Gym")

The researchers built a massive training ground called CLAIMDB.

  • The Scale: They gathered 80 real-world databases (like a city's school records, a country's tax data, or hospital logs).
  • The Size: Each database is huge. On average, a single claim in this benchmark is backed by 4.5 million records. If you turned all that data into text, it would be 110 million words long. That's longer than the entire Library of Congress!
  • The Goal: The AI can't just "read" the answer. It has to act like a smart librarian who knows how to use a catalog system (SQL) to find the specific needle in the haystack.

3. How They Made It (The "Recipe")

They didn't just make up fake questions. They used a clever recipe:

  1. Start with Questions: They took existing questions people asked about these databases (e.g., "Which city has the most 5-star restaurants?").
  2. Run the Math: They let a computer run the math to get the real answer.
  3. Create the Claims: They asked a super-smart AI (GPT-5) to write three types of statements based on that answer:
    • True: "City X has the most 5-star restaurants." (Supported by the data).
    • False: "City Y has the most 5-star restaurants." (Contradicted by the data).
    • Unknown (NEI): "City X has the friendliest waiters." (The data has no info on "friendliness," so the AI must admit it doesn't know).

4. The Test: Can the AI "Think" or Just "Guess"?

They tested 30 different AI models (both famous paid ones like GPT-4/5 and free open-source ones) on this gym.

The Results were surprising:

  • The "Reading" Strategy Failed: Most AIs tried to just "read" the data and failed miserably. Their accuracy was often below 55% (barely better than flipping a coin).
  • The "Tool-User" Strategy Worked: The best AIs didn't read the whole library. Instead, they wrote code (SQL queries) to ask the database specific questions, like a detective asking a witness, "Show me all records for City X."
  • The "Honesty" Problem: The biggest failure wasn't getting the math wrong; it was admitting ignorance.
    • Proprietary AIs (Paid): Were too confident. Even when they didn't have the data, they guessed.
    • Open-Source AIs: Were too shy. They guessed "I don't know" even when the answer was right there.
    • The Lesson: In high-stakes situations (like medical or legal decisions), an AI that refuses to guess when it doesn't know is more reliable than one that guesses confidently.

5. Why This Matters

Think of this like the difference between a tourist and a local expert.

  • A tourist (current AI) looks at a map and guesses where the best coffee shop is.
  • A local expert (CLAIMDB-trained AI) knows the city has millions of streets. It doesn't guess; it uses a GPS (SQL) to navigate the data, find the exact spot, and tell you the truth.

The Bottom Line:
CLAIMDB proves that to handle real-world facts, AI needs to stop trying to "read" everything and start learning how to use tools to query massive databases. It also shows that we still have a long way to go before AI can be trusted to make high-stakes decisions without hallucinating (making things up).

The researchers have released this "gym" for free, so other scientists can train their AI to become better detectives.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →