Benchmarks · Reasoning & problem-solving

DROP

also: Discrete Reasoning Over Paragraphs

Whether a model can read a passage, resolve references across several parts of it, and then perform a discrete operation — such as addition, counting or sorting — on what it found, rather than lifting a single answer span directly from the text.

AI2 & UC Irvine (Dua, Wang, Dasigi, Gardner et al.)Released 1 March 2019Retired

Most reading-comprehension benchmarks of the late 2010s could be beaten by finding the right sentence and copying a span out of it. DROP was built specifically to close that shortcut: its 96,000 crowdsourced questions, drawn from Wikipedia passages, typically require pulling numbers or facts from several different places in a paragraph and then doing something with them — adding, counting, sorting, or comparing dates — rather than lifting an answer directly from the text.

The design worked. At launch in 2019, general-purpose reading models scored only 32.7 F1, and even a system built specifically to combine reading comprehension with numerical operations reached just 47.0, against a 96.0 F1 human ceiling. That gap closed unevenly as large language models arrived: OpenAI’s GPT-4 technical report cited 80.9 F1 for GPT-4 against 64.1 for GPT-3.5, a substantial jump, though still short of the 88.4 F1 the report attributed to systems trained specifically on the benchmark rather than evaluated zero- or few-shot.

DROP settled into the same role as several of its era-mates — HellaSwag, WinoGrande, ARC — a benchmark still run as one line in a broader evaluation table (AI2’s Olmo 3, for instance, cited DROP scores alongside SQuAD and HumanEval in 2025) but no longer a headline figure in a frontier release. Its multi-step arithmetic-over-text format was largely absorbed into broader reasoning and math suites once those became the more informative test of the same underlying skill.

The set

96,000 crowdsourced questions over Wikipedia passages, built through adversarial annotation so that a question typically requires combining information from multiple spans and applying arithmetic or logical operations to it, rather than pattern-matching a single sentence.

Example

Passage: 'That year, his Untitled (1981), a painting of a haloed, black-headed man with a bright red skeletal body, depicted amid the artists signature scrawls, was sold by Robert Lehrman for $16.3 million, well above its $12 million high estimate.' Question: 'How many more dollars was the Untitled (1981) painting sold for than the 12 million dollar estimation?' Answer: '4300000'arxiv.org

Where it stands

Frontier general-purpose models closed most of the human gap by 2023; DROP now appears mainly as one line in multi-benchmark comparison tables rather than a benchmark a release is built around.

How the top score changed hands

  1. March 2019State-of-the-art models at launch32.7 F1 (47.0 F1 for a specialised numerical-reasoning model)Against a 96.0 F1 human ceiling; general reading-comprehension models of the day struggled with the arithmetic and multi-span requirements.
  2. March 2023GPT-3.564.1 F1Cited as a comparison point in OpenAI's GPT-4 technical report.
  3. March 2023GPT-480.9 F1

Current best: GPT-4 — 80.9 F1 Against 88.4 F1 for the best benchmark-specific trained system cited in the same report, and a 96.0 F1 human ceiling from the original paper; later frontier models likely score higher but are not documented here.

In the timeline · 17 entries · showing 16 most notable

More reasoning & problem-solving benchmarks