← Latest papers
💬 NLP

Pause or Fabricate? Training Language Models for Grounded Reasoning

This paper introduces Grounded Reasoning via Interactive Reinforcement Learning (GRIL), a multi-turn framework that trains language models to recognize information gaps and pause for clarification rather than fabricating premises, thereby significantly improving reasoning accuracy and efficiency on tasks with incomplete information.

Original authors: Yiwen Qiu, Linjuan Wu, Yizhou Liu, Yuchen Yan, Jin Ma, Xu Tan, Yao Hu, Daoxin Zhang, Wenqi Zhang, Weiming Lu, Jun Xiao, Yongliang Shen

Published 2026-04-22
📖 4 min read☕ Coffee break read

Original authors: Yiwen Qiu, Linjuan Wu, Yizhou Liu, Yuchen Yan, Jin Ma, Xu Tan, Yao Hu, Daoxin Zhang, Wenqi Zhang, Weiming Lu, Jun Xiao, Yongliang Shen

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 Core Problem: The "Confident Liar"

Imagine you ask a very smart, confident friend for directions to a party. You tell them, "It's at the big red house on Main Street," but you forget to tell them which city Main Street is in.

A normal person might say, "Wait, which city is this in?"
But this paper argues that current Large Language Models (LLMs) act like a confident liar. They don't stop to ask. Instead, they immediately guess, "Oh, it must be in Springfield!" and then give you a detailed, step-by-step walking tour to a house that doesn't exist. They sound so sure of themselves that you might believe them, even though their entire answer is built on a made-up fact.

The authors call this "Ungrounded Reasoning." The model isn't bad at math or logic; it's just bad at knowing when it doesn't have enough information to start. It's like a chef who starts cooking a complex dish without checking if they have eggs, and then just invents a recipe using "imaginary eggs."

The Solution: GRIL (The "Stop and Ask" Training)

To fix this, the researchers created a new training method called GRIL (Grounded Reasoning via Interactive Reinforcement Learning).

Think of GRIL as a strict cooking instructor who changes the rules of the game. Instead of just rewarding the model for giving an answer, the instructor rewards the model for knowing when to stop.

The training happens in two distinct phases, like a game with two levels:

Level 1: The "Detective" Phase (Clarify and Pause)

  • The Scenario: The model is given a problem with missing info (like the "Main Street" example).
  • The Old Way: The model tries to solve it immediately, guesses the missing city, and gets it wrong.
  • The GRIL Way: The model is trained to act like a detective. If it sees a gap, it must pause and say, "I can't solve this yet; I need to know the city."
  • The Reward: The instructor gives a bonus point for stopping early. If the model guesses for 10 minutes before asking, it gets a tiny reward. If it asks immediately, it gets a huge reward. This teaches the model that "stopping to ask" is a victory, not a failure.

Level 2: The "Chef" Phase (Grounded Reasoning)

  • The Scenario: The user (or the environment) finally provides the missing info ("It's in Springfield!").
  • The Action: Now that the "ingredients" are complete, the model switches to "Chef Mode." It uses the new info to solve the problem correctly.
  • The Reward: It gets points for solving the math problem correctly.

Why This is a Big Deal

The paper shows that this simple change in training makes a massive difference:

  1. Less Hallucination: The models stopped making up facts. They learned that if they don't know something, they should admit it.
  2. Better Accuracy: Because they stopped guessing, they actually got the right answers much more often (up to a 30% increase in success rate).
  3. Efficiency: They became faster. Instead of writing a long, fake story to cover up missing info, they just asked the question and got the answer. This saved a lot of "computing time" (tokens).
  4. General Smarts: This skill wasn't just for math. The models learned to apply this "pause and check" logic to other types of questions, like reading comprehension or common sense, even ones they hadn't seen before.

The Takeaway

Before this paper, AI models were like over-eager interns who would try to finish a project even if half the data was missing, often making things up to fill the gaps.

After GRIL training, they become wise consultants. They know that a good answer starts with a good question. They have learned the most important rule of reasoning: It is better to pause and ask for clarity than to confidently guess and get it wrong.

In short: Don't just answer. Know when to stop.

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 →