Upload 3 files
Browse files- .gitattributes +2 -0
- README.md +38 -0
- xnli.15way.orig.tsv +3 -0
- xnli.15way.tok.txt +3 -0
.gitattributes
CHANGED
|
@@ -52,3 +52,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
xnli.15way.orig.tsv filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
xnli.15way.tok.txt filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
XNLI consists of 10k English sentences translated into 14 languages:
|
| 2 |
+
|
| 3 |
+
ar: Arabic
|
| 4 |
+
bg: Bulgarian
|
| 5 |
+
de: German
|
| 6 |
+
el: Greek
|
| 7 |
+
es: Spanish
|
| 8 |
+
fr: French
|
| 9 |
+
hi: Hindi
|
| 10 |
+
ru: Russian
|
| 11 |
+
sw: Swahili
|
| 12 |
+
th: Thai
|
| 13 |
+
tr: Turkish
|
| 14 |
+
ur: Urdu
|
| 15 |
+
vi: Vietnamese
|
| 16 |
+
zh: Chinese (Simplified)
|
| 17 |
+
|
| 18 |
+
The XNLI 15-way parallel corpus can be used for Machine Translation as evaluation sets, in particular for low-resource languages such as Swahili or Urdu.
|
| 19 |
+
|
| 20 |
+
We provide two files: xnli.15way.orig.tsv and xnli.15way.tok.tsv containing respectively the original and the tokenized version of the corpus.
|
| 21 |
+
The files consist of 15 tab-separated columns, each corresponding to one language as indicated by the header.
|
| 22 |
+
|
| 23 |
+
Please consider citing the following paper if using this dataset:
|
| 24 |
+
|
| 25 |
+
@InProceedings{conneau2018xnli,
|
| 26 |
+
author = "Conneau, Alexis
|
| 27 |
+
and Rinott, Ruty
|
| 28 |
+
and Lample, Guillaume
|
| 29 |
+
and Williams, Adina
|
| 30 |
+
and Bowman, Samuel R.
|
| 31 |
+
and Schwenk, Holger
|
| 32 |
+
and Stoyanov, Veselin",
|
| 33 |
+
title = "XNLI: Evaluating Cross-lingual Sentence Representations",
|
| 34 |
+
booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
|
| 35 |
+
year = "2018",
|
| 36 |
+
publisher = "Association for Computational Linguistics",
|
| 37 |
+
location = "Brussels, Belgium",
|
| 38 |
+
}
|
xnli.15way.orig.tsv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf8f6072c330add8e96fc94d880b8dcd082245db7e0e3d266b1d17c3f6513098
|
| 3 |
+
size 15278978
|
xnli.15way.tok.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0478bf7b6e4cda3182d43a9cdb3a82e1c7290d0596f6bf4e0767b93bc303b72
|
| 3 |
+
size 15745259
|