paper-with-me

홈 › Papers

Span Selection Pre-training for Question Answering

2019-09-09 · ACL 2020 6 · Michael Glass, Alfio Gliozzo, Rishav Chakravarti, Anthony Ferritto, Lin Pan, G P Shrivatsa Bhargav, Dinesh Garg, Avirup Sil

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.

📄 PDF Abstract BibTeX arXiv:1909.04120

Code (1)

IBM/span-selection-pretraining 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMemorizationNatural QuestionsPredictionQuestion AnsweringReading ComprehensionSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Few-Shot Question Answering by Pretraining Span Selection

2021-01-02 · ACL 2021 5 · Ori Ram, Yuval Kirstain, Jonathan Berant, Amir Globerson 외

In several question answering benchmarks, pretrained models have reached human parity through fine-tuning on an order of 100,000 annotated questions and answers. We explore the more realistic few-shot setting, where only…

Question Answering

On the Effectiveness of Minimal Context Selection for Robust Question Answering

2018-10-30 · Anonymous

Machine learning models for question-answering (QA), where given a question and a passage, the learner must select some span in the passage as an answer, are known to be brittle. By inserting a single nuisance sentence i…

Adversarial RobustnessQuestion AnsweringSentence

Question Answering with Long Multiple-Span Answers

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ming Zhu, Aman Ahuja, Da-Cheng Juan, Wei Wei 외

Answering questions in many real-world applications often requires complex and precise information excerpted from texts spanned across a long document. However, currently no such annotated dataset is publicly available, …

Question AnsweringSentence

RECONSIDER: Improved Re-Ranking using Span-Focused Cross-Attention for Open Domain Question Answering

2021-06-01 · NAACL 2021 4 · Srinivasan Iyer, Sewon Min, Yashar Mehdad, Wen-tau Yih

State-of-the-art Machine Reading Comprehension (MRC) models for Open-domain Question Answering (QA) are typically trained for span selection using distantly supervised positive examples and heuristically retrieved negati…

Machine Reading ComprehensionNatural QuestionsOpen-Domain Question AnsweringQuestion Answering+3

RECONSIDER: Re-Ranking using Span-Focused Cross-Attention for Open Domain Question Answering

2020-10-21 · Srinivasan Iyer, Sewon Min, Yashar Mehdad, Wen-tau Yih

State-of-the-art Machine Reading Comprehension (MRC) models for Open-domain Question Answering (QA) are typically trained for span selection using distantly supervised positive examples and heuristically retrieved negati…

Machine Reading ComprehensionNatural QuestionsOpen-Domain Question AnsweringQuestion Answering+3