File size: 576 Bytes
37c1004 eb2ad9a 957e6a7 eb2ad9a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
language:
- en
- fr
- jp
- pt
- ru
- zh
---
## XWinograd
Multilingual winograd schema challenge.
### Languages
`"en", "fr", "jp", "pt", "ru", "zh"`
### 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.
|