Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Simple and Effective Model for Answering Multi-span Questions

About

Models for reading comprehension (RC) commonly restrict their output space to the set of all single contiguous spans from the input, in order to alleviate the learning problem and avoid the need for a model that generates text explicitly. However, forcing an answer to be a single span can be restrictive, and some recent datasets also include multi-span questions, i.e., questions whose answer is a set of non-contiguous spans in the text. Naturally, models that return single spans cannot answer these questions. In this work, we propose a simple architecture for answering multi-span questions by casting the task as a sequence tagging problem, namely, predicting for each input token whether it should be part of the output or not. Our model substantially improves performance on span extraction questions from DROP and Quoref by 9.9 and 5.5 EM points respectively.

Elad Segal, Avia Efrat, Mor Shoham, Amir Globerson, Jonathan Berant• 2019

Related benchmarks

TaskDatasetResultRank
Reading ComprehensionDROP (dev)
F1 Score87.8
63
Question AnsweringQuoRef (test)
EM80.61
15
Reading ComprehensionQUOREF span questions (dev)
EM81.6
14
Reading ComprehensionDROP Multi-Span span questions (dev)
EM58.5
10
Reading ComprehensionDROP Single-Span questions (dev)
EM84.2
10
Question AnsweringDROP (val)--
10
Multi-answer Machine Reading ComprehensionMultiSpanQA (val)
EM F1 Score0.6485
8
Reading ComprehensionQUOREF Multi-Span questions (dev)
EM59.7
7
Question AnsweringQuoref
Score0.861
6
Multi-answer Machine Reading ComprehensionQuoref (val)
EM Precision71
4
Showing 10 of 10 rows

Other info

Code

Follow for update