← Latest papers
🤖 AI

From Verdict to Process: Agentic Reinforcement Learning for Multi-Stage Fact Verification

This paper introduces ProFact, an agentic reinforcement learning framework that optimizes multi-stage fact verification end-to-end by training a unified policy with process-aware rewards to overcome the limitations of isolated stage optimization and fixed heuristics.

Original authors: Rongxin Yang, Shenghong He, Siyuan Zhu, Chao Yu

Published 2026-06-12
📖 4 min read☕ Coffee break read

Original authors: Rongxin Yang, Shenghong He, Siyuan Zhu, Chao Yu

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. You have a claim (a statement someone made) and you need to figure out if it's True, False, or if there simply isn't Enough Evidence to decide.

In the past, AI detectives tried to solve this by following a rigid, pre-written checklist. They would break the claim into questions, look for answers, and then guess the verdict. The problem? Each step was done in isolation. The person writing the questions didn't talk to the person looking for the answers, and the person guessing the verdict didn't know how hard the others worked. It was like a relay race where the runners never passed the baton properly—they just ran their own legs and hoped for the best.

ProFact is a new way of training an AI detective using a method called "Agentic Reinforcement Learning." Here is how it works, using simple analogies:

1. The "One Brain" Approach (Unified Policy)

Instead of having separate experts for asking questions, finding evidence, and making a final judgment, ProFact trains one single AI brain to do the whole job from start to finish.

  • The Old Way: Imagine a factory assembly line. Worker A makes a part, Worker B paints it, and Worker C boxes it. If the box is ugly, Worker C gets blamed, but Worker A and B don't know they made a mistake.
  • The ProFact Way: Imagine a single master chef cooking a whole meal. If the soup is too salty, the chef knows immediately that they added too much salt. They learn to adjust the chopping, the seasoning, and the cooking all at once because they are responsible for the entire dish.

2. The "Coach" with Instant Feedback (Process-Aware Rewards)

The biggest challenge in training these AI detectives is that the "answer key" (the final truth) only comes at the very end. If the AI gets the final verdict wrong, it doesn't know why. Did it ask the wrong questions? Did it find the wrong evidence? Or did it just guess wrong at the end?

  • The Sparse Signal Problem: It's like playing a video game where you only get a "Game Over" screen at the very end. You don't know if you lost because you jumped too early, missed a power-up, or ran into a wall.
  • ProFact's Solution: The researchers gave the AI a coach who whispers feedback at every single step.
    • Step 1 (Asking Questions): The coach says, "Good job breaking that big claim into small, clear questions!" (Reward for Question Quality).
    • Step 2 (Finding Evidence): The coach says, "Great! You found the exact document that proves your point." (Reward for Evidence Grounding).
    • Step 3 (The Verdict): The coach says, "Correct! You guessed the truth." (Reward for Final Accuracy).

This turns a vague "Game Over" into a detailed scorecard, helping the AI learn exactly which moves led to success and which led to failure.

3. Learning by Trial and Error (Reinforcement Learning)

To get really good, the AI doesn't just read a book; it plays the game thousands of times.

  • It tries different ways to break down a claim.
  • It tries different ways to search for evidence.
  • It compares its different attempts (like a group of students taking the same test). If one student gets a better score, the AI learns to copy that student's strategy.

The Results: Faster and Smarter

When the researchers tested ProFact, they found two major wins:

  1. Better Accuracy: The AI became much better at figuring out the truth because it learned to coordinate its steps perfectly. It didn't just guess; it built a solid case.
  2. Faster and Cheaper: Surprisingly, ProFact was also faster and used less computing power than the older methods. Because it learned a more efficient strategy, it didn't waste time asking unnecessary questions or reading irrelevant documents. It learned to be a lean, efficient detective.

Summary

In short, ProFact takes the chaotic process of fact-checking and turns it into a smooth, coordinated dance. By giving the AI a "coach" that praises or corrects it at every single step (not just the end), the AI learns to ask better questions, find better evidence, and make more accurate decisions, all while doing it faster than before.

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 →