paper-with-me

홈 › Papers

Few-Shot Question Answering by Pretraining Span Selection

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

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 a few hundred training examples are available, and observe that standard models perform poorly, highlighting the discrepancy between current pretraining objectives and question answering. We propose a new pretraining scheme tailored for question answering: recurring span selection. Given a passage with multiple sets of recurring spans, we mask in each set all recurring spans but one, and ask the model to select the correct span in the passage for each masked span. Masked spans are replaced with a special token, viewed as a question representation, that is later used during fine-tuning to select the answer span. The resulting model obtains surprisingly good results on multiple benchmarks (e.g., 72.7 F1 on SQuAD with only 128 training examples), while maintaining competitive performance in the high-resource setting.

📄 PDF Abstract BibTeX arXiv:2101.00438

Code (5)

oriram/splinter 공식 구현 tf
ednussi/thesis_public pytorch
ncpaddle/splinter-paddlepaddle paddle
yangyucheng000/University/tree/main/model-3/splinter mindspore
zhoucz97/Splinter-paddle paddle

Tasks

Question Answering

Similar Papers 제목 키워드 기반

MoCA: Incorporating Multi-stage Domain Pretraining and Cross-guided Multimodal Attention for Textbook Question Answering

2021-12-06 · Fangzhi Xu, Qika Lin, Jun Liu, Lingling Zhang 외

Textbook Question Answering (TQA) is a complex multimodal task to infer answers given large context descriptions and abundant diagrams. Compared with Visual Question Answering (VQA), TQA contains a large number of uncomm…

Language ModellingQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Learning to Retrieve Passages without Supervision

2021-12-14 · NAACL 2022 7 · Ori Ram, Gal Shachaf, Omer Levy, Jonathan Berant 외

Dense retrievers for open-domain question answering (ODQA) have been shown to achieve impressive performance by training on large datasets of question-passage pairs. In this work we ask whether this dependence on labeled…

Contrastive LearningOpen-Domain Question AnsweringQuestion AnsweringRetrieval

OmniTab: Pretraining with Natural and Synthetic Data for Few-shot Table-based Question Answering

2022-07-08 · NAACL 2022 7 · Zhengbao Jiang, Yi Mao, Pengcheng He, Graham Neubig 외

The information in tables can be an important complement to text, making table-based question answering (QA) systems of great value. The intrinsic complexity of handling tables often adds an extra burden to both model de…

Question AnsweringRetrievalSemantic ParsingTable-based Question Answering

Exploring The Landscape of Distributional Robustness for Question Answering Models

2022-10-22 · Anas Awadalla, Mitchell Wortsman, Gabriel Ilharco, Sewon Min 외

We conduct a large empirical evaluation to investigate the landscape of distributional robustness in question answering. Our investigation spans over 350 models and 16 question answering datasets, including a diverse set…

In-Context LearningQuestion Answering

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