lhoestq HF staff commited on
Commit
da15931
1 Parent(s): 7f32488

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +247 -0
README.md CHANGED
@@ -35,6 +35,253 @@ configs:
35
  - vm2
36
  tags:
37
  - dialogue-act-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ---
39
 
40
  # Dataset Card for MIAM
 
35
  - vm2
36
  tags:
37
  - dialogue-act-classification
38
+ dataset_info:
39
+ - config_name: dihana
40
+ features:
41
+ - name: Speaker
42
+ dtype: string
43
+ - name: Utterance
44
+ dtype: string
45
+ - name: Dialogue_Act
46
+ dtype: string
47
+ - name: Dialogue_ID
48
+ dtype: string
49
+ - name: File_ID
50
+ dtype: string
51
+ - name: Label
52
+ dtype:
53
+ class_label:
54
+ names:
55
+ 0: Afirmacion
56
+ 1: Apertura
57
+ 2: Cierre
58
+ 3: Confirmacion
59
+ 4: Espera
60
+ 5: Indefinida
61
+ 6: Negacion
62
+ 7: No_entendido
63
+ 8: Nueva_consulta
64
+ 9: Pregunta
65
+ 10: Respuesta
66
+ - name: Idx
67
+ dtype: int32
68
+ splits:
69
+ - name: test
70
+ num_bytes: 238446
71
+ num_examples: 2361
72
+ - name: train
73
+ num_bytes: 1946735
74
+ num_examples: 19063
75
+ - name: validation
76
+ num_bytes: 216498
77
+ num_examples: 2123
78
+ download_size: 1777267
79
+ dataset_size: 2401679
80
+ - config_name: ilisten
81
+ features:
82
+ - name: Speaker
83
+ dtype: string
84
+ - name: Utterance
85
+ dtype: string
86
+ - name: Dialogue_Act
87
+ dtype: string
88
+ - name: Dialogue_ID
89
+ dtype: string
90
+ - name: Label
91
+ dtype:
92
+ class_label:
93
+ names:
94
+ 0: AGREE
95
+ 1: ANSWER
96
+ 2: CLOSING
97
+ 3: ENCOURAGE-SORRY
98
+ 4: GENERIC-ANSWER
99
+ 5: INFO-REQUEST
100
+ 6: KIND-ATTITUDE_SMALL-TALK
101
+ 7: OFFER-GIVE-INFO
102
+ 8: OPENING
103
+ 9: PERSUASION-SUGGEST
104
+ 10: QUESTION
105
+ 11: REJECT
106
+ 12: SOLICITATION-REQ_CLARIFICATION
107
+ 13: STATEMENT
108
+ 14: TALK-ABOUT-SELF
109
+ - name: Idx
110
+ dtype: int32
111
+ splits:
112
+ - name: test
113
+ num_bytes: 145376
114
+ num_examples: 971
115
+ - name: train
116
+ num_bytes: 244336
117
+ num_examples: 1986
118
+ - name: validation
119
+ num_bytes: 33988
120
+ num_examples: 230
121
+ download_size: 349993
122
+ dataset_size: 423700
123
+ - config_name: loria
124
+ features:
125
+ - name: Speaker
126
+ dtype: string
127
+ - name: Utterance
128
+ dtype: string
129
+ - name: Dialogue_Act
130
+ dtype: string
131
+ - name: Dialogue_ID
132
+ dtype: string
133
+ - name: File_ID
134
+ dtype: string
135
+ - name: Label
136
+ dtype:
137
+ class_label:
138
+ names:
139
+ 0: ack
140
+ 1: ask
141
+ 2: find_mold
142
+ 3: find_plans
143
+ 4: first_step
144
+ 5: greet
145
+ 6: help
146
+ 7: inform
147
+ 8: inform_engine
148
+ 9: inform_job
149
+ 10: inform_material_space
150
+ 11: informer_conditioner
151
+ 12: informer_decoration
152
+ 13: informer_elcomps
153
+ 14: informer_end_manufacturing
154
+ 15: kindAtt
155
+ 16: manufacturing_reqs
156
+ 17: next_step
157
+ 18: 'no'
158
+ 19: other
159
+ 20: quality_control
160
+ 21: quit
161
+ 22: reqRep
162
+ 23: security_policies
163
+ 24: staff_enterprise
164
+ 25: staff_job
165
+ 26: studies_enterprise
166
+ 27: studies_job
167
+ 28: todo_failure
168
+ 29: todo_irreparable
169
+ 30: 'yes'
170
+ - name: Idx
171
+ dtype: int32
172
+ splits:
173
+ - name: test
174
+ num_bytes: 149855
175
+ num_examples: 1047
176
+ - name: train
177
+ num_bytes: 1208730
178
+ num_examples: 8465
179
+ - name: validation
180
+ num_bytes: 133829
181
+ num_examples: 942
182
+ download_size: 1221132
183
+ dataset_size: 1492414
184
+ - config_name: maptask
185
+ features:
186
+ - name: Speaker
187
+ dtype: string
188
+ - name: Utterance
189
+ dtype: string
190
+ - name: Dialogue_Act
191
+ dtype: string
192
+ - name: Dialogue_ID
193
+ dtype: string
194
+ - name: File_ID
195
+ dtype: string
196
+ - name: Label
197
+ dtype:
198
+ class_label:
199
+ names:
200
+ 0: acknowledge
201
+ 1: align
202
+ 2: check
203
+ 3: clarify
204
+ 4: explain
205
+ 5: instruct
206
+ 6: query_w
207
+ 7: query_yn
208
+ 8: ready
209
+ 9: reply_n
210
+ 10: reply_w
211
+ 11: reply_y
212
+ - name: Idx
213
+ dtype: int32
214
+ splits:
215
+ - name: test
216
+ num_bytes: 396947
217
+ num_examples: 5335
218
+ - name: train
219
+ num_bytes: 1910120
220
+ num_examples: 25382
221
+ - name: validation
222
+ num_bytes: 389879
223
+ num_examples: 5221
224
+ download_size: 1729021
225
+ dataset_size: 2696946
226
+ - config_name: vm2
227
+ features:
228
+ - name: Utterance
229
+ dtype: string
230
+ - name: Dialogue_Act
231
+ dtype: string
232
+ - name: Speaker
233
+ dtype: string
234
+ - name: Dialogue_ID
235
+ dtype: string
236
+ - name: Label
237
+ dtype:
238
+ class_label:
239
+ names:
240
+ 0: ACCEPT
241
+ 1: BACKCHANNEL
242
+ 2: BYE
243
+ 3: CLARIFY
244
+ 4: CLOSE
245
+ 5: COMMIT
246
+ 6: CONFIRM
247
+ 7: DEFER
248
+ 8: DELIBERATE
249
+ 9: DEVIATE_SCENARIO
250
+ 10: EXCLUDE
251
+ 11: EXPLAINED_REJECT
252
+ 12: FEEDBACK
253
+ 13: FEEDBACK_NEGATIVE
254
+ 14: FEEDBACK_POSITIVE
255
+ 15: GIVE_REASON
256
+ 16: GREET
257
+ 17: INFORM
258
+ 18: INIT
259
+ 19: INTRODUCE
260
+ 20: NOT_CLASSIFIABLE
261
+ 21: OFFER
262
+ 22: POLITENESS_FORMULA
263
+ 23: REJECT
264
+ 24: REQUEST
265
+ 25: REQUEST_CLARIFY
266
+ 26: REQUEST_COMMENT
267
+ 27: REQUEST_COMMIT
268
+ 28: REQUEST_SUGGEST
269
+ 29: SUGGEST
270
+ 30: THANK
271
+ - name: Idx
272
+ dtype: int32
273
+ splits:
274
+ - name: test
275
+ num_bytes: 209032
276
+ num_examples: 2855
277
+ - name: train
278
+ num_bytes: 1869254
279
+ num_examples: 25060
280
+ - name: validation
281
+ num_bytes: 209390
282
+ num_examples: 2860
283
+ download_size: 1641453
284
+ dataset_size: 2287676
285
  ---
286
 
287
  # Dataset Card for MIAM