midah commited on
Commit
af355ad
·
verified ·
1 Parent(s): 3035dd5

Add format-tax macro-F1 vs accuracy analysis

Browse files
Files changed (1) hide show
  1. analysis/format_tax_macro_f1.json +187 -0
analysis/format_tax_macro_f1.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metric": "viewpoint-family macro-F1 (%) and binary accuracy (%)",
3
+ "by_model": {
4
+ "Opus 4.5": {
5
+ "raw_prose": {
6
+ "acc": 97.0,
7
+ "macro_f1": 91.2,
8
+ "n": 166
9
+ },
10
+ "raw_text": {
11
+ "acc": 85.5,
12
+ "macro_f1": 85.1,
13
+ "n": 166
14
+ },
15
+ "shuffled": {
16
+ "acc": 78.9,
17
+ "macro_f1": 77.1,
18
+ "n": 166
19
+ },
20
+ "dsl": {
21
+ "acc": 68.7,
22
+ "macro_f1": 62.6,
23
+ "n": 166
24
+ },
25
+ "code": {
26
+ "acc": 75.3,
27
+ "macro_f1": 71.2,
28
+ "n": 166
29
+ },
30
+ "label_list": {
31
+ "acc": 69.9,
32
+ "macro_f1": 67.3,
33
+ "n": 166
34
+ }
35
+ },
36
+ "GPT-4o": {
37
+ "raw_prose": {
38
+ "acc": 87.3,
39
+ "macro_f1": 83.8,
40
+ "n": 166
41
+ },
42
+ "raw_text": {
43
+ "acc": 78.9,
44
+ "macro_f1": 81.8,
45
+ "n": 166
46
+ },
47
+ "shuffled": {
48
+ "acc": 75.9,
49
+ "macro_f1": 72.9,
50
+ "n": 166
51
+ },
52
+ "dsl": {
53
+ "acc": 67.5,
54
+ "macro_f1": 62.0,
55
+ "n": 166
56
+ },
57
+ "code": {
58
+ "acc": 61.4,
59
+ "macro_f1": 52.8,
60
+ "n": 166
61
+ },
62
+ "label_list": {
63
+ "acc": 75.9,
64
+ "macro_f1": 68.2,
65
+ "n": 166
66
+ }
67
+ },
68
+ "Gemini 2.5 Pro": {
69
+ "raw_prose": {
70
+ "acc": 98.6,
71
+ "macro_f1": 93.9,
72
+ "n": 295
73
+ },
74
+ "raw_text": {
75
+ "acc": 93.9,
76
+ "macro_f1": 91.2,
77
+ "n": 295
78
+ },
79
+ "shuffled": {
80
+ "acc": 86.1,
81
+ "macro_f1": 81.4,
82
+ "n": 295
83
+ },
84
+ "dsl": {
85
+ "acc": 78.3,
86
+ "macro_f1": 71.2,
87
+ "n": 295
88
+ },
89
+ "code": {
90
+ "acc": 81.7,
91
+ "macro_f1": 71.0,
92
+ "n": 295
93
+ },
94
+ "label_list": {
95
+ "acc": 82.4,
96
+ "macro_f1": 71.3,
97
+ "n": 295
98
+ }
99
+ },
100
+ "Kimi K2": {
101
+ "raw_prose": {
102
+ "acc": 88.0,
103
+ "macro_f1": 86.7,
104
+ "n": 166
105
+ },
106
+ "raw_text": {
107
+ "acc": 73.5,
108
+ "macro_f1": 75.8,
109
+ "n": 166
110
+ },
111
+ "shuffled": {
112
+ "acc": 66.9,
113
+ "macro_f1": 58.0,
114
+ "n": 166
115
+ },
116
+ "dsl": {
117
+ "acc": 69.9,
118
+ "macro_f1": 57.6,
119
+ "n": 166
120
+ },
121
+ "code": {
122
+ "acc": 61.4,
123
+ "macro_f1": 59.9,
124
+ "n": 166
125
+ },
126
+ "label_list": {
127
+ "acc": 69.9,
128
+ "macro_f1": 57.5,
129
+ "n": 166
130
+ }
131
+ },
132
+ "Llama 3.3 70B": {
133
+ "raw_prose": {
134
+ "acc": 87.3,
135
+ "macro_f1": 82.5,
136
+ "n": 166
137
+ },
138
+ "raw_text": {
139
+ "acc": 77.1,
140
+ "macro_f1": 77.1,
141
+ "n": 166
142
+ },
143
+ "shuffled": {
144
+ "acc": 65.7,
145
+ "macro_f1": 59.6,
146
+ "n": 166
147
+ },
148
+ "dsl": {
149
+ "acc": 60.8,
150
+ "macro_f1": 55.7,
151
+ "n": 166
152
+ },
153
+ "code": {
154
+ "acc": 59.0,
155
+ "macro_f1": 57.8,
156
+ "n": 166
157
+ },
158
+ "label_list": {
159
+ "acc": 57.2,
160
+ "macro_f1": 50.1,
161
+ "n": 166
162
+ }
163
+ }
164
+ },
165
+ "format_tax_gap": {
166
+ "Opus 4.5": {
167
+ "acc_gap": 28.3,
168
+ "macro_f1_gap": 28.6
169
+ },
170
+ "GPT-4o": {
171
+ "acc_gap": 25.9,
172
+ "macro_f1_gap": 31.0
173
+ },
174
+ "Gemini 2.5 Pro": {
175
+ "acc_gap": 20.3,
176
+ "macro_f1_gap": 22.9
177
+ },
178
+ "Kimi K2": {
179
+ "acc_gap": 26.6,
180
+ "macro_f1_gap": 29.2
181
+ },
182
+ "Llama 3.3 70B": {
183
+ "acc_gap": 30.1,
184
+ "macro_f1_gap": 32.4
185
+ }
186
+ }
187
+ }