CLMay 24, 2022

From Easy to Hard: Two-stage Selector and Reader for Multi-hop Question Answering

arXiv:2205.11729v129 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses the challenge of complex reasoning in multi-hop QA for AI systems, offering a simpler alternative to graph-based methods that reduces complexity and error.

The authors tackled multi-hop question answering by proposing a two-stage selector and reader framework that removes distracting information and improves contextual representations, achieving state-of-the-art performance on the HotpotQA benchmark.

Multi-hop question answering (QA) is a challenging task requiring QA systems to perform complex reasoning over multiple documents and provide supporting facts together with the exact answer. Existing works tend to utilize graph-based reasoning and question decomposition to obtain the reasoning chain, which inevitably introduces additional complexity and cumulative error to the system. To address the above issue, we propose a simple yet effective novel framework, From Easy to Hard (FE2H), to remove distracting information and obtain better contextual representations for the multi-hop QA task. Inspired by the iterative document selection process and the progressive learning custom of humans, FE2H divides both the document selector and reader into two stages following an easy-to-hard manner. Specifically, we first select the document most relevant to the question and then utilize the question together with this document to select other pertinent documents. As for the QA phase, our reader is first trained on a single-hop QA dataset and then transferred into the multi-hop QA task. We comprehensively evaluate our model on the popular multi-hop QA benchmark HotpotQA. Experimental results demonstrate that our method ourperforms all other methods in the leaderboard of HotpotQA (distractor setting).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes