lhoestq HF staff commited on
Commit
db1f9af
1 Parent(s): 24e7f83

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +431 -0
README.md CHANGED
@@ -41,6 +41,437 @@ configs:
41
  tags:
42
  - emotion-classification
43
  - dialogue-act-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ---
45
 
46
  # Dataset Card for SILICONE Benchmark
 
41
  tags:
42
  - emotion-classification
43
  - dialogue-act-classification
44
+ dataset_info:
45
+ - config_name: dyda_da
46
+ features:
47
+ - name: Utterance
48
+ dtype: string
49
+ - name: Dialogue_Act
50
+ dtype: string
51
+ - name: Dialogue_ID
52
+ dtype: string
53
+ - name: Label
54
+ dtype:
55
+ class_label:
56
+ names:
57
+ 0: commissive
58
+ 1: directive
59
+ 2: inform
60
+ 3: question
61
+ - name: Idx
62
+ dtype: int32
63
+ splits:
64
+ - name: test
65
+ num_bytes: 740226
66
+ num_examples: 7740
67
+ - name: train
68
+ num_bytes: 8346638
69
+ num_examples: 87170
70
+ - name: validation
71
+ num_bytes: 764277
72
+ num_examples: 8069
73
+ download_size: 8874925
74
+ dataset_size: 9851141
75
+ - config_name: dyda_e
76
+ features:
77
+ - name: Utterance
78
+ dtype: string
79
+ - name: Emotion
80
+ dtype: string
81
+ - name: Dialogue_ID
82
+ dtype: string
83
+ - name: Label
84
+ dtype:
85
+ class_label:
86
+ names:
87
+ 0: anger
88
+ 1: disgust
89
+ 2: fear
90
+ 3: happiness
91
+ 4: no emotion
92
+ 5: sadness
93
+ 6: surprise
94
+ - name: Idx
95
+ dtype: int32
96
+ splits:
97
+ - name: test
98
+ num_bytes: 757670
99
+ num_examples: 7740
100
+ - name: train
101
+ num_bytes: 8547111
102
+ num_examples: 87170
103
+ - name: validation
104
+ num_bytes: 781445
105
+ num_examples: 8069
106
+ download_size: 8874925
107
+ dataset_size: 10086226
108
+ - config_name: iemocap
109
+ features:
110
+ - name: Dialogue_ID
111
+ dtype: string
112
+ - name: Utterance_ID
113
+ dtype: string
114
+ - name: Utterance
115
+ dtype: string
116
+ - name: Emotion
117
+ dtype: string
118
+ - name: Label
119
+ dtype:
120
+ class_label:
121
+ names:
122
+ 0: ang
123
+ 1: dis
124
+ 2: exc
125
+ 3: fea
126
+ 4: fru
127
+ 5: hap
128
+ 6: neu
129
+ 7: oth
130
+ 8: sad
131
+ 9: sur
132
+ 10: xxx
133
+ - name: Idx
134
+ dtype: int32
135
+ splits:
136
+ - name: test
137
+ num_bytes: 254248
138
+ num_examples: 2021
139
+ - name: train
140
+ num_bytes: 908180
141
+ num_examples: 7213
142
+ - name: validation
143
+ num_bytes: 100969
144
+ num_examples: 805
145
+ download_size: 1158778
146
+ dataset_size: 1263397
147
+ - config_name: maptask
148
+ features:
149
+ - name: Speaker
150
+ dtype: string
151
+ - name: Utterance
152
+ dtype: string
153
+ - name: Dialogue_Act
154
+ dtype: string
155
+ - name: Label
156
+ dtype:
157
+ class_label:
158
+ names:
159
+ 0: acknowledge
160
+ 1: align
161
+ 2: check
162
+ 3: clarify
163
+ 4: explain
164
+ 5: instruct
165
+ 6: query_w
166
+ 7: query_yn
167
+ 8: ready
168
+ 9: reply_n
169
+ 10: reply_w
170
+ 11: reply_y
171
+ - name: Idx
172
+ dtype: int32
173
+ splits:
174
+ - name: test
175
+ num_bytes: 171806
176
+ num_examples: 2894
177
+ - name: train
178
+ num_bytes: 1260413
179
+ num_examples: 20905
180
+ - name: validation
181
+ num_bytes: 178184
182
+ num_examples: 2963
183
+ download_size: 1048357
184
+ dataset_size: 1610403
185
+ - config_name: meld_e
186
+ features:
187
+ - name: Utterance
188
+ dtype: string
189
+ - name: Speaker
190
+ dtype: string
191
+ - name: Emotion
192
+ dtype: string
193
+ - name: Dialogue_ID
194
+ dtype: string
195
+ - name: Utterance_ID
196
+ dtype: string
197
+ - name: Label
198
+ dtype:
199
+ class_label:
200
+ names:
201
+ 0: anger
202
+ 1: disgust
203
+ 2: fear
204
+ 3: joy
205
+ 4: neutral
206
+ 5: sadness
207
+ 6: surprise
208
+ - name: Idx
209
+ dtype: int32
210
+ splits:
211
+ - name: test
212
+ num_bytes: 242352
213
+ num_examples: 2610
214
+ - name: train
215
+ num_bytes: 916337
216
+ num_examples: 9989
217
+ - name: validation
218
+ num_bytes: 100234
219
+ num_examples: 1109
220
+ download_size: 1553014
221
+ dataset_size: 1258923
222
+ - config_name: meld_s
223
+ features:
224
+ - name: Utterance
225
+ dtype: string
226
+ - name: Speaker
227
+ dtype: string
228
+ - name: Sentiment
229
+ dtype: string
230
+ - name: Dialogue_ID
231
+ dtype: string
232
+ - name: Utterance_ID
233
+ dtype: string
234
+ - name: Label
235
+ dtype:
236
+ class_label:
237
+ names:
238
+ 0: negative
239
+ 1: neutral
240
+ 2: positive
241
+ - name: Idx
242
+ dtype: int32
243
+ splits:
244
+ - name: test
245
+ num_bytes: 245873
246
+ num_examples: 2610
247
+ - name: train
248
+ num_bytes: 930405
249
+ num_examples: 9989
250
+ - name: validation
251
+ num_bytes: 101801
252
+ num_examples: 1109
253
+ download_size: 1553014
254
+ dataset_size: 1278079
255
+ - config_name: mrda
256
+ features:
257
+ - name: Utterance_ID
258
+ dtype: string
259
+ - name: Dialogue_Act
260
+ dtype: string
261
+ - name: Channel_ID
262
+ dtype: string
263
+ - name: Speaker
264
+ dtype: string
265
+ - name: Dialogue_ID
266
+ dtype: string
267
+ - name: Utterance
268
+ dtype: string
269
+ - name: Label
270
+ dtype:
271
+ class_label:
272
+ names:
273
+ 0: s
274
+ 1: d
275
+ 2: b
276
+ 3: f
277
+ 4: q
278
+ - name: Idx
279
+ dtype: int32
280
+ splits:
281
+ - name: test
282
+ num_bytes: 1807462
283
+ num_examples: 15470
284
+ - name: train
285
+ num_bytes: 9998857
286
+ num_examples: 83943
287
+ - name: validation
288
+ num_bytes: 1143286
289
+ num_examples: 9815
290
+ download_size: 10305848
291
+ dataset_size: 12949605
292
+ - config_name: oasis
293
+ features:
294
+ - name: Speaker
295
+ dtype: string
296
+ - name: Utterance
297
+ dtype: string
298
+ - name: Dialogue_Act
299
+ dtype: string
300
+ - name: Label
301
+ dtype:
302
+ class_label:
303
+ names:
304
+ 0: accept
305
+ 1: ackn
306
+ 2: answ
307
+ 3: answElab
308
+ 4: appreciate
309
+ 5: backch
310
+ 6: bye
311
+ 7: complete
312
+ 8: confirm
313
+ 9: correct
314
+ 10: direct
315
+ 11: directElab
316
+ 12: echo
317
+ 13: exclaim
318
+ 14: expressOpinion
319
+ 15: expressPossibility
320
+ 16: expressRegret
321
+ 17: expressWish
322
+ 18: greet
323
+ 19: hold
324
+ 20: identifySelf
325
+ 21: inform
326
+ 22: informCont
327
+ 23: informDisc
328
+ 24: informIntent
329
+ 25: init
330
+ 26: negate
331
+ 27: offer
332
+ 28: pardon
333
+ 29: raiseIssue
334
+ 30: refer
335
+ 31: refuse
336
+ 32: reqDirect
337
+ 33: reqInfo
338
+ 34: reqModal
339
+ 35: selfTalk
340
+ 36: suggest
341
+ 37: thank
342
+ 38: informIntent-hold
343
+ 39: correctSelf
344
+ 40: expressRegret-inform
345
+ 41: thank-identifySelf
346
+ - name: Idx
347
+ dtype: int32
348
+ splits:
349
+ - name: test
350
+ num_bytes: 119254
351
+ num_examples: 1478
352
+ - name: train
353
+ num_bytes: 887018
354
+ num_examples: 12076
355
+ - name: validation
356
+ num_bytes: 112185
357
+ num_examples: 1513
358
+ download_size: 802002
359
+ dataset_size: 1118457
360
+ - config_name: sem
361
+ features:
362
+ - name: Utterance
363
+ dtype: string
364
+ - name: NbPairInSession
365
+ dtype: string
366
+ - name: Dialogue_ID
367
+ dtype: string
368
+ - name: SpeechTurn
369
+ dtype: string
370
+ - name: Speaker
371
+ dtype: string
372
+ - name: Sentiment
373
+ dtype: string
374
+ - name: Label
375
+ dtype:
376
+ class_label:
377
+ names:
378
+ 0: Negative
379
+ 1: Neutral
380
+ 2: Positive
381
+ - name: Idx
382
+ dtype: int32
383
+ splits:
384
+ - name: test
385
+ num_bytes: 100072
386
+ num_examples: 878
387
+ - name: train
388
+ num_bytes: 496168
389
+ num_examples: 4264
390
+ - name: validation
391
+ num_bytes: 57896
392
+ num_examples: 485
393
+ download_size: 513689
394
+ dataset_size: 654136
395
+ - config_name: swda
396
+ features:
397
+ - name: Utterance
398
+ dtype: string
399
+ - name: Dialogue_Act
400
+ dtype: string
401
+ - name: From_Caller
402
+ dtype: string
403
+ - name: To_Caller
404
+ dtype: string
405
+ - name: Topic
406
+ dtype: string
407
+ - name: Dialogue_ID
408
+ dtype: string
409
+ - name: Conv_ID
410
+ dtype: string
411
+ - name: Label
412
+ dtype:
413
+ class_label:
414
+ names:
415
+ 0: sd
416
+ 1: b
417
+ 2: sv
418
+ 3: '%'
419
+ 4: aa
420
+ 5: ba
421
+ 6: fc
422
+ 7: qw
423
+ 8: nn
424
+ 9: bk
425
+ 10: h
426
+ 11: qy^d
427
+ 12: bh
428
+ 13: ^q
429
+ 14: bf
430
+ 15: fo_o_fw_"_by_bc
431
+ 16: fo_o_fw_by_bc_"
432
+ 17: na
433
+ 18: ad
434
+ 19: ^2
435
+ 20: b^m
436
+ 21: qo
437
+ 22: qh
438
+ 23: ^h
439
+ 24: ar
440
+ 25: ng
441
+ 26: br
442
+ 27: 'no'
443
+ 28: fp
444
+ 29: qrr
445
+ 30: arp_nd
446
+ 31: t3
447
+ 32: oo_co_cc
448
+ 33: aap_am
449
+ 34: t1
450
+ 35: bd
451
+ 36: ^g
452
+ 37: qw^d
453
+ 38: fa
454
+ 39: ft
455
+ 40: +
456
+ 41: x
457
+ 42: ny
458
+ 43: sv_fx
459
+ 44: qy_qr
460
+ 45: ba_fe
461
+ - name: Idx
462
+ dtype: int32
463
+ splits:
464
+ - name: test
465
+ num_bytes: 291471
466
+ num_examples: 2714
467
+ - name: train
468
+ num_bytes: 20499788
469
+ num_examples: 190709
470
+ - name: validation
471
+ num_bytes: 2265898
472
+ num_examples: 21203
473
+ download_size: 16227500
474
+ dataset_size: 23057157
475
  ---
476
 
477
  # Dataset Card for SILICONE Benchmark