Recognizing what is missing
Finding 01
LLMs recognize when context is insufficient, but underestimate how much additional information is required.
Models rarely mistake an underspecified problem for a complete one, but their estimates of the
degree of underspecification
degrade as more variables are hidden, and the errors skew toward underestimation.
Finding 02
Knowing that information is missing does not mean knowing what information is needed.
Even when given the true k, models struggle to pinpoint which variables are needed:
exact-set accuracy
remains low whenever two or more variables are required.
Seeking across turns
Finding 03
Spreading questions across turns usually beats asking them all at once, even under the same
total query budget.
The same model reaches
final sufficiency
more often when it queries, reads the answer, and queries again than when it issues all its
queries in one batch, and additional turns generally help.
Finding 04
In highly underspecified problems, success depends less on asking the perfect first question and more on sustaining effective information acquisition across turns.
Early-turn query correctness predicts final sufficiency when k is small; at larger k,
models are separated by whether they keep identifying useful variables across turns.
Finding 05
An incorrect first question is often recoverable if the model continues searching for target-relevant information.
Dialogues whose first query misses but whose second finds a needed variable reach final
sufficiency nearly as often as dialogues that query correctly from the start.
Asking in the right order
Finding 06
In order-dependent settings, asking the right questions is not enough if they are asked in the wrong order.
Clinical diagnostic pathways impose conditional dependencies, since an earlier finding
determines which variables are relevant next. Violating that order lowers final accuracy even
when the model eventually acquires every necessary variable.
From questions to answers
Finding 07
Asking informative questions is necessary but not sufficient for identifying the target.
Models with similar question informativeness can differ substantially in final accuracy:
success depends on how a model integrates the acquired evidence, not only on acquiring it.
Finding 08
LLMs are better at coarse-grained narrowing than fine-grained disambiguation.
Remaining entropy
falls quickly in early turns as models identify the target’s broad category, but the
curves often flatten once only a few similar candidates remain.
Finding 09
A partially informative answer is not a failed turn.
High
pass-support mass
does not consistently lower final accuracy. Stronger models extract evidence from responses
that do not separate the candidates and use it in later turns to narrow the remaining target
values.