Datasets:

Modalities:
Text
Size:
< 1K
ArXiv:
License:
polm-stability commited on
Commit
2b841a0
1 Parent(s): f1beb4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -2,4 +2,28 @@
2
  license: cc-by-4.0
3
  ---
4
 
5
- This is the Japanese portion of the xwinograd dataset, formatted for easy use.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-4.0
3
  ---
4
 
5
+ This is the Japanese portion of the xwinograd dataset, formatted for easy use.
6
+
7
+ The original data can be found [here](https://huggingface.co/datasets/Muennighoff/xwinograd). When using this data, please cite the original papers.
8
+
9
+ ```
10
+ @misc{muennighoff2022crosslingual,
11
+ title={Crosslingual Generalization through Multitask Finetuning},
12
+ author={Niklas Muennighoff and Thomas Wang and Lintang Sutawika and Adam Roberts and Stella Biderman and Teven Le Scao and M Saiful Bari and Sheng Shen and Zheng-Xin Yong and Hailey Schoelkopf and Xiangru Tang and Dragomir Radev and Alham Fikri Aji and Khalid Almubarak and Samuel Albanie and Zaid Alyafeai and Albert Webson and Edward Raff and Colin Raffel},
13
+ year={2022},
14
+ eprint={2211.01786},
15
+ archivePrefix={arXiv},
16
+ primaryClass={cs.CL}
17
+ }
18
+ ```
19
+
20
+ ```
21
+ @misc{tikhonov2021heads,
22
+ title={It's All in the Heads: Using Attention Heads as a Baseline for Cross-Lingual Transfer in Commonsense Reasoning},
23
+ author={Alexey Tikhonov and Max Ryabinin},
24
+ year={2021},
25
+ eprint={2106.12066},
26
+ archivePrefix={arXiv},
27
+ primaryClass={cs.CL}
28
+ }
29
+ ```