Double Retrieval and Ranking for Accurate Question Answering
Zeyu Zhang, Thuy Vu, Alessandro Moschitti

TL;DR
This paper introduces a double retrieval and reranking approach to improve answer verification in question answering systems, addressing limitations of previous methods by better supporting answer verification and achieving state-of-the-art results.
Contribution
It proposes a novel double reranking model and a neural retrieval stage that jointly enhance answer verification accuracy in QA systems.
Findings
Significant improvement over previous state-of-the-art on three datasets.
Effective support selection for answer verification.
Enhanced retrieval of relevant verification information.
Abstract
Recent work has shown that an answer verification step introduced in Transformer-based answer selection models can significantly improve the state of the art in Question Answering. This step is performed by aggregating the embeddings of top answer candidates to support the verification of a target answer. Although the approach is intuitive and sound still shows two limitations: (i) the supporting candidates are ranked only according to the relevancy with the question and not with the answer, and (ii) the support provided by the other answer candidates is suboptimal as these are retrieved independently of the target answer. In this paper, we address both drawbacks by proposing (i) a double reranking model, which, for each target answer, selects the best support; and (ii) a second neural retrieval stage designed to encode question and answer pair as the query, which finds more…
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.
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
