nljubesi commited on
Commit
764077d
1 Parent(s): 7d673d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -6,4 +6,19 @@ XCOPA dataset translation methodology (https://arxiv.org/abs/2005.00333). The da
6
  given the annotator or translator (The sun was rising).
7
 
8
  The dataset is split into 400 training samples, 100 validation samples, and 500 test samples. It includes the
9
- following features: 'premise', 'choice1', 'choice2', 'label', 'question', 'changed' (boolean).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  given the annotator or translator (The sun was rising).
7
 
8
  The dataset is split into 400 training samples, 100 validation samples, and 500 test samples. It includes the
9
+ following features: 'premise', 'choice1', 'choice2', 'label', 'question', 'changed' (boolean).
10
+
11
+ If you use the dataset in your work, please cite
12
+ ```
13
+ @article{DBLP:journals/corr/abs-2104-09243,
14
+ author = {Nikola Ljubesic and
15
+ Davor Lauc},
16
+ title = {BERTi{\'{c}} - The Transformer Language Model for Bosnian, Croatian,
17
+ Montenegrin and Serbian},
18
+ journal = {CoRR},
19
+ volume = {abs/2104.09243},
20
+ year = {2021},
21
+ url = {https://arxiv.org/abs/2104.09243},
22
+ archivePrefix = {arXiv},
23
+ }
24
+ ```