File size: 4,772 Bytes
be63200
 
 
 
 
 
 
 
 
 
 
 
 
 
3631a7f
be63200
 
 
 
 
 
 
 
bba8ede
 
2d96978
 
 
 
 
 
 
 
 
 
8160b0d
 
764d554
2d96978
8160b0d
764d554
2d96978
bba8ede
2d96978
 
 
 
 
 
 
 
 
 
8160b0d
 
764d554
 
8160b0d
764d554
2d96978
 
 
 
 
 
 
 
 
 
 
 
bba8ede
8160b0d
 
764d554
 
8160b0d
764d554
2d96978
bba8ede
2d96978
 
be63200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
---
annotations_creators:
- expert-generated
language:
- en
- de
- fr
language_creators:
- found
license: []
multilinguality:
- multilingual
pretty_name: XNLI Parallel Corpus
size_categories:
- 100K<n<1M
source_datasets:
- extended|xnli
tags:
- mode classification
- aligned
task_categories:
- text-classification
task_ids: []
dataset_info:

  - config_name: en
    features:
      - name: text
        dtype: string
      - name: label
        dtype:
          class_label:
            names:
              '0': spoken
              '1': written
    splits:
      - name: train
        num_bytes:  92288
        num_examples: 830
      - name: test
        num_bytes:  186853
        num_examples: 1669

  - config_name: de
    features:
        - name: text
          dtype: string
        - name: label
          dtype:
            class_label:
              names:
                '0': spoken
                '1': written
    splits:
      - name: train
        num_bytes: 105681
        num_examples: 830
      - name: test
        num_bytes: 214008
        num_examples: 1669

  - config_name: fr
    features:
      - name: text
        dtype: string
      - name: label
        dtype:
          class_label:
            names:
              '0': spoken
              '1': written

    splits:
      - name: train
        num_bytes: 830
        num_examples: 109164
      - name: test
        num_bytes: 221286
        num_examples: 1669

download_size: 1864
dataset_size: 1840
---

# Dataset Card for XNLI Parallel Corpus

## Dataset Description

- **Homepage:** 
- **Repository:** 
- **Paper:** 
- **Leaderboard:** 
- **Point of Contact:** 

### Dataset Summary


### Supported Tasks and Leaderboards

Binary mode classification (spoken vs written)

### Languages
- English
- German
- French

## Dataset Structure

### Data Instances

{
  'text': "And he said , Mama , I 'm home .", 
  'label': 0
}

### Data Fields
- text: sentence
- label: binary label of text (0: spoken 1: written)

### Data Splits
  - train: 830
  - test: 1669

### Other Statistics

#### Vocabulary Size
- English
  - train: 4363
  - test: 7128
 
- German
  - train: 5070
  - test: 8601
    
- French
  - train: 4881
  - test: 7935

#### Average Sentence Length
- English
  - train: 20.689156626506023
  - test: 20.75254643499101
 
- German
  - train: 20.367469879518072
  - test: 20.639904134212102
    
- French
  - train: 23.455421686746988
  - test: 23.731575793888556

#### Label Split
  - train:
    - 0: 166
    - 1: 664
  - test:
    - 0: 334
    - 1: 1335
   
#### Out-of-vocabulary words in model
- English
  - BERT (bert-base-uncased)
    - train: 800
    - test: 1638
   
  - mBERT (bert-base-multilingual-uncased)
    - train: 1347
    - test: 2693
   
  - German BERT (bert-base-german-dbmdz-uncased)
    - train: 3228
    - test: 5581
   
  - flauBERT (flaubert-base-uncased)
    - train: 4363
    - test: 7128
   
- German
  - BERT (bert-base-uncased)
    - train: 4285
    - test: 7387
      
  - mBERT (bert-base-multilingual-uncased)
    - train: 3126
    - test: 5863

  - German BERT (bert-base-german-dbmdz-uncased)
    - train: 2033
    - test: 3938
      
  - flauBERT (flaubert-base-uncased)
    - train: 5069
    - test: 8600
   
- French
  - BERT (bert-base-uncased)
    - train: 3784
    - test: 6289
      
  - mBERT (bert-base-multilingual-uncased)
    - train: 2847
    - test: 5084
      
  - German BERT (bert-base-german-dbmdz-uncased)
    - train: 4212
    - test: 6964
      
  - flauBERT (flaubert-base-uncased)
    - train: 4881
    - test: 7935

## Dataset Creation

### Curation Rationale

N/A

### Source Data

https://github.com/facebookresearch/XNLI

Here is the citation for the original XNLI paper.

```
@InProceedings{conneau2018xnli,
  author = "Conneau, Alexis
        and Rinott, Ruty
        and Lample, Guillaume
        and Williams, Adina
        and Bowman, Samuel R.
        and Schwenk, Holger
        and Stoyanov, Veselin",
  title = "XNLI: Evaluating Cross-lingual Sentence Representations",
  booktitle = "Proceedings of the 2018 Conference on Empirical Methods
               in Natural Language Processing",
  year = "2018",
  publisher = "Association for Computational Linguistics",
  location = "Brussels, Belgium",
}
```

#### Initial Data Collection and Normalization

N/A

#### Who are the source language producers?

N/A

### Annotations

#### Annotation process

N/A

#### Who are the annotators?

N/A

### Personal and Sensitive Information

N/A

## Considerations for Using the Data

### Social Impact of Dataset

N/A

### Discussion of Biases

N/A

### Other Known Limitations

N/A

## Additional Information

### Dataset Curators

N/A

### Licensing Information

N/A

### Citation Information


### Contributions

N/A