bogdanraduta commited on
Commit
0cc3fab
·
verified ·
1 Parent(s): 33f70b2

Upload eval/topic_scope_eval.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. eval/topic_scope_eval.json +153 -0
eval/topic_scope_eval.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "measured_on": "the shipped INT8 artifact rather than the torch checkpoint",
3
+ "not_evaluated": "the 78 out_of_taxonomy rows in the test split are generated and never scored, here or in train_embed.py, so nothing measures whether this detector rejects input that belongs to no node, which is half of what it is for",
4
+ "per_language": {
5
+ "az": {
6
+ "accuracy": 0.8571,
7
+ "n": 7
8
+ },
9
+ "bg": {
10
+ "accuracy": 0.8571,
11
+ "n": 7
12
+ },
13
+ "cs": {
14
+ "accuracy": 1.0,
15
+ "n": 6
16
+ },
17
+ "da": {
18
+ "accuracy": 0.8571,
19
+ "n": 7
20
+ },
21
+ "de": {
22
+ "accuracy": 1.0,
23
+ "n": 7
24
+ },
25
+ "el": {
26
+ "accuracy": 0.8571,
27
+ "n": 7
28
+ },
29
+ "en": {
30
+ "accuracy": 1.0,
31
+ "n": 6
32
+ },
33
+ "es": {
34
+ "accuracy": 1.0,
35
+ "n": 7
36
+ },
37
+ "et": {
38
+ "accuracy": 1.0,
39
+ "n": 7
40
+ },
41
+ "fi": {
42
+ "accuracy": 0.8333,
43
+ "n": 6
44
+ },
45
+ "fr": {
46
+ "accuracy": 1.0,
47
+ "n": 6
48
+ },
49
+ "ga": {
50
+ "accuracy": 0.375,
51
+ "n": 8
52
+ },
53
+ "hr": {
54
+ "accuracy": 1.0,
55
+ "n": 6
56
+ },
57
+ "hu": {
58
+ "accuracy": 0.625,
59
+ "n": 8
60
+ },
61
+ "it": {
62
+ "accuracy": 0.8333,
63
+ "n": 6
64
+ },
65
+ "lt": {
66
+ "accuracy": 0.7143,
67
+ "n": 7
68
+ },
69
+ "lv": {
70
+ "accuracy": 1.0,
71
+ "n": 7
72
+ },
73
+ "mt": {
74
+ "accuracy": 0.5,
75
+ "n": 8
76
+ },
77
+ "nl": {
78
+ "accuracy": 0.8333,
79
+ "n": 6
80
+ },
81
+ "pl": {
82
+ "accuracy": 0.8333,
83
+ "n": 6
84
+ },
85
+ "pt": {
86
+ "accuracy": 1.0,
87
+ "n": 7
88
+ },
89
+ "ro": {
90
+ "accuracy": 0.8333,
91
+ "n": 6
92
+ },
93
+ "sk": {
94
+ "accuracy": 1.0,
95
+ "n": 7
96
+ },
97
+ "sl": {
98
+ "accuracy": 0.8571,
99
+ "n": 7
100
+ },
101
+ "sv": {
102
+ "accuracy": 0.8333,
103
+ "n": 6
104
+ },
105
+ "tr": {
106
+ "accuracy": 1.0,
107
+ "n": 7
108
+ }
109
+ },
110
+ "per_node": {
111
+ "banking/accounts/closing": 0.75,
112
+ "banking/accounts/opening": 0.6364,
113
+ "banking/cards/limits": 1.0,
114
+ "banking/cards/lost_or_stolen": 0.9091,
115
+ "banking/loans/consumer": 0.6667,
116
+ "banking/loans/mortgage": 0.9474,
117
+ "banking/payments/failed": 0.9286,
118
+ "banking/payments/transfer": 0.7692,
119
+ "health/appointments": 1.0,
120
+ "health/prescriptions": 0.7778,
121
+ "insurance/claims/home": 1.0,
122
+ "insurance/claims/motor": 0.9231,
123
+ "insurance/policy/renewal": 0.8182,
124
+ "public/identity/documents": 0.9286,
125
+ "public/tax/filing": 0.8
126
+ },
127
+ "sibling_near_miss_n": 155,
128
+ "sibling_rejection_rate": 0.9161,
129
+ "top1_accuracy": 0.8571,
130
+ "total_examples": 175,
131
+ "weakest_nodes": [
132
+ [
133
+ "banking/accounts/opening",
134
+ 0.6364
135
+ ],
136
+ [
137
+ "banking/loans/consumer",
138
+ 0.6667
139
+ ],
140
+ [
141
+ "banking/accounts/closing",
142
+ 0.75
143
+ ],
144
+ [
145
+ "banking/payments/transfer",
146
+ 0.7692
147
+ ],
148
+ [
149
+ "health/prescriptions",
150
+ 0.7778
151
+ ]
152
+ ]
153
+ }