← Latest papers
💻 computer science

Explaining Sources of Uncertainty in Automated Fact-Checking

The paper introduces CLUE, a plug-and-play framework that generates natural language explanations for automated fact-checking uncertainty by identifying and verbalizing conflicts and agreements between text spans, thereby producing more faithful, informative, and logically consistent outputs than existing baselines.

Original authors: Jingyi Sun, Greta Warren, Irina Shklovski, Isabelle Augenstein

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

Original authors: Jingyi Sun, Greta Warren, Irina Shklovski, Isabelle Augenstein

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

The Problem: The "Black Box" Detective

Imagine you hire a super-smart AI detective to check if a news story is true. The detective reads a claim (e.g., "Cats can spread a virus") and looks at two different news articles (Evidence 1 and Evidence 2) to decide.

The detective gives you an answer: "This is likely true." But then, it adds a weird, unhelpful note: "I'm 73% sure."

This is frustrating for a human fact-checker. Why are you only 73% sure?

  • Is it because the two articles contradict each other?
  • Is it because one article is vague?
  • Is it because the detective is just guessing?

Current AI systems are like detectives who give you a confidence score but refuse to show their work. They don't tell you which part of the evidence made them hesitate. If the two articles disagree, the AI doesn't point out the specific sentence in Article 1 that clashes with Article 2. It just says, "I'm not 100% sure," leaving you to guess why.

The Solution: CLUE (The "Show Your Work" Framework)

The authors created a new tool called CLUE (Conflict-&Agreement-aware Language-model Uncertainty Explanations).

Think of CLUE as a translator that sits between the AI detective and the human. Instead of just giving a number, CLUE forces the AI to write a plain English explanation that highlights exactly where the confusion lies.

Here is how CLUE works, step-by-step:

1. The "Spot the Difference" Game (Span Interaction)

First, CLUE looks at the Claim and the two Evidence articles. It acts like a highlighter pen, scanning for specific "span interactions."

  • The Match: It finds where the Claim and Evidence 1 agree (e.g., both mention "cats").
  • The Clash: It finds where Evidence 1 and Evidence 2 disagree (e.g., Evidence 1 says "cats can spread it," but Evidence 2 says "no transmission was found").

CLUE doesn't just see the whole document; it zooms in on the specific sentences that are talking to (or fighting with) each other.

2. The "Confidence Meter" (Uncertainty Scoring)

The AI calculates a "worry score" (mathematically called entropy). If the AI is confused by conflicting evidence, this score goes up. If the evidence is clear and agrees, the score goes down.

3. The "Storyteller" (Explanation Generation)

This is the magic part. CLUE takes the "worry score" and the "highlighted clashes" and asks the AI to write a story.

  • Old Way: "I am 73% confident."
  • CLUE Way: "I am somewhat uncertain because while Evidence 1 agrees that cats can get the virus, Evidence 2 contradicts the part about them spreading it to others. This specific disagreement is why I'm not 100% sure."

How They Tested It

The researchers tested this on three different AI models and two real-world fact-checking datasets (one about health, one about general news).

They compared CLUE against a "standard" AI that just gets a prompt to explain itself without any help.

  • The Result: The standard AI often made up reasons or gave vague explanations that didn't match its actual confusion.
  • The CLUE Result: CLUE's explanations were much more honest. They accurately pointed out the specific sentences causing the doubt.

Human testers (real people) preferred CLUE. They said the explanations were:

  • More helpful: They actually helped them understand the problem.
  • Less repetitive: They didn't just repeat the text over and over.
  • More logical: The reasoning made sense.

The Trade-Off (The "Strict" vs. "Chatty" Detective)

The paper found two ways to run CLUE, and they have a slight personality clash:

  1. The Strict Detective (CLUE-Span+Steering): This version forces the AI to stick very closely to the highlighted sentences. It is extremely accurate (faithful) to the math, but sometimes the explanation feels a bit robotic or choppy because it's so focused on the specific words.
  2. The Chatty Detective (CLUE-Span): This version is a bit more flexible. It flows better and sounds more natural to humans, but it might occasionally miss a tiny detail or add a tiny bit of fluff.

The Bottom Line

The paper argues that for AI to be useful in high-stakes jobs like fact-checking, it can't just give a verdict and a number. It needs to show its work.

CLUE is the first tool that can look at a messy pile of conflicting documents, find the exact sentences that are fighting each other, and explain to a human: "I'm unsure because these two specific sentences disagree." This turns the AI from a mysterious oracle into a transparent partner that helps humans verify the truth.

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 →