From Easy to Hard: Two-Stage Selector and Reader for Multi-Hop Question Answering

Published: 01 Jan 2023, Last Modified: 12 May 2025ICASSP 2023EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Multi-hop question answering (QA) is a challenging task that requires complex reasoning over multiple documents. Existing works commonly introduce techniques such as graph modeling and question decomposition to explore precise intermediate results of multi-hop reasoning, leading to complexity growth and error accumulation. In this paper, we propose FE2H, a simple yet effective framework without extra tasks to address these problems. FE2H is based on our key observation that a standard fine-tuned pre-trained language model (PLM) for QA could achieve strong performance once the input context could be encoded by PLM without truncation. Specifically, a novel two-stage document selector is pro-posed to generate sufficient context while avoiding input truncation. Additionally, an enhanced reader trained with a two-stage strategy is devised to further boost the performance. Extensive experiments on the popular multi-hop QA benchmark HotpotQA show that despite its simplicity, FE2H achieves competitive results compared to state-of-the-art methods.
Loading