Benchgen

Winogrande — Results

RankModelScore
1gpt-4-06130.875
2mimo-v2-5-pro0.856
3command-r-plus0.854
4qwen2-72b-instruct0.851
5llama-3-1-nemotron-70b-instruct0.845
6gemma-2-27b0.837
7hermes-3-70b0.832
8qwen2-5-32b-instruct0.82
9phi-3-5-moe-instruct0.813
10qwen2-5-coder-32b-instruct0.808
11gemma-2-9b0.806
12mistral-nemo-instruct0.768
13ministral-8b-instruct0.753
14granite-3-3-8b-base0.744
15qwen2-5-coder-7b-instruct0.729
16gemma-3n-e4b-litert-preview0.717
17gemma-3n-e4b0.717
18phi-3-5-mini-instruct0.685
19phi-4-mini0.67
20gemma-3n-e2b-litert-preview0.668
21gemma-3n-e2b0.668
22ernie-4-50.513

Winogrande

1 phaseActive

Adversarial Winograd Schema Challenge at scale — 44,000 pronoun resolution problems testing machine commonsense reasoning. Metric: accuracy.

Overview

Winogrande

Category Metric Saturation Tasks

Dataset

Quick answer: Winogrande (WinoGrande: An Adversarial Winograd Schema Challenge at Scale) is a large-scale commonsense reasoning benchmark of 44,000 pronoun resolution problems built with adversarial filtering to remove statistical shortcuts. GPT-4 leads with 87.5% across 22 evaluated models, though human performance sits at 94.0%.


What Does Winogrande Test?

Winogrande evaluates whether AI models truly understand commonsense relationships rather than exploiting spurious statistical patterns. Each problem presents a sentence with an ambiguous pronoun that must be resolved using world knowledge and reasoning about physical and social situations — an expanded, adversarially-filtered successor to the original Winograd Schema Challenge.

Focus areaExamples
Pronoun resolutionDetermining which entity a pronoun refers to
Commonsense reasoningUsing world knowledge to disambiguate sentences
Physical/social reasoningUnderstanding cause, effect, and typical behavior
Bias robustnessAdversarial filtering removes shortcuts exploitable by language models

How Is Winogrande Scored?

Each problem is a fill-in-the-blank sentence pair with two answer options; the model selects the correct referent. Accuracy is the fraction of correctly resolved problems, normalized to 0–1. AI2's adversarial filtering algorithm (AFLite) was used to reduce annotation artifacts and dataset-specific biases from the original 44K crowd-sourced problems.


Key Facts

PropertyValue
Released2019
Problems44,000
MetricAccuracy
Score range0–1
Top modelGPT-4 (0.875)
Human performance0.940
Models evaluated22

FAQ

What is Winogrande? Winogrande is a large-scale adversarial commonsense reasoning benchmark of 44,000 pronoun resolution problems, designed to test whether AI models genuinely understand commonsense or merely exploit statistical shortcuts.

Who created Winogrande? Winogrande was created by researchers at the Allen Institute for AI (AI2) and the University of Washington — Keisuke Sakaguchi, Ronan Le Bras, Chandra Bhagavatula, and Yejin Choi — published in 2019.

How is Winogrande different from the original Winograd Schema Challenge? The original WSC contained only 273 expert-crafted problems. Winogrande scales this to 44,000 problems using crowdsourcing, then applies adversarial filtering (AFLite) to remove problems that language models could solve via spurious bias rather than genuine reasoning.

What score does the best model achieve on Winogrande? GPT-4 leads with 0.875 (87.5%), followed by Xiaomi's MiMo-V2.5-Pro at 0.856 and Cohere's Command R+ at 0.854 — all still below the human baseline of 0.940.

Is Winogrande saturated? Scores cluster in the 0.68–0.88 range for most modern models, well below human performance, indicating the adversarial filtering successfully preserved genuine difficulty even as the field has advanced.