← Latest papers
🤖 AI

Neurosymbolic Learning for Inference-Time Argumentation

This paper introduces Inference-Time Argumentation (ITA), a neurosymbolic framework that integrates formal argumentation semantics to train LLMs for generating and scoring arguments, thereby enabling deterministic, faithful ternary claim verification that outperforms existing baselines while providing transparent, inspectable reasoning.

Original authors: Gabriel Freedman, Adam Dejl, Adam Gould, Mansi, Lihu Chen, Jianqi Jiang, Francesca Toni

Published 2026-05-20
📖 4 min read☕ Coffee break read

Original authors: Gabriel Freedman, Adam Dejl, Adam Gould, Mansi, Lihu Chen, Jianqi Jiang, Francesca Toni

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 judge in a courtroom, but instead of a human lawyer, you have a very smart, fast-talking robot assistant. Your job is to decide if a statement is True, False, or if you simply Don't Have Enough Info to decide.

In the past, if you asked this robot, "Is it true that eating carrots improves your night vision?" it might just blurt out "True" or "False" based on its internal memory. If it was wrong, it couldn't really explain why it thought that, other than saying, "I just feel like it."

This paper introduces a new way to train the robot, called Inference-Time Argumentation (ITA). Think of it as teaching the robot to act like a debate club rather than a trivia machine.

The Core Idea: The Debate Club

Instead of guessing the answer, the robot is trained to:

  1. Generate Arguments: It writes down a list of reasons for the claim (Supporters) and reasons against it (Attackers).
  2. Score the Arguments: It assigns a "strength score" to each argument (like a weight on a scale).
  3. Calculate the Verdict: It uses a specific mathematical rule (a "semantics" engine) to weigh all these arguments against each other.
    • If the "True" arguments are heavy enough, the verdict is True.
    • If the "False" arguments are heavier, the verdict is False.
    • If the scales are balanced or the evidence is weak, the verdict is Uncertain.

The magic of this paper is that the robot isn't just using this debate club to explain its answer; it is learning how to be a better debater while it is being trained.

The Two Main Tools

The researchers built a system with two main parts that learn together:

1. The Argument Generator (The Speaker)
This is the part that writes the "for" and "against" points.

  • How it learns: The researchers used a technique called Reinforcement Learning. Imagine the robot is playing a video game. Every time it writes a good argument that helps the final verdict land on the right side, it gets a "point." If it writes a bad argument that confuses the verdict, it loses points. Over time, it learns to write better, more helpful arguments.

2. The Base Score Model (The Judge)
This is the part that decides how strong each argument is.

  • How it learns: In older systems, the robot just guessed the strength of an argument. Here, the robot learns to assign scores by looking at the final result. If the robot assigns a high score to a weak argument and that causes the final verdict to be wrong, the system says, "Hey, you gave that argument too much credit! Try again." It learns to calibrate its scoring so that the final debate makes sense.

Why "Uncertain" is a Good Thing

Usually, AI tries to force an answer. But in real life (like in medicine or finance), sometimes the information is just messy or missing.

  • The Analogy: Imagine a detective trying to solve a crime. If there are no fingerprints and no witnesses, a smart detective says, "I don't know yet," rather than guessing "The butler did it."
  • In this paper, the "Uncertain" label is treated as a valid, honest answer. The system is designed to admit when the debate isn't strong enough to pick a side.

The Results: Did it Work?

The researchers tested this new "Debate Club" robot against two other types of robots:

  1. The Direct Guessers: Robots that just try to guess "True/False/Uncertain" without writing arguments.
  2. The Old Debate Robots: Robots that write arguments but don't learn how to score them well (they just use a fixed, untrained method).

The Findings:

  • The new ITA system (the one that learns to debate and score) performed very well.
  • On some tests, it was even better than the "Direct Guessers," which is impressive because the Direct Guessers have a simpler job (just guess the answer).
  • Most importantly, the ITA system provided faithful explanations. Because the final answer is mathematically calculated from the arguments it wrote, you can look at the debate and see exactly why it made that decision. It didn't just say "I think it's True"; it showed the scales tipping toward "True."

The Bottom Line

This paper presents a way to make AI more honest and transparent. Instead of a "black box" that spits out answers, it builds a "glass box" where you can see the arguments, see how they are weighted, and watch the math decide the verdict. It teaches the AI that sometimes, the most correct answer is to say, "The evidence is too mixed to decide."

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 →