English

Span Selection Pre-training for Question Answering

Computation and Language 2020-06-22 v2 Artificial Intelligence Machine Learning

Abstract

BERT (Bidirectional Encoder Representations from Transformers) and related pre-trained Transformers have provided large gains across many language understanding tasks, achieving a new state-of-the-art (SOTA). BERT is pre-trained on two auxiliary tasks: Masked Language Model and Next Sentence Prediction. In this paper we introduce a new pre-training task inspired by reading comprehension to better align the pre-training from memorization to understanding. Span Selection Pre-Training (SSPT) poses cloze-like training instances, but rather than draw the answer from the model's parameters, it is selected from a relevant passage. We find significant and consistent improvements over both BERT-BASE and BERT-LARGE on multiple reading comprehension (MRC) datasets. Specifically, our proposed model has strong empirical evidence as it obtains SOTA results on Natural Questions, a new benchmark MRC dataset, outperforming BERT-LARGE by 3 F1 points on short answer prediction. We also show significant impact in HotpotQA, improving answer prediction F1 by 4 points and supporting fact prediction F1 by 1 point and outperforming the previous best system. Moreover, we show that our pre-training approach is particularly effective when training data is limited, improving the learning curve by a large amount.

Keywords

Cite

@article{arxiv.1909.04120,
  title  = {Span Selection Pre-training for Question Answering},
  author = {Michael Glass and Alfio Gliozzo and Rishav Chakravarti and Anthony Ferritto and Lin Pan and G P Shrivatsa Bhargav and Dinesh Garg and Avirup Sil},
  journal= {arXiv preprint arXiv:1909.04120},
  year   = {2020}
}

Comments

Accepted at ACL2020

R2 v1 2026-06-23T11:10:17.810Z