Benchmarks · Reasoning & problem-solving
WinoGrande
Whether a model can resolve an ambiguous pronoun using commonsense world knowledge, in sentence pairs built specifically to remove the statistical shortcuts that let earlier systems cheat at the task.
Allen Institute for AI (Sakaguchi, Le Bras, Bhagavatula, Choi)Released 24 July 2019Retired
WinoGrande scaled up an older idea. The original Winograd Schema Challenge offered just 273 expert-crafted sentence pairs testing whether a model could resolve an ambiguous pronoun using commonsense knowledge rather than surface pattern-matching — famous but too small to train or robustly evaluate large models on. AI2 researchers rebuilt it at scale in 2019: 44,000 similar problems collected through crowdsourcing, then run through a debiasing algorithm called AfLite that stripped out the word-association shortcuts a model could exploit without genuinely reasoning about the sentence.
The bias reduction did its job. At launch, the best available models scored between roughly 59% and 79% depending on how much training data they had, against a 94% human ceiling — a real but not enormous gap by the standards of commonsense benchmarks at the time. Within a year, GPT-3’s 175-billion-parameter model reached 77.7% in a few-shot setting, still short of a fine-tuned T5 model’s 84.6% but well ahead of earlier fine-tuned baselines, evidence that scale alone was closing ground that hand-designed bias reduction had opened.
WinoGrande remained a standard secondary citation alongside HellaSwag and ARC through the early 2020s as a quick commonsense-reasoning check, typically reported in a results table rather than a headline. As frontier labs shifted to explicitly graduate-level and professional benchmarks such as MMLU and GPQA, pronoun-resolution tasks stopped being hard enough to distinguish leading models, and WinoGrande faded from release announcements even as it stayed part of standardised academic evaluation suites.
The set
44,000 fill-in-the-blank problems inspired by the original hand-crafted Winograd Schema Challenge (273 items), scaled up through crowdsourcing and then debiased with an algorithm called AfLite, which strips out word-association patterns a model could exploit without real reasoning.
Example
Robert woke up at 9:00am while Samuel woke up at 6:00am, so he had less time to get ready for school. (Robert / Samuel; Answer: Robert)arxiv.org
Where it stands
Scores climbed from the high 50s/70s at launch to the high 70s within a year of GPT-3, and WinoGrande dropped out of frontier-model release reporting by the mid-2020s as harder graduate-level tests replaced pronoun-resolution benchmarks as the standard citation.
How the top score changed hands
- July 2019State-of-the-art models at launch59.4–79.1% (depending on training data)Against a human accuracy of 94.0%, a 15-35 point gap depending on how much training data a model had access to.
- May 2020GPT-3 (175B, few-shot)77.7%Compared with an 84.6% fine-tuned state of the art from T5 at the time, and 79% for fine-tuned RoBERTa-large.