← Latest papers
💬 NLP

Clarify, Abstain or Answer? Strategising in Conversation with Belief-Augmented Generation

This paper proposes Belief-Augmented Generation (BAG), a framework that leverages an LLM's own belief state derived from multiple sampled responses to autonomously decide whether to answer, clarify, or abstain in ambiguous conversations, thereby improving accuracy and strategy faithfulness compared to standard prompting.

Original authors: Joris Baan, Wilker Aziz, Barbara Plank, Raquel Fernández

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

Original authors: Joris Baan, Wilker Aziz, Barbara Plank, Raquel Fernández

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 "Overconfident" AI

Imagine you ask a large language model (LLM) a tricky question, like: "Who sang the female part on 'Gimme Shelter'?"

If you ask a standard AI, it will usually just pick one answer and say it with total confidence, even if it's guessing. It might say, "It was Merry Clayton," without realizing that if you meant the live tour version, the answer is actually "Lisa Fischer." The AI doesn't know it's unsure; it just acts like a know-it-all.

The researchers found that these models rarely say, "I'm not sure which one you mean," or "I don't know the answer." They just guess.

The Solution: The "Belief-Augmented Generation" (BAG)

The authors propose a new method called Belief-Augmented Generation (BAG). Think of this as giving the AI a "thinking room" before it speaks.

Instead of generating just one answer, the AI is asked to generate 10 different possible answers to the same question first. It then looks at this list of 10 answers (which the paper calls its "Belief State") and asks itself: "What do these 10 answers tell me about how sure I am?"

Based on what it sees in that list, the AI chooses one of three strategies:

  1. Answer Directly: If all 10 answers are basically the same (e.g., all 10 say "Merry Clayton"), the AI knows it's confident. It gives a direct answer.
    • Analogy: It's like a jury where 10 jurors all agree on the verdict. The foreman just announces the result.
  2. Clarify: If the 10 answers are split into two distinct groups (e.g., 5 say "Merry Clayton" and 5 say "Lisa Fischer"), the AI realizes the question is ambiguous. Instead of guessing, it asks the user for clarification.
    • Analogy: It's like a waiter who hears a table order "The special" but sees two different specials on the menu. Instead of guessing, the waiter asks, "Did you mean the steak or the fish?"
  3. Abstain (Say "I Don't Know"): If the 10 answers are all over the place and contradict each other wildly (e.g., one says "Merry Clayton," another says "The Beatles," another says "A robot"), the AI realizes it doesn't know the facts. It politely declines to answer.
    • Analogy: It's like a detective who finds 10 different suspects with no evidence linking any of them to the crime. The detective admits, "I can't solve this yet," rather than arresting a random person.

How They Tested It

The researchers tested this on a dataset of "Ambiguous Questions" (questions that could have multiple meanings). They compared:

  • Standard AI: Just answers directly.
  • Prompt-Only AI: Told to "be careful" but doesn't see its own list of guesses.
  • BAG AI: Sees its own list of 10 guesses and reasons through them.

The Results

  • Better Accuracy: The BAG method improved the accuracy of the answers across six different AI models.
  • Smarter Choices: The BAG AI was much better at knowing when to ask a question and when to admit it didn't know. The standard AI almost never asked for help or admitted ignorance.
  • Faithfulness: The BAG AI's choices matched its internal "confidence" (the diversity of its 10 guesses) much better than the other methods. If it was confused, it acted confused; if it was sure, it acted sure.

The Catch

While the system works well, it is still hard for the AI to perfectly tell the difference between:

  • Real Ambiguity: "I don't know if you mean the movie or the book." (Needs a Clarification).
  • Hallucination: "I'm making up facts because I don't know." (Needs an Abstain).

Sometimes the AI thinks a question is ambiguous when it's actually just making things up, or vice versa. But overall, giving the AI a chance to "look at its own work" before speaking makes it a much more honest and helpful conversational partner.

Summary

The paper introduces a way to make AI models less overconfident. By forcing them to generate multiple answers first and then analyze the differences, the models learn to Clarify when they are confused, Abstain when they are clueless, and Answer only when they are sure. This makes them better at handling tricky, real-world questions.

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 →