Answering Open-Domain Multi-Answer Questions via a Recall-then-Verify Framework
Zhihong Shao, Minlie Huang

TL;DR
This paper introduces a recall-then-verify framework for open-domain multi-answer questions, addressing limitations of existing rerank-then-read methods by improving evidence utilization and answer prediction accuracy.
Contribution
It proposes a novel recall-then-verify approach that separates reasoning for each answer, enabling better evidence use and achieving state-of-the-art results.
Findings
Achieves state-of-the-art results on two datasets.
Predicts more gold answers than rerank-then-read systems with an oracle reranker.
Addresses key issues in relevance, diversity, and evidence access in open-domain QA.
Abstract
Open-domain questions are likely to be open-ended and ambiguous, leading to multiple valid answers. Existing approaches typically adopt the rerank-then-read framework, where a reader reads top-ranking evidence to predict answers. According to our empirical analysis, this framework faces three problems: first, to leverage a large reader under a memory constraint, the reranker should select only a few relevant passages to cover diverse answers, while balancing relevance and diversity is non-trivial; second, the small reading budget prevents the reader from accessing valuable retrieved evidence filtered out by the reranker; third, when using a generative reader to predict answers all at once based on all selected evidence, whether a valid answer will be predicted also pathologically depends on the evidence of some other valid answer(s). To address these issues, we propose to answer…
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 · Multimodal Machine Learning Applications · Natural Language Processing Techniques
