ACL 2021short3 citations

VAULT: VAriable Unified Long Text Representation for Machine Reading Comprehension

Haoyang Wen, Anthony Ferritto, Heng Ji, Radu Florian, Avi Sil

Abstract

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.

BibTeX
@inproceedings{wen-etal-2021-vault,
    title = "{VAULT}: {VA}riable Unified Long Text Representation for Machine Reading Comprehension",
    author = "Wen, Haoyang  and
      Ferritto, Anthony  and
      Ji, Heng  and
      Florian, Radu  and
      Sil, Avi",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 2: Short Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-short.131/",
    doi = "10.18653/v1/2021.acl-short.131",
    pages = "1035--1042"
}
VAULT: VAriable Unified Long Text Representation for Machine Reading Comprehension · ACL 2021