CLMay 7, 2021

VAULT: VAriable Unified Long Text Representation for Machine Reading Comprehension

arXiv:2105.03229v2711 citations
Originality Incremental advance
AI Analysis

This addresses computational inefficiency in MRC for production use, offering a domain-adaptable solution, though it is incremental in improving existing methods.

The paper tackled the problem of inefficient inference in machine reading comprehension (MRC) for long texts by proposing VAULT, a lightweight paragraph representation that achieved comparable performance to a state-of-the-art approach on the Natural Questions dataset while being 16 times faster.

Existing models on Machine Reading Comprehension (MRC) require complex model architecture for effectively modeling long texts with paragraph representation and classification, thereby making inference computationally inefficient for production use. In this work, we propose VAULT: a light-weight and parallel-efficient paragraph representation for MRC based on contextualized representation from long document input, trained using a new Gaussian distribution-based objective that pays close attention to the partially correct instances that are close to the ground-truth. We validate our VAULT architecture showing experimental results on two benchmark MRC datasets that require long context modeling; one Wikipedia-based (Natural Questions (NQ)) and the other on TechNotes (TechQA). VAULT can achieve comparable performance on NQ with a state-of-the-art (SOTA) complex document modeling approach while being 16 times faster, demonstrating the efficiency of our proposed model. We also demonstrate that our model can also be effectively adapted to a completely different domain -- TechQA -- with large improvement over a model fine-tuned on a previously published large PLM.

Foundations

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

Your Notes