Muennighoff
commited on
Commit
•
eb2ad9a
1
Parent(s):
f098bdc
Add rr
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## XWinograd
|
2 |
+
|
3 |
+
Multilingual winograd schema challenge.
|
4 |
+
|
5 |
+
### Languages
|
6 |
+
|
7 |
+
`"en", "fr", "jp", "pt", "ru", "zh"`
|
8 |
+
|
9 |
+
### Dataset creation
|
10 |
+
|
11 |
+
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`.
|
12 |
+
|
13 |
+
If you only want the original xWinograd Chinese schemas, do:
|
14 |
+
`load_dataset("Muennighoff/xwinograd", "zh")["test"][0][:16]`
|
15 |
+
|
16 |
+
### Credits
|
17 |
+
|
18 |
+
Thanks to Jordan Clive, @yongzx & @khalidalt for support on adding Chinese.
|