← Latest papers
🤖 AI

Amortising Bayesian Experimental Design for Sequential Information Gathering in LLMs

This paper introduces Amortised Sequential Information Gathering (ASIG), a fine-tuning method that integrates Bayesian Experimental Design into LLM policies to significantly improve sequential information gathering efficiency and success rates in tasks like 20 Questions and medical diagnosis while drastically reducing inference costs.

Original authors: Jakob Hartmann, James Harvey, Jhonathan Navott, Erik Y. Wang, Luckeciano C. Melo, Flaviu Cipcigan, Cheng Zhang, Alessandro Abate

Published 2026-07-07
📖 5 min read🧠 Deep dive

Original authors: Jakob Hartmann, James Harvey, Jhonathan Navott, Erik Y. Wang, Luckeciano C. Melo, Flaviu Cipcigan, Cheng Zhang, Alessandro Abate

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 Big Problem: The "Lost in Conversation" AI

Imagine you are playing a game of 20 Questions with a very smart friend (a Large Language Model, or LLM). You are thinking of an object, like "a toaster," and your friend has to guess what it is by asking yes-or-no questions.

Ideally, your friend should ask smart questions that cut the possibilities in half every time (e.g., "Is it used in the kitchen?"). However, the paper points out that current AI models often get "lost in conversation." They might ask repetitive questions, forget what they already know, or fail to realize when they have enough information to make a guess. They are good at knowing facts, but bad at figuring out what to ask next to learn something new.

The Old Way: The "Over-Thinker" (Inference-Time Optimization)

Before this paper, researchers tried to fix this by making the AI "think harder" every time it needed to ask a question.

  • The Analogy: Imagine your friend stops after every question to pull out a giant whiteboard, write down every possible object in the world, calculate the probability of each one being the answer, and mathematically figure out which question would give the most information.
  • The Result: This works well, but it is incredibly slow and expensive. It's like hiring a team of mathematicians to help your friend ask a single question. The paper calls this Bayesian Experimental Design (BED). While effective, it's too heavy for real-time use.

The New Solution: ASIG (The "Muscle Memory" Approach)

The authors introduce a new method called ASIG (Amortised Sequential Information Gathering). Instead of making the AI do complex math every time it speaks, they teach the AI to learn the skill so it becomes second nature.

  • The Analogy: Instead of pulling out a whiteboard every time, you train your friend for weeks. You play thousands of rounds of 20 Questions with them. When they ask a bad question, you say, "No, that doesn't help much." When they ask a great question that narrows down the options, you say, "Great! That's exactly what we need."
  • The Magic: Over time, your friend stops needing the whiteboard. They develop "muscle memory." They instinctively know which questions are the most informative. They have "amortized" (spread out) the heavy thinking into their training, so now they can play the game fast and efficiently without stopping to calculate.

How They Trained the AI

The paper describes a specific training loop (Figure 1 in the paper):

  1. The Proposer: The AI being trained (the questioner).
  2. The Oracle: A super-smart, frozen AI that knows the secret answer and acts as the game master.
  3. The Reward System: The Proposer gets points in two ways:
    • The "Curiosity" Score (EIG): Did the question split the possibilities evenly? (e.g., "Is it alive?" is better than "Is it a toaster?").
    • The "Success" Score: Did the AI eventually guess the right answer?
  4. The Training: They used a method called GRPO (Group Relative Policy Optimization). Think of this as running a race where the AI tries 5 different questions at once. The one that gets the best score gets a "high five," and the AI learns to do that one more often.

What They Found (The Results)

The researchers tested this on the 20 Questions game and a medical diagnosis simulation (MediQ).

  1. Much Better at Guessing: On the 20 Questions game, the trained AI (ASIG) more than doubled its success rate compared to the untrained base model. It got better at asking the right questions to narrow things down quickly.
  2. Super Fast: Because the AI doesn't need to do the heavy math during the game, it is 25 to 36 times faster than the "Over-Thinker" method (BED-LLM). It's the difference between a sprinter and a marathon runner carrying a backpack.
  3. It Works on New Stuff (Generalization): They tested the AI on a medical diagnosis task (MediQ) that it had never seen before. The 7-billion-parameter model (a smaller, efficient model) showed it could transfer its "asking skills" to medicine, becoming better at knowing when to ask a follow-up question and when to make a diagnosis.
  4. No Brain Damage: Crucially, training the AI to be a better questioner didn't make it worse at other things. It didn't forget how to write poems or solve math problems; it just got better at gathering information.

The Takeaway

The paper shows that you don't need to force an AI to do complex math in real-time to make it a good investigator. Instead, you can train it to internalize the strategy of "asking the right questions." This makes the AI faster, cheaper to run, and just as good (or better) at finding the truth in a conversation.

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 →