If an AI just asks you good questions, does that keep a task on track as well as showing you a preview too?
Can clarification questions alone match the stability gains of previews plus questions?
This explores whether asking the user clarifying questions by itself can make a task progress as steadily as asking questions and also showing a preview of the likely result.
This explores whether asking clarifying questions alone can make a task progress as steadily as asking questions and also showing a preview of the likely result. The corpus can't answer that head-to-head. The one study on this pairing, a 24-person VR geometry-editing experiment, found that Do spatially-anchored previews stabilize VR geometry editing tasks? questions combined with 3D previews anchored in the scene reduced variability in task progress and needed fewer conversation rounds. But it reports that result against no disambiguation, so it never shows what questions alone would have done.
What the study does show is the kind of gain at stake. Peak performance was the same across all conditions. The combination didn't make the best runs better; it made the unlucky runs less unlucky. So 'matching' here means matching on consistency, not on the best case, and a small study of this size can't say much about how the two approaches compare on that.
There's a plausible reason previews could add something that questions can't, though this is my inference, not a tested finding. Which clarifying questions actually improve user satisfaction? finds that questions work best when they target a concrete gap ('What type of monitor?') and when users can foresee how answering will improve the results. A preview is that foresight made literal. The user sees a candidate result and corrects it, instead of putting a spatial intention into words and hoping the question captured it.
'Questions alone' also isn't one fixed condition, because question quality varies a lot. Can models learn to ask genuinely useful clarifying questions? breaks quality into attributes like clarity, relevance and specificity. Models trained on those attributes ask better questions, and the gain is largest in clinical reasoning, where the right question changes the decision. How can models select the most informative question to ask? goes further and simulates possible futures, then picks the question whose answers would cut uncertainty the most. That is a preview done internally: the model imagines the outcomes so the user doesn't have to see them.
So a well-chosen question may close part of the gap, especially where words describe the task well. Previews probably matter most where the thing being described is visual or spatial and hard to say out loud. The experiment the corpus lacks is a questions-only arm run next to the questions-plus-previews arm.
Sources 4 notes
In a 24-participant VR study, clarification questions combined with 3D previews significantly reduced task progression variability and required fewer conversation rounds than no disambiguation, though peak task performance remained unchanged across conditions.
Clarifying questions that target concrete information gaps ("What type of monitor?") consistently beat those that ask users to rephrase their needs ("What are you trying to do?"). Users engage most when they can foresee how answering improves results.
The ALFA framework breaks down question quality into theory-grounded attributes (clarity, relevance, specificity) and trains models on 80K attribute-specific preference pairs. Attribute-specific optimization outperforms single-score training, especially in clinical reasoning where asking the right clarifying question directly impacts decision quality.
UoT combines uncertainty-aware scenario simulation with information-gain scoring and reward propagation to identify questions whose possible answers maximally reduce diagnostic uncertainty—providing a principled mechanism for specific, high-value clarification rather than generic prompts.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- QuestBench: Can LLMs ask the right question to acquire information in reasoning tasks?
- Beyond Conversations: Spatially-Anchored Previews for Intent Disambiguation in LLM-Assisted Geometry Editing in Virtual Reality
- Researchy Questions: A Dataset of Multi-Perspective, Decompositional Questions for LLM Web Agents
- Aligning LLMs to Ask Good Questions A Case Study in Clinical Reasoning
- Uncertainty of Thoughts: Uncertainty-Aware Planning Enhances Information Seeking in Large Language Models
- Clarifying the Path to User Satisfaction: An Investigation into Clarification Usefulness
- STaR-GATE: Teaching Language Models to Ask Clarifying Questions
- The CoT Encyclopedia: Analyzing, Predicting, and Controlling how a Reasoning Model will Think