← Latest papers
💬 NLP

A Multi-Agent Approach for Claim Verification from Tabular Data Documents

The paper introduces MACE, a multi-agent framework utilizing zero-shot Chain-of-Thought reasoning across Planner, Executor, and Verifier agents to achieve state-of-the-art, interpretable claim verification from tabular data with significantly smaller models compared to existing approaches.

Original authors: Rudra Ranajee Saha, Laks V. S. Lakshmanan, Raymond T. Ng

Published 2026-04-21
📖 5 min read🧠 Deep dive

Original authors: Rudra Ranajee Saha, Laks V. S. Lakshmanan, Raymond T. Ng

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. The "mystery" is a bold claim made by a company or a scientist, like: "We recycled 55.82% of all the water we used last year!"

The "evidence" is a massive, messy spreadsheet (a table) buried inside a 50-page financial report. Your job is to check if the claim is True, False, or if there Just isn't enough info.

Doing this alone is hard. If you try to read the whole report and do the math in your head, you might get tired, miss a number, or get confused by the layout.

This paper introduces a new team of AI detectives called MACE (Multi-Agent Claim vErification). Instead of one super-smart detective trying to do everything, MACE uses a team of three specialized workers who talk to each other to solve the puzzle.

Here is how the team works, using a simple analogy:

The MACE Team: Three Specialized Agents

Think of MACE as a high-end restaurant kitchen. You don't just have one chef doing everything; you have a team with specific roles.

1. The Planner (The Head Chef / Architect)

  • Role: The Planner doesn't cook the food or do the math. Instead, they look at the customer's order (the Claim) and the ingredients in the fridge (the Table).
  • What they do: They write a recipe. They say, "Okay, to prove this claim, we need to find the 'Water Reused' row and the 'Total Water' row. Then, we need to add up the numbers for every year from 2017 to 2023. Finally, we divide the reused water by the total water."
  • Why it helps: They break a giant, scary problem into small, easy steps so no one gets overwhelmed.

2. The Executor (The Line Cook / Calculator)

  • Role: The Executor is the one who actually does the work. They take the Planner's recipe and follow it step-by-step.
  • What they do: They go to the table, find the specific numbers, add them up, and do the division. They write down exactly what they did: "I found 1,099,107 liters of reused water and 1,968,929 liters of total water. When I divide them, I get 55.82%."
  • Why it helps: They focus purely on execution. They don't worry about the big picture; they just make sure the math is right.

3. The Verifier (The Food Inspector / Quality Control)

  • Role: The Verifier is the strict boss who checks the work before it goes to the customer.
  • What they do: They read the Executor's math and ask: "Did you actually use the right numbers? Did you make a mistake? Does your answer actually match the claim?"
  • The Magic Loop: If the Verifier sees a mistake, they don't just say "Wrong." They send the work back to the Planner or the Executor and say, "Hey, you used the wrong row! Go fix it." This prevents errors from slipping through.

Why is this better than the old way?

The Old Way (The "Solo Detective"):
Previously, AI models tried to be a "Super Detective." They had to read the table, understand the context, do the math, and check their own work all at once.

  • Problem: If the model is small, it gets confused and makes mistakes. If the model is huge (like a giant brain with 235 billion "neurons"), it works well but is incredibly expensive, slow, and requires a supercomputer to run.

The MACE Way (The "Team"):
MACE uses a team of smaller, cheaper detectives.

  • The Result: Even with a small, cheap AI brain (like a 7-billion or 27-billion parameter model), the team approach makes them perform almost as well as the giant, expensive super-computers.
  • Efficiency: It's like having three small, smart interns working together is more effective than one tired genius trying to do everything alone.

The "Feedback Loop" (The Secret Sauce)

The coolest part of MACE is that the team talks to each other.

  • If the Executor is confused by the recipe, they ask the Planner to rewrite it.
  • If the Verifier sees a math error, they send it back to the Executor to fix.
  • This stops mistakes from piling up. In the old "one-way" systems, if the first step was wrong, the whole answer was wrong. In MACE, they catch the error before it becomes a disaster.

The Bottom Line

This paper shows that you don't need a billion-dollar supercomputer to check facts in tables. By organizing AI into a team with a clear plan, a worker, and a checker, you can get State-of-the-Art (SOTA) results (the best possible performance) while using much less memory and money.

It's a shift from "One Giant Brain" to "A Smart Team," making fact-checking faster, cheaper, and more transparent for everyone.

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 →