Answering Ambiguous Questions via Iterative Prompting
Weiwei Sun, Hengyi Cai, Hongshen Chen, Pengjie Ren, Zhumin, Chen, Maarten de Rijke, Zhaochun Ren

TL;DR
AmbigPrompt is an iterative framework combining answering and prompting models to effectively address question ambiguity, achieving state-of-the-art results with efficiency and robustness in low-resource scenarios.
Contribution
The paper introduces AmbigPrompt, a novel iterative approach that integrates models for better handling ambiguous questions, with task-specific pretraining enhancing performance.
Findings
Achieves state-of-the-art results on open-domain benchmarks.
Uses less memory and has lower inference latency.
Performs well in low-resource settings.
Abstract
In open-domain question answering, due to the ambiguity of questions, multiple plausible answers may exist. To provide feasible answers to an ambiguous question, one approach is to directly predict all valid answers, but this can struggle with balancing relevance and diversity. An alternative is to gather candidate answers and aggregate them, but this method can be computationally costly and may neglect dependencies among answers. In this paper, we present AmbigPrompt to address the imperfections of existing approaches to answering ambiguous questions. Specifically, we integrate an answering model with a prompting model in an iterative manner. The prompting model adaptively tracks the reading process and progressively triggers the answering model to compose distinct and relevant answers. Additionally, we develop a task-specific post-pretraining approach for both the answering model and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Expert finding and Q&A systems · Natural Language Processing Techniques
