CLNov 28, 2018

A Deep Cascade Model for Multi-Document Reading Comprehension

arXiv:1811.11374v151 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of balancing accuracy and speed in real-world question answering systems, offering an incremental improvement over existing methods.

The paper tackles the trade-off between effectiveness and efficiency in multi-document reading comprehension by developing a deep cascade model that filters irrelevant texts and jointly trains modules for answer extraction, achieving state-of-the-art results on TriviaQA and DuReader benchmarks with an online system serving millions of daily requests in under 50ms.

A fundamental trade-off between effectiveness and efficiency needs to be balanced when designing an online question answering system. Effectiveness comes from sophisticated functions such as extractive machine reading comprehension (MRC), while efficiency is obtained from improvements in preliminary retrieval components such as candidate document selection and paragraph ranking. Given the complexity of the real-world multi-document MRC scenario, it is difficult to jointly optimize both in an end-to-end system. To address this problem, we develop a novel deep cascade learning model, which progressively evolves from the document-level and paragraph-level ranking of candidate texts to more precise answer extraction with machine reading comprehension. Specifically, irrelevant documents and paragraphs are first filtered out with simple functions for efficiency consideration. Then we jointly train three modules on the remaining texts for better tracking the answer: the document extraction, the paragraph extraction and the answer extraction. Experiment results show that the proposed method outperforms the previous state-of-the-art methods on two large-scale multi-document benchmark datasets, i.e., TriviaQA and DuReader. In addition, our online system can stably serve typical scenarios with millions of daily requests in less than 50ms.

Foundations

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

Your Notes