Learning to Attend On Essential Terms: An Enhanced Retriever-Reader Model for Open-domain Question Answering
Jianmo Ni, Chenguang Zhu, Weizhu Chen, Julian McAuley

TL;DR
This paper introduces a retriever-reader model for open-domain QA that learns to focus on essential question terms, improving evidence retrieval and answer accuracy, especially for complex questions.
Contribution
It proposes a novel essential term selector and an enhanced reader to better identify relevant evidence and improve answer prediction in open-domain QA.
Findings
Achieves state-of-the-art performance on the ARC dataset.
Effectively identifies essential question terms for improved retrieval.
Enhances answer accuracy on complex questions.
Abstract
Open-domain question answering remains a challenging task as it requires models that are capable of understanding questions and answers, collecting useful information, and reasoning over evidence. Previous work typically formulates this task as a reading comprehension or entailment problem given evidence retrieved from search engines. However, existing techniques struggle to retrieve indirectly related evidence when no directly related evidence is provided, especially for complex questions where it is hard to parse precisely what the question asks. In this paper we propose a retriever-reader model that learns to attend on essential terms during the question answering process. We build (1) an essential term selector which first identifies the most important words in a question, then reformulates the query and searches for related evidence; and (2) an enhanced reader that distinguishes…
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
