Datasets:

ArXiv:
Tags:
License:
Muennighoff commited on
Commit
e98b921
1 Parent(s): 4742f46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,7 +11,7 @@ license: cc-by-4.0
11
 
12
  ## XWinograd
13
 
14
- Multilingual winograd schema challenge as used in Crosslingual Generalization through Multitask Finetuning.
15
 
16
  ### Languages & Samples
17
 
@@ -24,9 +24,9 @@ Multilingual winograd schema challenge as used in Crosslingual Generalization th
24
 
25
  ### Dataset creation
26
 
27
- 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`.
28
 
29
- If you only want the original xWinograd Chinese schemas, do:
30
 
31
  `load_dataset("Muennighoff/xwinograd", "zh")["test"][0][:16]`
32
 
11
 
12
  ## XWinograd
13
 
14
+ Multilingual winograd schema challenge as used in [Crosslingual Generalization through Multitask Finetuning](https://arxiv.org/abs/2211.01786).
15
 
16
  ### Languages & Samples
17
 
24
 
25
  ### Dataset creation
26
 
27
+ The Winograd schema challenges in this dataset combine winograd schemas from the XWinograd dataset introduced in Tikhonov et al and as it only contains 16 Chinese schemas, we add 488 Chinese schemas from `clue/cluewsc2020`.
28
 
29
+ If you only want the original xwinograd chinese schemas only, do:
30
 
31
  `load_dataset("Muennighoff/xwinograd", "zh")["test"][0][:16]`
32