Ask, Condition or Abstain: Reinforcement Learning for Missing-Premise Reasoning
This paper introduces ACA-RL, a reinforcement learning framework and the Missing-Premise Benchmark (MPB) that enable reasoning models to effectively handle underdetermined queries by learning to ask for missing information, condition answers on unknowns, or abstain, rather than forcing incorrect responses.
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 asking a question to a very knowledgeable assistant, but you have accidentally left out a crucial piece of information needed to solve the puzzle. Perhaps you ask for the total cost of a trip but forget to mention the destination, or you ask for a solution to a math problem but omit a specific number. In the real world, a helpful human would pause, notice the gap, and ask for the missing detail. They would not guess the destination or invent a number just to give you an answer. For a long time, artificial intelligence systems trained to solve problems have struggled with this specific situation. When faced with an incomplete question, these systems often feel compelled to fill in the blanks themselves, confidently producing a wrong answer or a made-up fact. This behavior, known as hallucination, happens because the models are trained primarily to find a final answer, not to recognize when an answer is impossible to find.
Researchers have been working to teach these systems to recognize uncertainty, but simply telling them to say "I don't know" is not always the most helpful response. Sometimes, the best reaction is to ask the user for the missing piece of information. Other times, the system can provide a useful answer that depends on a variable, such as saying, "The cost will be ten dollars if the trip is to Paris, but twenty dollars if it is to London." This paper introduces a new method to train artificial intelligence to handle these incomplete questions with the same care a human would. The researchers developed a system that teaches models to either ask for the missing information, provide a conditional answer, or politely refuse to guess when no useful response is possible.
The team, led by researchers at Ant International and Zhejiang University, created a new training approach called Ask-Condition-Abstain Reinforcement Learning. To teach the models this behavior, they first had to create a massive library of practice problems that were intentionally broken. They took 120,000 well-posed, solvable problems and carefully removed or altered a single critical piece of information from each one. This process was not random; they used a structured map of how the problem should be solved to identify exactly which fact was necessary for the answer. By surgically removing these facts, they created a dataset where the only correct response was to admit the question was incomplete.
Once this training data was ready, they taught the models using a system of rewards that encouraged specific behaviors. Instead of just rewarding a correct final answer, the system gave points for asking clarifying questions or explaining what was missing. It gave fewer points for simply refusing to answer, and it gave negative points for making up facts or guessing. The goal was to shift the model's instinct from "guess the answer" to "identify the gap." To test if this training actually worked, the researchers built a new benchmark called the Missing-Premise Benchmark. This test set contained 274 carefully verified problems where information was missing, covering math, logic, and real-world word problems.
The results showed that the new training method significantly improved how the models handled incomplete questions. On the new benchmark, the models trained with this method scored much higher than those trained only to find answers or those trained simply to say "I don't know." The trained models were far less likely to hallucinate or invent facts. Instead, they frequently chose to ask for the missing information or to explain how the answer would change depending on the unknown variable. Crucially, this improvement did not come at the cost of their ability to solve normal, complete problems. When tested on standard math and logic puzzles where all information was provided, the models performed just as well as before, showing that learning to recognize uncertainty did not make them worse at solving solvable tasks.
The study suggests that the next step for intelligent systems is not just to be faster or more accurate at solving problems, but to be better at knowing when a problem cannot be solved as stated. By teaching models to expose missing information rather than guessing, this approach supports the creation of safer and more reliable assistants. These systems can decide when to ask a user for help or when to use a tool to find a missing fact, rather than confidently providing a wrong answer. The researchers note that while their method works well for logical gaps in structured problems, real-world questions can be messier and more ambiguous. However, the work provides a clear path forward for teaching artificial intelligence to recognize the limits of its own knowledge and respond constructively when information is incomplete.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.