CLMar 1, 2019

DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs

arXiv:1903.00161v21474 citations
Originality Incremental advance
AI Analysis

This addresses the brittleness of reading comprehension systems by providing a challenging benchmark for researchers, though it is incremental as it builds on prior datasets.

The authors introduced DROP, a new English reading comprehension benchmark requiring discrete reasoning over paragraphs, where state-of-the-art systems achieved only 32.7% F1 compared to 96.0% human performance, and they presented a model that improved this to 47.0% F1.

Reading comprehension has recently seen rapid progress, with systems matching humans on the most popular datasets for the task. However, a large body of work has highlighted the brittleness of these systems, showing that there is much work left to be done. We introduce a new English reading comprehension benchmark, DROP, which requires Discrete Reasoning Over the content of Paragraphs. In this crowdsourced, adversarially-created, 96k-question benchmark, a system must resolve references in a question, perhaps to multiple input positions, and perform discrete operations over them (such as addition, counting, or sorting). These operations require a much more comprehensive understanding of the content of paragraphs than what was necessary for prior datasets. We apply state-of-the-art methods from both the reading comprehension and semantic parsing literature on this dataset and show that the best systems only achieve 32.7% F1 on our generalized accuracy metric, while expert human performance is 96.0%. We additionally present a new model that combines reading comprehension methods with simple numerical reasoning to achieve 47.0% F1.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes