Commit
·
5e2cd42
1
Parent(s):
ade9c4e
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (ae544a8f3619c974a9ed041d65c545ce982bd020)
README.md
CHANGED
@@ -25,7 +25,6 @@ task_ids:
|
|
25 |
- masked-language-modeling
|
26 |
- sentiment-classification
|
27 |
- text-scoring
|
28 |
-
paperswithcode_id: null
|
29 |
pretty_name: SILICONE Benchmark
|
30 |
configs:
|
31 |
- dyda_da
|
@@ -54,10 +53,10 @@ dataset_info:
|
|
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:
|
@@ -84,13 +83,13 @@ dataset_info:
|
|
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:
|
@@ -119,17 +118,17 @@ dataset_info:
|
|
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:
|
@@ -156,18 +155,18 @@ dataset_info:
|
|
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:
|
@@ -198,13 +197,13 @@ dataset_info:
|
|
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:
|
@@ -235,9 +234,9 @@ dataset_info:
|
|
235 |
dtype:
|
236 |
class_label:
|
237 |
names:
|
238 |
-
0: negative
|
239 |
-
1: neutral
|
240 |
-
2: positive
|
241 |
- name: Idx
|
242 |
dtype: int32
|
243 |
splits:
|
@@ -270,11 +269,11 @@ dataset_info:
|
|
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:
|
@@ -301,48 +300,48 @@ dataset_info:
|
|
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:
|
@@ -375,9 +374,9 @@ dataset_info:
|
|
375 |
dtype:
|
376 |
class_label:
|
377 |
names:
|
378 |
-
0: Negative
|
379 |
-
1: Neutral
|
380 |
-
2: Positive
|
381 |
- name: Idx
|
382 |
dtype: int32
|
383 |
splits:
|
@@ -412,52 +411,52 @@ dataset_info:
|
|
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:
|
|
|
25 |
- masked-language-modeling
|
26 |
- sentiment-classification
|
27 |
- text-scoring
|
|
|
28 |
pretty_name: SILICONE Benchmark
|
29 |
configs:
|
30 |
- dyda_da
|
|
|
53 |
dtype:
|
54 |
class_label:
|
55 |
names:
|
56 |
+
'0': commissive
|
57 |
+
'1': directive
|
58 |
+
'2': inform
|
59 |
+
'3': question
|
60 |
- name: Idx
|
61 |
dtype: int32
|
62 |
splits:
|
|
|
83 |
dtype:
|
84 |
class_label:
|
85 |
names:
|
86 |
+
'0': anger
|
87 |
+
'1': disgust
|
88 |
+
'2': fear
|
89 |
+
'3': happiness
|
90 |
+
'4': no emotion
|
91 |
+
'5': sadness
|
92 |
+
'6': surprise
|
93 |
- name: Idx
|
94 |
dtype: int32
|
95 |
splits:
|
|
|
118 |
dtype:
|
119 |
class_label:
|
120 |
names:
|
121 |
+
'0': ang
|
122 |
+
'1': dis
|
123 |
+
'2': exc
|
124 |
+
'3': fea
|
125 |
+
'4': fru
|
126 |
+
'5': hap
|
127 |
+
'6': neu
|
128 |
+
'7': oth
|
129 |
+
'8': sad
|
130 |
+
'9': sur
|
131 |
+
'10': xxx
|
132 |
- name: Idx
|
133 |
dtype: int32
|
134 |
splits:
|
|
|
155 |
dtype:
|
156 |
class_label:
|
157 |
names:
|
158 |
+
'0': acknowledge
|
159 |
+
'1': align
|
160 |
+
'2': check
|
161 |
+
'3': clarify
|
162 |
+
'4': explain
|
163 |
+
'5': instruct
|
164 |
+
'6': query_w
|
165 |
+
'7': query_yn
|
166 |
+
'8': ready
|
167 |
+
'9': reply_n
|
168 |
+
'10': reply_w
|
169 |
+
'11': reply_y
|
170 |
- name: Idx
|
171 |
dtype: int32
|
172 |
splits:
|
|
|
197 |
dtype:
|
198 |
class_label:
|
199 |
names:
|
200 |
+
'0': anger
|
201 |
+
'1': disgust
|
202 |
+
'2': fear
|
203 |
+
'3': joy
|
204 |
+
'4': neutral
|
205 |
+
'5': sadness
|
206 |
+
'6': surprise
|
207 |
- name: Idx
|
208 |
dtype: int32
|
209 |
splits:
|
|
|
234 |
dtype:
|
235 |
class_label:
|
236 |
names:
|
237 |
+
'0': negative
|
238 |
+
'1': neutral
|
239 |
+
'2': positive
|
240 |
- name: Idx
|
241 |
dtype: int32
|
242 |
splits:
|
|
|
269 |
dtype:
|
270 |
class_label:
|
271 |
names:
|
272 |
+
'0': s
|
273 |
+
'1': d
|
274 |
+
'2': b
|
275 |
+
'3': f
|
276 |
+
'4': q
|
277 |
- name: Idx
|
278 |
dtype: int32
|
279 |
splits:
|
|
|
300 |
dtype:
|
301 |
class_label:
|
302 |
names:
|
303 |
+
'0': accept
|
304 |
+
'1': ackn
|
305 |
+
'2': answ
|
306 |
+
'3': answElab
|
307 |
+
'4': appreciate
|
308 |
+
'5': backch
|
309 |
+
'6': bye
|
310 |
+
'7': complete
|
311 |
+
'8': confirm
|
312 |
+
'9': correct
|
313 |
+
'10': direct
|
314 |
+
'11': directElab
|
315 |
+
'12': echo
|
316 |
+
'13': exclaim
|
317 |
+
'14': expressOpinion
|
318 |
+
'15': expressPossibility
|
319 |
+
'16': expressRegret
|
320 |
+
'17': expressWish
|
321 |
+
'18': greet
|
322 |
+
'19': hold
|
323 |
+
'20': identifySelf
|
324 |
+
'21': inform
|
325 |
+
'22': informCont
|
326 |
+
'23': informDisc
|
327 |
+
'24': informIntent
|
328 |
+
'25': init
|
329 |
+
'26': negate
|
330 |
+
'27': offer
|
331 |
+
'28': pardon
|
332 |
+
'29': raiseIssue
|
333 |
+
'30': refer
|
334 |
+
'31': refuse
|
335 |
+
'32': reqDirect
|
336 |
+
'33': reqInfo
|
337 |
+
'34': reqModal
|
338 |
+
'35': selfTalk
|
339 |
+
'36': suggest
|
340 |
+
'37': thank
|
341 |
+
'38': informIntent-hold
|
342 |
+
'39': correctSelf
|
343 |
+
'40': expressRegret-inform
|
344 |
+
'41': thank-identifySelf
|
345 |
- name: Idx
|
346 |
dtype: int32
|
347 |
splits:
|
|
|
374 |
dtype:
|
375 |
class_label:
|
376 |
names:
|
377 |
+
'0': Negative
|
378 |
+
'1': Neutral
|
379 |
+
'2': Positive
|
380 |
- name: Idx
|
381 |
dtype: int32
|
382 |
splits:
|
|
|
411 |
dtype:
|
412 |
class_label:
|
413 |
names:
|
414 |
+
'0': sd
|
415 |
+
'1': b
|
416 |
+
'2': sv
|
417 |
+
'3': '%'
|
418 |
+
'4': aa
|
419 |
+
'5': ba
|
420 |
+
'6': fc
|
421 |
+
'7': qw
|
422 |
+
'8': nn
|
423 |
+
'9': bk
|
424 |
+
'10': h
|
425 |
+
'11': qy^d
|
426 |
+
'12': bh
|
427 |
+
'13': ^q
|
428 |
+
'14': bf
|
429 |
+
'15': fo_o_fw_"_by_bc
|
430 |
+
'16': fo_o_fw_by_bc_"
|
431 |
+
'17': na
|
432 |
+
'18': ad
|
433 |
+
'19': ^2
|
434 |
+
'20': b^m
|
435 |
+
'21': qo
|
436 |
+
'22': qh
|
437 |
+
'23': ^h
|
438 |
+
'24': ar
|
439 |
+
'25': ng
|
440 |
+
'26': br
|
441 |
+
'27': 'no'
|
442 |
+
'28': fp
|
443 |
+
'29': qrr
|
444 |
+
'30': arp_nd
|
445 |
+
'31': t3
|
446 |
+
'32': oo_co_cc
|
447 |
+
'33': aap_am
|
448 |
+
'34': t1
|
449 |
+
'35': bd
|
450 |
+
'36': ^g
|
451 |
+
'37': qw^d
|
452 |
+
'38': fa
|
453 |
+
'39': ft
|
454 |
+
'40': +
|
455 |
+
'41': x
|
456 |
+
'42': ny
|
457 |
+
'43': sv_fx
|
458 |
+
'44': qy_qr
|
459 |
+
'45': ba_fe
|
460 |
- name: Idx
|
461 |
dtype: int32
|
462 |
splits:
|