Using the Hammer Only on Nails: A Hybrid Method for Evidence Retrieval for Question Answering
Zhengzhong Liang, Yiyun Zhao, Mihai Surdeanu

TL;DR
This paper presents a hybrid evidence retrieval method for question answering that combines traditional IR and neural approaches, improving accuracy and speed by intelligently routing questions to the most suitable method.
Contribution
A novel hybrid evidence retrieval approach using a simple routing classifier that outperforms individual methods in accuracy and efficiency on multiple QA datasets.
Findings
Hybrid method outperforms individual IR and neural approaches.
Routing classifier improves retrieval accuracy.
Significant speedup over neural methods.
Abstract
Evidence retrieval is a key component of explainable question answering (QA). We argue that, despite recent progress, transformer network-based approaches such as universal sentence encoder (USE-QA) do not always outperform traditional information retrieval (IR) methods such as BM25 for evidence retrieval for QA. We introduce a lexical probing task that validates this observation: we demonstrate that neural IR methods have the capacity to capture lexical differences between questions and answers, but miss obvious lexical overlap signal. Learning from this probing analysis, we introduce a hybrid approach for evidence retrieval that combines the advantages of both IR directions. Our approach uses a routing classifier that learns when to direct incoming questions to BM25 vs. USE-QA for evidence retrieval using very simple statistics, which can be efficiently extracted from the top…
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 · Natural Language Processing Techniques · Advanced Text Analysis Techniques
