Commit
·
2c28877
1
Parent(s):
5b93bcd
Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,19 @@ If you only want the original xWinograd Chinese schemas, do:
|
|
29 |
|
30 |
`load_dataset("Muennighoff/xwinograd", "zh")["test"][0][:16]`
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
Thanks to Jordan Clive, @yongzx & @khalidalt for support on adding Chinese.
|
|
|
29 |
|
30 |
`load_dataset("Muennighoff/xwinograd", "zh")["test"][0][:16]`
|
31 |
|
32 |
+
## Additional Information
|
33 |
+
|
34 |
+
### Citation Information
|
35 |
+
|
36 |
+
```bibtex
|
37 |
+
@article{muennighoff2022crosslingual,
|
38 |
+
title={Crosslingual Generalization through Multitask Finetuning},
|
39 |
+
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},
|
40 |
+
journal={arXiv preprint arXiv:2211.01786},
|
41 |
+
year={2022}
|
42 |
+
}
|
43 |
+
```
|
44 |
+
|
45 |
+
### Contributions
|
46 |
|
47 |
Thanks to Jordan Clive, @yongzx & @khalidalt for support on adding Chinese.
|