|
--- |
|
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. |
|
|