File size: 6,161 Bytes
d9c3439
fad06c5
 
 
 
 
 
 
 
 
3539e37
fad06c5
c386a24
fad06c5
 
 
 
 
 
 
 
 
 
3539e37
fad06c5
3539e37
fad06c5
 
3539e37
 
 
 
fad06c5
 
 
 
 
3539e37
 
 
 
 
 
 
 
 
 
 
 
6af6134
3539e37
 
6af6134
3539e37
 
6af6134
3539e37
fad06c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28f229d
 
 
 
 
 
fad06c5
 
 
28f229d
 
fad06c5
28f229d
 
fad06c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28f229d
 
fad06c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28f229d
 
fad06c5
 
 
 
 
 
ec931fa
28f229d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e14ac14
 
28f229d
e14ac14
 
28f229d
e14ac14
 
28f229d
49d77db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28f229d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49d77db
 
 
 
 
 
 
 
28f229d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3539e37
 
 
 
 
 
 
 
ec931fa
 
 
28f229d
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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
---
annotations_creators:
- Duygu Altinok
language:
- tr
license:
- cc-by-sa-4.0
multilinguality:
- monolingual
size_categories:
- 10K<n<100K
source_datasets:
- nyu-mll/glue
task_categories:
- text-classification
task_ids:
- acceptability-classification
- natural-language-inference
- semantic-similarity-scoring
- sentiment-classification
- text-scoring
pretty_name: TrGLUE (GLUE for Turkish language)
config_names:
- cola
- mnli
- movies
- mrpc
- qnli
- qqp
- rte
- stsb
- wnli
tags:
- qa-nli
- coreference-nli
- paraphrase-identification
dataset_info:
- config_name: cola
  features:
  - name: sentence
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': unacceptable
          '1': acceptable
  splits:
  - name: train
    num_bytes: 1025960
    num_examples: 7916
  - name: validation
    num_bytes: 130843
    num_examples: 1000
  - name: test
    num_bytes: 129741
    num_examples: 1000
- config_name: mnli
  features:
  - name: premise
    dtype: string
  - name: hypothesis
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': neutral
          '2': contradiction
  splits:
  - name: train
    num_bytes: 23742281
    num_examples: 126351
  - name: validation_matched
    num_bytes: 1551330
    num_examples: 8302
  - name: validation_mismatched
    num_bytes: 1882471
    num_examples: 8161
  - name: test_matched
    num_bytes: 1723631
    num_examples: 8939
  - name: test_mismatched
    num_bytes: 1902838
    num_examples: 9139
  download_size: 160944
- config_name: mrpc
  features:
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': not_equivalent
          '1': equivalent
  splits:
  - name: train
    num_bytes: 971403
    num_examples: 3230
  - name: validation
    num_bytes: 122471
    num_examples: 406
  - name: test
    num_bytes: 426814
    num_examples: 1591
  download_size: 1572159
- config_name: qnli
  features:
  - name: question
    dtype: string
  - name: sentence
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': not_entailment
  splits:
  - name: train
    num_bytes: 10039361
    num_examples: 39981
  - name: validation
    num_bytes: 678829
    num_examples: 2397
  - name: test
    num_bytes: 547379
    num_examples: 1913
  download_size: 19278324
- config_name: qqp
  features:
  - name: question1
    dtype: string
  - name: question2
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': not_duplicate
          '1': duplicate
  splits:
  - name: train
    num_bytes: 22640320
    num_examples: 155767
  - name: validation
    num_bytes: 3795876
    num_examples: 26070
  - name: test
    num_bytes: 11984165
    num_examples: 67471
  download_size: 73982265
- config_name: rte
  features:
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': not_entailment
  splits:
  - name: train
    num_bytes: 723360
    num_examples: 2015
  - name: validation
    num_bytes: 68999
    num_examples: 226
  - name: test
    num_bytes: 777128
    num_examples: 2410
  download_size: 1274409
- config_name: movies
  features:
  - name: sentence
    dtype: string
  - name: star
    dtype: float32
  splits:
  - name: train
    num_bytes: 45027930
    num_examples: 114256
  - name: validation
    num_bytes: 6121770
    num_examples: 15000
  - name: test
    num_bytes: 6167339 
    num_examples: 15000
  download_size: 58918801
- config_name: stsb
  features:
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype: float32
  splits:
  - name: train
    num_bytes: 719415
    num_examples: 5254
  - name: validation
    num_bytes: 206991
    num_examples: 1417
  - name: test
    num_bytes: 163808
    num_examples: 1291
  download_size: 766983
- config_name: wnli
  features:
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': not_entailment
          '1': entailment
  splits:
  - name: train
    num_bytes: 83577
    num_examples: 509
  - name: validation
    num_bytes: 10746
    num_examples: 62
  - name: test
    num_bytes: 27058
    num_examples: 112
  download_size: 63522
configs:
- config_name: mnli
  data_files:
  - split: train
    path: mnli/train-*
  - split: validation_matched
    path: mnli/valid_matched-*
  - split: validation_mismatched
    path: mnli/valid_mismatched-*
  - split: test_matched
    path: mnli/test_matched-*
  - split: test_mismatched
    path: mnli/test_mismatched-*
- config_name: mrpc
  data_files:
  - split: train
    path: mrpc/train-*
  - split: validation
    path: mrpc/validation-*
  - split: test
    path: mrpc/test-*
- config_name: qnli
  data_files:
  - split: train
    path: qnli/train-*
  - split: validation
    path: qnli/validation-*
  - split: test
    path: qnli/test-*
- config_name: qqp
  data_files:
  - split: train
    path: qqp/train-*
  - split: validation
    path: qqp/validation-*
  - split: test
    path: qqp/test-*
- config_name: rte
  data_files:
  - split: train
    path: rte/train-*
  - split: validation
    path: rte/validation-*
  - split: test
    path: rte/test-*
- config_name: movies
  data_files:
  - split: train
    path: movies/train-*
  - split: validation
    path: movies/validation-*
  - split: test
    path: movies/test-*
- config_name: stsb
  data_files:
  - split: train
    path: stsb/train-*
  - split: validation
    path: stsb/validation-*
  - split: test
    path: stsb/test-*
- config_name: wnli
  data_files:
  - split: train
    path: wnli/train-*
  - split: validation
    path: wnli/validation-*
  - split: test
    path: wnli/test-*
- config_name: cola
  data_files:
  - split: train
    path: cola/train-*
  - split: validation
    path: cola/validation-*
  - split: test
    path: cola/test-*
---


# Dataset Card for TrGLUE