← Latest papers
💬 NLP

DecomposeRL: Learning to Ask Useful, Informative, and Diverse Questions for Semi-Supervised, Traceable Claim Verification

DecomposeRL is a semi-supervised, traceable claim verification framework that leverages a data-curation funnel and GRPO-based reinforcement learning to train a compact 7B model, achieving performance comparable to much larger baselines while producing interpretable reasoning traces.

Original authors: Shubhashis Roy Dipta, Ankur Padia, Francis Ferraro

Published 2026-05-28
📖 6 min read🧠 Deep dive

Original authors: Shubhashis Roy Dipta, Ankur Padia, Francis Ferraro

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.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 Big Problem: The "Black Box" vs. The "Slow Detective"

Imagine you are trying to fact-check a wild rumor, like: "The author of '1984' won the Nobel Prize."

Currently, there are two ways computers try to solve this:

  1. The "Black Box" Classifier: This is like a super-fast security guard who looks at the rumor and instantly shouts, "False!" It's fast and usually right, but if you ask, "Why?" it just shrugs. It gives you no proof. In high-stakes situations (like medicine or politics), you can't trust a verdict without seeing the evidence.
  2. The "Slow Detective" (Decomposition): This is like a detective who breaks the rumor into small questions: "Who wrote 1984?" -> "Did that person win a Nobel?" It writes down every step, so you can see the proof. However, these detectives are often slow, make mistakes, and struggle to learn from new cases without a human teacher holding their hand.

DECOMPOSERL is a new system that tries to be the best of both worlds: a fast, accurate detective that leaves a clear, inspectable trail of evidence for every answer.


How It Works: The "Smart Questioner"

Instead of just guessing the answer, DECOMPOSERL is trained to be a Master Interrogator. Its job isn't to answer the claim directly; its job is to ask the perfect set of questions to figure out the truth.

Think of it like a game of 20 Questions, but the computer is playing against itself to find the most efficient path to the truth.

1. The "Reward System" (The Coach)

To teach this AI to ask good questions, the researchers didn't just say "Good job" or "Bad job." They built a multi-faceted reward system (like a strict coach with a checklist). The AI gets points only if its questions meet three specific criteria:

  • Useful (The "Game Changer"): If you remove this question, does the final answer change?
    • Analogy: Imagine a jury. If a juror asks, "Did the defendant own a red car?" and the verdict stays the same, that question was useless. But if they ask, "Was the defendant at the scene?" and that changes the verdict, that question was useful. DECOMPOSERL only keeps questions that actually change the outcome.
  • Informative (The "Facts Only" Rule): The question must be answerable using only the provided evidence, and it must be a single, clear fact.
    • Analogy: Asking "Is this claim true?" is a bad question because it just repeats the problem. Asking "How many pages are in the book?" is bad if the book's length doesn't matter. The AI learns to ask things like, "Who wrote the book?" which is a specific, grounded fact.
  • Diverse (The "No Repetition" Rule): The questions shouldn't be redundant.
    • Analogy: If you ask "Who wrote the book?" and then "Who is the author of the book?", you've wasted time. The AI learns to ask different questions that cover different parts of the puzzle.

2. The "Data Funnel" (The Filter)

Training a smart AI usually requires millions of examples, which is expensive and slow. The researchers had a clever trick: The Data Funnel.

  • They started with a massive pile of 155,000 fact-checking examples from the internet.
  • They ran them through a series of filters (like a coffee filter):
    • Filter 1: Throw away claims that are too short or too long.
    • Filter 2: Throw away claims that are too easy (even a simple AI can solve them) or too messy.
    • Filter 3: Remove duplicates.
  • The Result: They distilled that huge pile down to a tiny, high-quality "essence" of just 5,000 claims.
  • Analogy: Imagine trying to learn to cook by tasting 155,000 random dishes, most of which are burnt or bland. Instead, DECOMPOSERL's creators filtered that down to 5,000 perfect, chef-quality recipes. The AI learned faster and better from this small, high-quality set than from the massive, messy pile.

3. The "Semi-Supervised" Trick (Learning Without a Teacher)

Usually, to train an AI, you need a human to grade every single answer (Gold Labels). But humans are slow and expensive.

DECOMPOSERL has a special mode where it can learn even if 90% of the answers are ungraded.

  • How? It uses a technique called Self-Consistency. The AI generates multiple different "paths" (sets of questions) for the same claim. If 7 out of 8 paths agree on the final verdict, the AI assumes that verdict is correct and uses it as a "pseudo-label" to teach itself.
  • Analogy: Imagine a student taking a test without an answer key. If the student solves the problem five different ways and gets the same answer every time, they gain confidence that they are right, even without a teacher checking.

The Results: Small but Mighty

The researchers tested their 7-billion-parameter model (which is relatively small in the world of AI) against much larger models (32 billion parameters) and even top-tier proprietary systems like GPT-4.

  • Accuracy: DECOMPOSERL matched the performance of models 4 times larger than itself.
  • Efficiency: It achieved this using only the tiny, curated dataset of 5,000 claims.
  • Semi-Supervised Success: Even when trained with only 10% labeled data (and 90% self-graded), it still outperformed all other models of the same size.

The "Trace" (The Paper Trail)

The most important feature of DECOMPOSERL is that it doesn't just give you a "True/False" answer. It gives you a Trace.

  • Analogy: If a regular AI is a magician pulling a rabbit out of a hat (you see the result, but not the trick), DECOMPOSERL is a magician who shows you the empty hat, the rabbit, and the exact moment they put the rabbit in, step-by-step.
  • The output looks like a conversation:
    1. Question: "Who wrote 1984?" -> Answer: "George Orwell."
    2. Question: "Did George Orwell win the Nobel Prize?" -> Answer: "No, the document says he did not."
    3. Verdict: REFUTED (The claim is false).

This allows humans to audit the work. If the AI makes a mistake, you can look at the "Trace" and see exactly which question or answer led to the error.

Summary

DECOMPOSERL is a smart, efficient AI fact-checker that learns to ask the right questions to solve a puzzle. It uses a "filter" to learn from a small, high-quality dataset and a "self-check" system to learn even when it doesn't have a teacher. The result is a system that is as accurate as giant super-computers but produces a clear, step-by-step explanation of how it reached its conclusion.

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 →