A Multi-Type Multi-Span Network for Reading Comprehension that Requires Discrete Reasoning
About
Rapid progress has been made in the field of reading comprehension and question answering, where several systems have achieved human parity in some simplified settings. However, the performance of these models degrades significantly when they are applied to more realistic scenarios, such as answers involve various types, multiple text strings are correct answers, or discrete reasoning abilities are required. In this paper, we introduce the Multi-Type Multi-Span Network (MTMSN), a neural reading comprehension model that combines a multi-type answer predictor designed to support various answer types (e.g., span, count, negation, and arithmetic expression) with a multi-span extraction method for dynamically producing one or multiple text spans. In addition, an arithmetic expression reranking mechanism is proposed to rank expression candidates for further confirming the prediction. Experiments show that our model achieves 79.9 F1 on the DROP hidden test set, creating new state-of-the-art results. Source code\footnote{\url{https://github.com/huminghao16/MTMSN}} is released to facilitate future work.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Reading Comprehension | DROP (dev) | F1 Score80.54 | 63 | |
| Reading Comprehension | DROP 1.0 (test) | EM75.85 | 11 | |
| Question Answering | DROP (dev) | EM76.7 | 10 | |
| Reading Comprehension | DROP Multi-Span span questions (dev) | EM25.1 | 10 | |
| Reading Comprehension | DROP Single-Span questions (dev) | EM77.5 | 10 | |
| Question Answering | DROP (val) | -- | 10 | |
| Multi-answer Machine Reading Comprehension | MultiSpanQA (val) | EM F1 Score0.5015 | 8 | |
| Multi-answer Machine Reading Comprehension | Quoref (val) | EM Precision65.61 | 4 |