SOTAVerified

End-to-End Open-Domain Question Answering with BERTserini

2019-02-05NAACL 2019Code Available0· sign in to hype

Wei Yang, Yuqing Xie, Aileen Lin, Xingyu Li, Luchen Tan, Kun Xiong, Ming Li, Jimmy Lin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We demonstrate an end-to-end question answering system that integrates BERT with the open-source Anserini information retrieval toolkit. In contrast to most question answering and reading comprehension models today, which operate over small amounts of input text, our system integrates best practices from IR with a BERT-based reader to identify answers from a large corpus of Wikipedia articles in an end-to-end fashion. We report large improvements over previous results on a standard benchmark test collection, showing that fine-tuning pretrained BERT with SQuAD is sufficient to achieve high accuracy in identifying answer spans.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SQuAD1.1 devBERTseriniEM38.6Unverified
SQuAD1.1 devBERTseriniEM50.2Unverified

Reproductions