system HF staff commited on
Commit
587c48f
1 Parent(s): 1093ad1

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +229 -0
README.md ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "iwslt2017"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://sites.google.com/site/iwsltevaluation2017/TED-tasks](https://sites.google.com/site/iwsltevaluation2017/TED-tasks)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 4046.89 MB
37
+ - **Size of the generated dataset:** 1087.28 MB
38
+ - **Total amount of disk used:** 5134.17 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ The IWSLT 2017 Evaluation Campaign includes a multilingual TED Talks MT task. The languages involved are five:
43
+
44
+ German, English, Italian, Dutch, Romanian.
45
+
46
+ For each language pair, training and development sets are available through the entry of the table below: by clicking, an archive will be downloaded which contains the sets and a README file. Numbers in the table refer to millions of units (untokenized words) of the target side of all parallel training sets.
47
+
48
+ ### [Supported Tasks](#supported-tasks)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ### [Languages](#languages)
53
+
54
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
+
56
+ ## [Dataset Structure](#dataset-structure)
57
+
58
+ We show detailed information for up to 5 configurations of the dataset.
59
+
60
+ ### [Data Instances](#data-instances)
61
+
62
+ #### iwslt2017-ar-en
63
+
64
+ - **Size of downloaded dataset files:** 26.46 MB
65
+ - **Size of the generated dataset:** 56.02 MB
66
+ - **Total amount of disk used:** 82.48 MB
67
+
68
+ An example of 'train' looks as follows.
69
+ ```
70
+ This example was too long and was cropped:
71
+
72
+ {
73
+ "translation": "{\"ar\": \"لقد طرت في \\\"القوات الجوية \\\" لمدة ثمان سنوات. والآن أجد نفسي مضطرا لخلع حذائي قبل صعود الطائرة!\", \"en\": \"I flew on Air ..."
74
+ }
75
+ ```
76
+
77
+ #### iwslt2017-de-en
78
+
79
+ - **Size of downloaded dataset files:** 15.98 MB
80
+ - **Size of the generated dataset:** 42.37 MB
81
+ - **Total amount of disk used:** 58.35 MB
82
+
83
+ An example of 'train' looks as follows.
84
+ ```
85
+ {
86
+ "translation": {
87
+ "de": "Es ist mir wirklich eine Ehre, zweimal auf dieser Bühne stehen zu dürfen. Tausend Dank dafür.",
88
+ "en": "And it's truly a great honor to have the opportunity to come to this stage twice; I'm extremely grateful."
89
+ }
90
+ }
91
+ ```
92
+
93
+ #### iwslt2017-en-ar
94
+
95
+ - **Size of downloaded dataset files:** 27.97 MB
96
+ - **Size of the generated dataset:** 56.02 MB
97
+ - **Total amount of disk used:** 83.99 MB
98
+
99
+ An example of 'train' looks as follows.
100
+ ```
101
+ This example was too long and was cropped:
102
+
103
+ {
104
+ "translation": "{\"ar\": \"لقد طرت في \\\"القوات الجوية \\\" لمدة ثمان سنوات. والآن أجد نفسي مضطرا لخلع حذائي قبل صعود الطائرة!\", \"en\": \"I flew on Air ..."
105
+ }
106
+ ```
107
+
108
+ #### iwslt2017-en-de
109
+
110
+ - **Size of downloaded dataset files:** 15.98 MB
111
+ - **Size of the generated dataset:** 42.37 MB
112
+ - **Total amount of disk used:** 58.35 MB
113
+
114
+ An example of 'validation' looks as follows.
115
+ ```
116
+ {
117
+ "translation": {
118
+ "de": "Die nächste Folie, die ich Ihnen zeige, ist eine Zeitrafferaufnahme was in den letzten 25 Jahren passiert ist.",
119
+ "en": "The next slide I show you will be a rapid fast-forward of what's happened over the last 25 years."
120
+ }
121
+ }
122
+ ```
123
+
124
+ #### iwslt2017-en-fr
125
+
126
+ - **Size of downloaded dataset files:** 26.41 MB
127
+ - **Size of the generated dataset:** 48.87 MB
128
+ - **Total amount of disk used:** 75.28 MB
129
+
130
+ An example of 'validation' looks as follows.
131
+ ```
132
+ {
133
+ "translation": {
134
+ "en": "But this understates the seriousness of this particular problem because it doesn't show the thickness of the ice.",
135
+ "fr": "Mais ceci tend à amoindrir le problème parce qu'on ne voit pas l'épaisseur de la glace."
136
+ }
137
+ }
138
+ ```
139
+
140
+ ### [Data Fields](#data-fields)
141
+
142
+ The data fields are the same among all splits.
143
+
144
+ #### iwslt2017-ar-en
145
+ - `translation`: a multilingual `string` variable, with possible languages including `ar`, `en`.
146
+
147
+ #### iwslt2017-de-en
148
+ - `translation`: a multilingual `string` variable, with possible languages including `de`, `en`.
149
+
150
+ #### iwslt2017-en-ar
151
+ - `translation`: a multilingual `string` variable, with possible languages including `en`, `ar`.
152
+
153
+ #### iwslt2017-en-de
154
+ - `translation`: a multilingual `string` variable, with possible languages including `en`, `de`.
155
+
156
+ #### iwslt2017-en-fr
157
+ - `translation`: a multilingual `string` variable, with possible languages including `en`, `fr`.
158
+
159
+ ### [Data Splits Sample Size](#data-splits-sample-size)
160
+
161
+ | name |train |validation|test|
162
+ |---------------|-----:|---------:|---:|
163
+ |iwslt2017-ar-en|231713| 888|8583|
164
+ |iwslt2017-de-en|206112| 888|8079|
165
+ |iwslt2017-en-ar|231713| 888|8583|
166
+ |iwslt2017-en-de|206112| 888|8079|
167
+ |iwslt2017-en-fr|232825| 890|8597|
168
+
169
+ ## [Dataset Creation](#dataset-creation)
170
+
171
+ ### [Curation Rationale](#curation-rationale)
172
+
173
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
174
+
175
+ ### [Source Data](#source-data)
176
+
177
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
178
+
179
+ ### [Annotations](#annotations)
180
+
181
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
182
+
183
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
184
+
185
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
186
+
187
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
188
+
189
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
190
+
191
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
192
+
193
+ ### [Discussion of Biases](#discussion-of-biases)
194
+
195
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
196
+
197
+ ### [Other Known Limitations](#other-known-limitations)
198
+
199
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
200
+
201
+ ## [Additional Information](#additional-information)
202
+
203
+ ### [Dataset Curators](#dataset-curators)
204
+
205
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
206
+
207
+ ### [Licensing Information](#licensing-information)
208
+
209
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
210
+
211
+ ### [Citation Information](#citation-information)
212
+
213
+ ```
214
+ @inproceedings{cettoloEtAl:EAMT2012,
215
+ Address = {Trento, Italy},
216
+ Author = {Mauro Cettolo and Christian Girardi and Marcello Federico},
217
+ Booktitle = {Proceedings of the 16$^{th}$ Conference of the European Association for Machine Translation (EAMT)},
218
+ Date = {28-30},
219
+ Month = {May},
220
+ Pages = {261--268},
221
+ Title = {WIT$^3$: Web Inventory of Transcribed and Translated Talks},
222
+ Year = {2012}}
223
+
224
+ ```
225
+
226
+
227
+ ### Contributions
228
+
229
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@Narsil](https://github.com/Narsil) for adding this dataset.