Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
Muennighoff commited on
Commit
5b93bcd
1 Parent(s): 9dd5ea5

Update xwinograd.py

Browse files
Files changed (1) hide show
  1. xwinograd.py +7 -0
xwinograd.py CHANGED
@@ -9,6 +9,13 @@ logger = datasets.logging.get_logger(__name__)
9
 
10
 
11
  _CITATION = """\
 
 
 
 
 
 
 
12
  @misc{tikhonov2021heads,
13
  title={It's All in the Heads: Using Attention Heads as a Baseline for Cross-Lingual Transfer in Commonsense Reasoning},
14
  author={Alexey Tikhonov and Max Ryabinin},
 
9
 
10
 
11
  _CITATION = """\
12
+ @article{muennighoff2022crosslingual,
13
+ title={Crosslingual Generalization through Multitask Finetuning},
14
+ 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},
15
+ journal={arXiv preprint arXiv:2211.01786},
16
+ year={2022}
17
+ }
18
+
19
  @misc{tikhonov2021heads,
20
  title={It's All in the Heads: Using Attention Heads as a Baseline for Cross-Lingual Transfer in Commonsense Reasoning},
21
  author={Alexey Tikhonov and Max Ryabinin},