What's Missing: A Knowledge Gap Guided Approach for Multi-hop Question Answering
Tushar Khot, Ashish Sabharwal, Peter Clark

TL;DR
This paper introduces GapQA, a model that explicitly identifies and fills knowledge gaps in multi-hop question answering, significantly improving performance on the OpenBookQA dataset by leveraging retrieved knowledge.
Contribution
The paper presents a novel approach that explicitly models knowledge gaps and jointly trains retrieval and reasoning components for improved multi-hop QA.
Findings
Explicit gap identification improves accuracy.
Joint training enhances knowledge retrieval and reasoning.
Significant performance boost on OpenBookQA dataset.
Abstract
Multi-hop textual question answering requires combining information from multiple sentences. We focus on a natural setting where, unlike typical reading comprehension, only partial information is provided with each question. The model must retrieve and use additional knowledge to correctly answer the question. To tackle this challenge, we develop a novel approach that explicitly identifies the knowledge gap between a key span in the provided knowledge and the answer choices. The model, GapQA, learns to fill this gap by determining the relationship between the span and an answer choice, based on retrieved knowledge targeting this gap. We propose jointly training a model to simultaneously fill this knowledge gap and compose it with the provided partial knowledge. On the OpenBookQA dataset, given partial knowledge, explicitly identifying what's missing substantially outperforms previous…
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
