---
title: "WinoGrande Benchmark (FR)"
source: "https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)"
wiki: "systems-analysis.info/int"
article: "WinoGrande_Benchmark_(FR)"
language: "fr"
categories:
  - "Category:French"
  - "Category:Large language models"
  - "Category:LLM benchmarks"
  - "Category:Machine learning"
revision_id: 8478
wiki_created_at: 2026-09-07T01:17:58Z
wiki_modified_at: 2026-09-07T01:17:58Z
downloaded_at: 2026-09-07T23:25:35Z
---

# WinoGrande Benchmark (FR)

**WinoGrande** est un jeu de données de référence à grande échelle, conçu pour évaluer la capacité des systèmes d'intelligence artificielle au raisonnement de sens commun. Il contient environ 44 000 problèmes basés sur le format du Winograd Schema Challenge (WSC), mais considérablement étendus et complexifiés à l'aide d'une méthode de filtrage contradictoire (« adversarial filtering ») pour éliminer les indices statistiques<sup>[\[1\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-sakaguchi2019-1)</sup>.

Le jeu de données a été développé en 2019 par une équipe de chercheurs de l' **Allen Institute for AI** et de l' **Université de Washington**. Chaque problème se présente sous la forme d'une phrase avec un blanc à remplir avec l'une des deux options proposées, en choisissant la bonne en fonction du contexte et de la compréhension de la situation. WinoGrande est devenu l'un des benchmarks clés dans le domaine du traitement du langage naturel (NLP)<sup>[\[2\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-huggingface-2)</sup>.

## Contexte de la création : l'obsolescence du WSC

Le **Winograd Schema Challenge** (WSC) original, proposé en 2011, ne contenait que 273 problèmes et a longtemps été considéré comme un test fiable du raisonnement de sens commun. Les problèmes y étaient conçus pour exiger une compréhension du monde, et non une simple mise en correspondance de mots<sup>[\[3\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-wsc_wiki-3)</sup>.

Cependant, vers 2018-2019, avec l'émergence de grands modèles de langage basés sur l'architecture Transformer, tels que **BERT**, la situation a changé. Les modèles ont appris à « déjouer » le test, atteignant une précision d'environ 90 % en exploitant des régularités statistiques involontaires (artefacts) dans les données, plutôt que par une réelle compréhension<sup>[\[4\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-kocijan2023-4)</sup>. Le WSC n'était plus un indicateur fiable, ce qui a conduit à la nécessité de créer un nouveau benchmark plus complexe et à plus grande échelle : WinoGrande.

## Développement et méthode du filtrage contradictoire (adversarial filtering)

La création de WinoGrande s'est déroulée en deux étapes principales : la génération massive de problèmes et leur filtrage ultérieur.

### Crowdsourcing

Dans un premier temps, une vaste base de plus de 47 000 phrases a été collectée via la plateforme **Amazon Mechanical Turk**. Les travailleurs du crowdsourcing ont créé des paires de phrases selon le schéma de Winograd, ce qui a garanti une diversité linguistique et un « bruit » caractéristique du langage naturel, contrairement aux problèmes rédigés par un petit groupe d'experts<sup>[\[1\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-sakaguchi2019-1)</sup>.

### Algorithme AfLite

L'innovation clé de WinoGrande a été l'algorithme **AfLite** (**Adversarial Filtering Lite**). Cette méthode a été conçue pour écarter automatiquement les problèmes pouvant être résolus à l'aide de simples indices statistiques, sans nécessiter de raisonnement de sens commun. L'algorithme utilisait des modèles simples pour identifier et supprimer les exemples où l'une des réponses était trop manifestement liée à d'autres mots de la phrase. *Par exemple, le problème « Les lions ont mangé les zèbres parce qu'ils sont des **prédateurs** » serait filtré, car le mot « prédateurs » est statistiquement fortement associé à « lions ».*

À la suite de ce filtrage, environ 14 % des données collectées ont été rejetées. La version finale du jeu de données comprend **43 972 problèmes**, ce qui en fait un test nettement plus fiable et difficile<sup>[\[1\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-sakaguchi2019-1)</sup>.

## Résultats des modèles et progrès

Lors de la publication de WinoGrande, les meilleurs modèles de l'époque ont montré des résultats nettement inférieurs à ceux des humains.

- **RoBERTa** (une version améliorée de BERT) a atteint une précision de **~79 %**.
- L' **humain** résout en moyenne les problèmes avec une précision de **~94 %**<sup>[\[1\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-sakaguchi2019-1)</sup>.

Cet écart a confirmé que le filtrage AfLite avait réussi à éliminer de nombreuses voies « faciles » pour les modèles. Cependant, avec le développement des [LLM](https://systems-analysis.info/int/Grands_mod%C3%A8les_de_langage "Grands modèles de langage"), cet écart a commencé à se réduire.

- En 2022, le modèle **ST-MoE-32B** a atteint une précision de **96,1 %**, dépassant le niveau humain<sup>[\[5\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-lepore2025-5)</sup>.
- **GPT-3** a obtenu un score d'environ **88 %**<sup>[\[6\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-brown2020-6)</sup>.
- **GPT-4**, sans fine-tuning spécifique, résout les problèmes avec une précision de **~87,5 %**<sup>[\[7\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-openai2023-7)</sup>.

## Impact et critiques

WinoGrande est devenu l'un des benchmarks clés pour l'évaluation du raisonnement de sens commun et est régulièrement utilisé pour tester de nouveaux modèles. Ses résultats sont publiés dans les rapports techniques des principales entreprises d'IA et sur les plateformes de comparaison de modèles<sup>[\[8\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-hyper_ai-8)</sup>.

Parallèlement, la méthodologie de création du jeu de données a fait l'objet de débats scientifiques. Certains chercheurs soulignent que le crowdsourcing de masse a pu conduire à l'apparition de phrases non naturelles ou ambiguës. Des doutes ont également été émis quant à la capacité du filtrage automatique AfLite à éliminer complètement tous les artefacts cachés<sup>[\[5\]](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_note-lepore2025-5)</sup>. Néanmoins, WinoGrande a stimulé non seulement les progrès en matière de métriques, mais aussi une discussion importante sur la création de méthodes d'évaluation de l'IA plus robustes et fiables.

## Liens externes

- <a href="https://winogrande.allenai.org/" class="external text" rel="nofollow">Site officiel de WinoGrande</a>
- <a href="https://huggingface.co/datasets/allenai/winogrande" class="external text" rel="nofollow">Dataset sur la plateforme Hugging Face</a>

## Bibliographie

- Liang, P. et al. (2022). *Holistic Evaluation of Language Models (HELM)*. <a href="https://arxiv.org/abs/2211.09110" class="external text" rel="nofollow">arXiv:2211.09110</a>.
- Chang, Y. et al. (2023). *A Survey on Evaluation of Large Language Models*. <a href="https://arxiv.org/abs/2307.03109" class="external text" rel="nofollow">arXiv:2307.03109</a>.
- Ni, S. et al. (2025). *A Survey on Large Language Model Benchmarks*. <a href="https://arxiv.org/abs/2508.15361" class="external text" rel="nofollow">arXiv:2508.15361</a>.
- Biderman, S. et al. (2024). *The Language Model Evaluation Harness (lm-eval): Guidance and Lessons Learned*. <a href="https://arxiv.org/abs/2405.14782" class="external text" rel="nofollow">arXiv:2405.14782</a>.
- Kiela, D. et al. (2021). *Dynabench: Rethinking Benchmarking in NLP*. <a href="https://arxiv.org/abs/2104.14337" class="external text" rel="nofollow">arXiv:2104.14337</a>.
- Ma, Z. et al. (2021). *Dynaboard: An Evaluation‑As‑A‑Service Platform for Holistic Next‑Generation Benchmarking*. <a href="https://arxiv.org/abs/2106.06052" class="external text" rel="nofollow">arXiv:2106.06052</a>.
- Goel, K. et al. (2021). *Robustness Gym: Unifying the NLP Evaluation Landscape*. <a href="https://arxiv.org/abs/2101.04840" class="external text" rel="nofollow">arXiv:2101.04840</a>.
- Xu, C. et al. (2024). *Benchmark Data Contamination of Large Language Models: A Survey*. <a href="https://arxiv.org/abs/2406.04244" class="external text" rel="nofollow">arXiv:2406.04244</a>.
- Liu, S. et al. (2025). *A Comprehensive Survey on Safety Evaluation of LLMs*. <a href="https://arxiv.org/abs/2506.11094" class="external text" rel="nofollow">arXiv:2506.11094</a>.
- Chiang, W.-L. et al. (2024). *Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference*. <a href="https://arxiv.org/abs/2403.04132" class="external text" rel="nofollow">arXiv:2403.04132</a>.
- Boubdir, M. et al. (2023). *Elo Uncovered: Robustness and Best Practices in Language Model Evaluation*. <a href="https://arxiv.org/abs/2311.17295" class="external text" rel="nofollow">arXiv:2311.17295</a>.
- Huang, L. et al. (2023). *A Survey on Hallucination in Large Language Models*. <a href="https://arxiv.org/abs/2311.05232" class="external text" rel="nofollow">arXiv:2311.05232</a>.

## Références

1.  <span id="cite_note-sakaguchi2019-1">↑ <sup>[1.0](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-sakaguchi2019_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-sakaguchi2019_1-1)</sup> <sup>[1.2](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-sakaguchi2019_1-2)</sup> <sup>[1.3](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-sakaguchi2019_1-3)</sup> Sakaguchi, K., Le Bras, R., Bhagavatula, C., Choi, Y. «WinoGrande: An Adversarial Winograd Schema Challenge at Scale». *arXiv:1907.10641*. <a href="https://arxiv.org/abs/1907.10641" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-huggingface-2">[↑](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-huggingface_2-0) «allenai/winogrande». *Hugging Face*. <a href="https://huggingface.co/datasets/allenai/winogrande" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-wsc_wiki-3">[↑](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-wsc_wiki_3-0) «Winograd schema challenge». In *Wikipedia*. <a href="https://en.wikipedia.org/wiki/Winograd_schema_challenge" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-kocijan2023-4">[↑](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-kocijan2023_4-0) Kocijan, V. et al. «The defeat of the Winograd Schema Challenge». *Artificial Intelligence*. <a href="https://www.sciencedirect.com/science/article/pii/S000437022300055X" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-lepore2025-5">↑ <sup>[5.0](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-lepore2025_5-0)</sup> <sup>[5.1](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-lepore2025_5-1)</sup> Lepore, J. «AI Has Been Surprising for Years». *Carnegie Endowment for International Peace*. <a href="https://carnegieendowment.org/research/2025/01/ai-has-been-surprising-for-years?lang=en" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-brown2020-6">[↑](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-brown2020_6-0) Brown, T. et al. «Language Models are Few-Shot Learners». *arXiv:2005.14165*. <a href="https://arxiv.org/abs/2005.14165" class="external autonumber" rel="nofollow">[6]</a></span>
7.  <span id="cite_note-openai2023-7">[↑](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-openai2023_7-0) OpenAI. «GPT-4 Technical Report». *arXiv:2303.08774*. <a href="https://arxiv.org/abs/2303.08774" class="external autonumber" rel="nofollow">[7]</a></span>
8.  <span id="cite_note-hyper_ai-8">[↑](https://systems-analysis.info/int/WinoGrande_Benchmark_(FR)#cite_ref-hyper_ai_8-0) «Common Sense Reasoning On Winogrande». *HyperAI*. <a href="https://hyper.ai/en/sota/tasks/common-sense-reasoning/benchmark/common-sense-reasoning-on-winogrande" class="external autonumber" rel="nofollow">[8]</a></span>
