File size: 1,080 Bytes
03996ca 6aa2c6d 03996ca b88de5a 03996ca 2c28877 03996ca |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
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]`
## Additional Information
### Citation Information
```bibtex
@article{muennighoff2022crosslingual,
title={Crosslingual Generalization through Multitask Finetuning},
author={Muennighoff, Niklas and Wang, Thomas and Sutawika, Lintang and Roberts, Adam and Biderman, Stella and Scao, Teven Le and Bari, M Saiful and Shen, Sheng and Yong, Zheng-Xin and Schoelkopf, Hailey and others},
journal={arXiv preprint arXiv:2211.01786},
year={2022}
}
```
### Contributions
Thanks to Jordan Clive, @yongzx & @khalidalt for support on adding Chinese.
|