Multi-hop Question Answering via Reasoning Chains
Jifan Chen, Shih-ting Lin, Greg Durrett

TL;DR
This paper introduces a method for multi-hop question answering that extracts reasoning chains from text, enabling better interpretability and achieving state-of-the-art results on large datasets without relying on gold annotations.
Contribution
The authors propose a novel approach to extract reasoning chains using heuristics, which improves multi-hop QA performance and interpretability without requiring gold support annotations during training or testing.
Findings
Achieves state-of-the-art on WikiHop dataset.
Strong performance on HotpotQA dataset.
Extracted chains are human-interpretable and reliable.
Abstract
Multi-hop question answering requires models to gather information from different parts of a text to answer a question. Most current approaches learn to address this task in an end-to-end way with neural networks, without maintaining an explicit representation of the reasoning process. We propose a method to extract a discrete reasoning chain over the text, which consists of a series of sentences leading to the answer. We then feed the extracted chains to a BERT-based QA model to do final answer prediction. Critically, we do not rely on gold annotated chains or "supporting facts:" at training time, we derive pseudogold reasoning chains using heuristics based on named entity recognition and coreference resolution. Nor do we rely on these annotations at test time, as our model learns to extract chains from raw text alone. We test our approach on two recently proposed large multi-hop…
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 · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsTest
