← Latest papers
🤖 AI

Bridging the Detection-to-Abstention Gap in Reasoning Models under Insufficient Information

This paper introduces Judge-Then-Solve (JTS), a reasoning-control framework that trains models to explicitly commit to answerability before generating solutions, thereby effectively closing the "detection-to-abstention gap" where models recognize insufficient information but fail to abstain, ultimately improving safety and efficiency in high-risk domains.

Original authors: Renjie Gu, Jiaxu Li, Yihao Wang, Yun Yue, Hansong Xiao, Yefei Chen, Yuan Wang, Chunxiao Guo, Pei Wei, Jinjie Gu, Yixin Cao

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

Original authors: Renjie Gu, Jiaxu Li, Yihao Wang, Yun Yue, Hansong Xiao, Yefei Chen, Yuan Wang, Chunxiao Guo, Pei Wei, Jinjie Gu, Yixin Cao

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 "Confident Guess" Trap

Imagine you are a brilliant detective (the AI model) hired to solve a mystery. You are given a clue: "The suspect left a muddy footprint and a half-eaten apple."

A normal detective might think, "Hmm, muddy footprints suggest rain. Maybe the suspect was outside. I'll guess they are a gardener." They might even write a whole report explaining why it's a gardener, even though the clues are too vague to be sure.

This is exactly what current "Reasoning Models" (advanced AIs) do when they face questions with missing information.

  • The Glitch: The AI often knows something is missing. In its "thinking process," it might say, "Wait, I don't know how many slices of pizza there were in total."
  • The Failure: Even after admitting it's missing info, it doesn't stop. It keeps thinking, "But let's just guess there were 12 slices," and then confidently gives a wrong answer.

The authors call this the "Detection-to-Abstention Gap."

  • Detection: The AI sees the hole in the puzzle.
  • Abstention: The AI saying, "I can't solve this."
  • The Gap: The AI sees the hole but keeps trying to fill it with guesses anyway.

In high-stakes fields like medical AI, this is dangerous. If a patient asks, "I have a headache and a fever, what should I take?" and the AI doesn't know their other symptoms or allergies, it shouldn't guess a medicine. It should say, "I need more info."

The Solution: "Judge-Then-Solve" (JTS)

The researchers propose a new way to train these AIs called Judge-Then-Solve (JTS).

Think of it like a bouncer at a club or a quality control inspector on an assembly line.

  1. The Old Way: The AI tries to solve the problem immediately. If it realizes halfway through that it's missing info, it's already too deep in the "thinking" to stop. It's like a driver who realizes they are on the wrong road but keeps driving because they've already turned the wheel.
  2. The JTS Way: Before the AI is allowed to do any solving, it must first act as a Judge.
    • Step 1 (The Audit): The AI must pause and explicitly ask: "Do I have all the ingredients to bake this cake?"
    • Step 2 (The Verdict):
      • If the answer is "No" (Missing info): The AI must immediately slam the brakes, close the book, and say, "I cannot answer this." No guessing allowed.
      • If the answer is "Yes": Only then does it proceed to solve the problem.

How They Taught the AI to Do This

You can't just tell an AI to "stop guessing" and expect it to work. The researchers used a two-step training method:

  1. Supervised Warm-up (The Training Wheels): They showed the AI examples of how to act like a strict judge. They taught it the specific format: "First, check the info. If it's missing, stop immediately."
  2. Reinforcement Learning (The Reward System): They played a game with the AI.
    • Reward: If the AI correctly identified missing info and stopped, it got a point.
    • Penalty: If the AI identified missing info but kept talking and guessing, it lost points.
    • The "Length" Trick: They also added a rule that punished the AI for "overthinking." If the AI realized it couldn't solve a problem but still wrote a long paragraph about it, it got penalized. This taught the AI to be concise and stop immediately when it hit a dead end.

The Results: From "Overthinker" to "Honest Expert"

The researchers tested this on two types of AI models (one big and complex, one smaller and denser) using math problems and medical questions where information was deliberately left out.

  • Before Training: The AI would spot the missing info about 50% of the time, but it would only actually stop and refuse to answer about 20% of the time. It was a "detective who knows the case is unsolvable but writes a report anyway."
  • After JTS Training:
    • The AI still spotted the missing info (Detection).
    • Crucially: When it spotted the missing info, it almost always (99%+) stopped and refused to answer.
    • Bonus: The AI also became faster. Because it stopped guessing on impossible questions, it saved a lot of "thinking time" (tokens).

A Side Effect: Less "Self-Doubt" on Hard Problems

Interestingly, the researchers found that training the AI to say "I don't know" on easy missing-info questions also made it better at solving hard questions that did have answers.

  • Before: The AI would get stuck in a loop of "Maybe I'm wrong... wait, maybe I'm right... no, maybe I'm wrong" (unproductive self-reflection).
  • After: The AI became more decisive. It stopped wasting time doubting itself on problems it could actually solve, leading to cleaner, more direct answers.

Summary

The paper shows that advanced AIs often get stuck in a habit of "guessing when they shouldn't." By forcing them to judge the question first and stop immediately if the info is missing, the researchers closed the gap between "knowing something is missing" and "admitting they can't answer." This makes the AI safer and more reliable, especially in situations where a wrong guess could be harmful.

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 →