Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
0601p commited on
Commit
2b553e9
·
verified ·
1 Parent(s): 2cb8c45

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +166 -0
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - translation
4
+ language:
5
+ - af
6
+ - am
7
+ - ar
8
+ - as
9
+ - az
10
+ - be
11
+ - bg
12
+ - bn
13
+ - br
14
+ - bs
15
+ - ca
16
+ - cs
17
+ - cy
18
+ - da
19
+ - de
20
+ - el
21
+ - en
22
+ - eo
23
+ - es
24
+ - et
25
+ - eu
26
+ - fa
27
+ - fi
28
+ - fr
29
+ - fy
30
+ - ga
31
+ - gd
32
+ - gl
33
+ - ha
34
+ - he
35
+ - hi
36
+ - hr
37
+ - hu
38
+ - hy
39
+ - id
40
+ - is
41
+ - it
42
+ - ja
43
+ - jv
44
+ - ka
45
+ - kk
46
+ - km
47
+ - kn
48
+ - ko
49
+ - ku
50
+ - ky
51
+ - la
52
+ - lo
53
+ - lt
54
+ - mg
55
+ - mk
56
+ - ml
57
+ - mn
58
+ - mr
59
+ - ms
60
+ - my
61
+ - ne
62
+ - nl
63
+ - 'no'
64
+ - om
65
+ - or
66
+ - pa
67
+ - pl
68
+ - ps
69
+ - pt
70
+ - ro
71
+ - ru
72
+ - sa
73
+ - sd
74
+ - si
75
+ - sk
76
+ - sl
77
+ - so
78
+ - sq
79
+ - sr
80
+ - su
81
+ - sv
82
+ - sw
83
+ - ta
84
+ - te
85
+ - th
86
+ - tl
87
+ - tr
88
+ - ug
89
+ - uk
90
+ - ur
91
+ - uz
92
+ - vi
93
+ - xh
94
+ - yi
95
+ - zh
96
+ ---
97
+
98
+ # Collection of OPUS
99
+
100
+ Corpus from https://opus.nlpl.eu has been collected. The following corpora have been included:
101
+ - [UNPC](https://cms.unov.org/UNCorpus)
102
+ - [GlobalVoices](https://globalvoices.org)
103
+ - [TED2020](https://www.ted.com/participate/translate)
104
+ - [News-Commentary](https://opus.nlpl.eu/News-Commentary/corpus/version/News-Commentary)
105
+ - [WikiMatrix](https://github.com/facebookresearch/LASER/tree/main/tasks/WikiMatrix)
106
+ - [Tatoeba](https://tatoeba.org/ko/)
107
+ - [Europarl](http://www.statmt.org/europarl/)
108
+ - [OpenSubtitles](http://www.opensubtitles.org/)
109
+
110
+ 25,000 samples (randomly sampled within the first 100,000 samples) per language pair of each corpus were collected, with no modification of data.
111
+
112
+ # Licenses
113
+ ### OPUS
114
+
115
+ ```
116
+ @inproceedings{tiedemann2012parallel,
117
+ title={Parallel data, tools and interfaces in OPUS.},
118
+ author={Tiedemann, J{\"o}rg},
119
+ booktitle={Lrec},
120
+ volume={2012},
121
+ pages={2214--2218},
122
+ year={2012},
123
+ organization={Citeseer}
124
+ }
125
+ ```
126
+
127
+ ### Tatoeba
128
+
129
+ CC BY 2.0 FR
130
+
131
+ ### TED2020
132
+
133
+ CC BY–NC–ND 4.0
134
+ ```
135
+ @inproceedings{reimers-2020-multilingual-sentence-bert,
136
+ title = "Making Monolingual Sentence Embeddings Multilingual using Knowledge Distillation",
137
+ author = "Reimers, Nils and Gurevych, Iryna",
138
+ booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing",
139
+ month = "11",
140
+ year = "2020",
141
+ publisher = "Association for Computational Linguistics",
142
+ url = "https://arxiv.org/abs/2004.09813",
143
+ }
144
+ ```
145
+
146
+ ### WikiMatrix
147
+ ```
148
+ CC-BY-SA 4.0
149
+ @article{schwenk2019wikimatrix,
150
+ title={Wikimatrix: Mining 135m parallel sentences in 1620 language pairs from wikipedia},
151
+ author={Schwenk, Holger and Chaudhary, Vishrav and Sun, Shuo and Gong, Hongyu and Guzm{\'a}n, Francisco},
152
+ journal={arXiv preprint arXiv:1907.05791},
153
+ year={2019}
154
+ }
155
+ ```
156
+
157
+ ### UNPC
158
+ ```
159
+ @inproceedings{ziemski2016united,
160
+ title={The united nations parallel corpus v1. 0},
161
+ author={Ziemski, Micha{\l} and Junczys-Dowmunt, Marcin and Pouliquen, Bruno},
162
+ booktitle={Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16)},
163
+ pages={3530--3534},
164
+ year={2016}
165
+ }
166
+ ```