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.
| Provider | allenai |
| Category | 评估与基准测试 |
| Size | 44k Problems |
| License | Apache 2.0 |
| Downloads | 3M |
| Tags | Benchmark, Commonsense-Reasoning, Winograd, NLU |
from datasets import load_dataset
ds = load_dataset("allenai/winogrande")