Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
xwinograd / README.md
Muennighoff's picture
Fix jp lang code
6aa2c6d
|
raw
history blame
622 Bytes
---
language:
- en
- fr
- ja
- pt
- ru
- zh
---
## XWinograd
Multilingual winograd schema challenge.
### Languages & Samples
- "en": 2325
- "fr": 83
- "jp": 959
- "pt": 263
- "ru": 315
- "zh": 504
### Dataset creation
Winograd schema challenges come from the XWinograd dataset introduced in Tikhonov et al. As it only contains 16 Chinese schemas, we add 488 Chinese schemas from `clue/cluewsc2020`.
If you only want the original xWinograd Chinese schemas, do:
`load_dataset("Muennighoff/xwinograd", "zh")["test"][0][:16]`
### Credits
Thanks to Jordan Clive, @yongzx & @khalidalt for support on adding Chinese.