CLAILGSep 9, 2019

Span Selection Pre-training for Question Answering

arXiv:1909.04120v21035 citations
Originality Highly original
AI Analysis

This work addresses the need for better pre-training methods in natural language processing, specifically for reading comprehension tasks, offering significant improvements in performance, especially with limited data.

The paper tackles the problem of improving pre-training for question answering by introducing Span Selection Pre-Training (SSPT), which replaces memorization-based tasks with a reading comprehension-inspired approach, resulting in state-of-the-art performance on datasets like Natural Questions with a 3 F1 point improvement over BERT-LARGE and gains in HotpotQA.

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.

Code Implementations1 repo
Foundations

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

Your Notes