Winogrande — LLM 评估与基准测试 Dataset

44k commonsense reasoning problems inspired by Winograd Schema challenges. Tests whether models can resolve pronoun ambiguity using real-world knowledge. Requires understanding of causality and physical common sense that pure language statistics can't capture. Included in the Open LLM Leaderboard.

Dataset Details

Providerallenai
Category评估与基准测试
Size44k Problems
LicenseApache 2.0
Downloads3M
TagsBenchmark, Commonsense-Reasoning, Winograd, NLU
from datasets import load_dataset
ds = load_dataset("allenai/winogrande")

相关数据集

常见问题

Winogrande 可以商用吗?
可以——Winogrande 采用 Apache 2.0 宽松许可证,允许商业使用,包括训练用于产品的模型。发布前请查看数据集卡片中的署名要求。
Winogrande 有多少数据?需要全部使用吗?
Winogrande 包含 44k Problems。它是评估基准,用于完整地衡量模型——切勿混入训练数据,否则基准分数将失去意义。
Winogrande 最适合做什么?
Benchmarking commonsense reasoning。它属于数据集中心的「评估与基准测试」板块,那里有替代和互补的数据集。

← 全部数据集 | Fine-Tuning Guide