-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathparams.yaml
413 lines (411 loc) · 9.72 KB
/
params.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
# This file is automatically generated by `compose_report_params overtime`.
# Do not edit it directly.
log_level: INFO
n_bootstrap: 1000
plot_format: png
weighting:
- weight_col: equal_task_weight
graph_snippet: Equally weighted tasks
- weight_col: invsqrt_task_weight
graph_snippet: Tasks diversity-weighted (1/sqrt(# tasks in family))
- weight_col: null
graph_snippet: None
stages:
filter_aird_runs:
task_families:
- ai_rd_fix_embedding
- ai_rd_nanogpt_chat_rl
- ai_rd_optimize_llm_foundry
- ai_rd_restricted_mlm
- ai_rd_rust_codecontests_inference
- ai_rd_small_scaling_law
- ai_rd_triton_cumsum
wrangle_bar_by_time_allocation:
time_limits:
- 36000
plot_bar_chart_weighted_scores:
focus_agents:
- Claude 3 Opus
- Claude 3.5 Sonnet (New)
- Claude 3.5 Sonnet (Old)
- GPT-4 Turbo
- GPT-4 0314
- GPT-4 1106
- GPT-4o
- davinci-002 (GPT-3)
- GPT-2
- gpt-3.5-turbo-instruct
- o1-preview
- o1
weighting: invsqrt_task_weight
exclude: []
rebench_best_of_k_parameters:
time_limits:
- 36000
max_time_limit_in_seconds: 36000
plots:
suptitle_fontsize: 18
xlabelpad: 10
ylabelpad: 10
ax_label_fontsize: 14
title_fontsize: 16
task_distribution_styling:
hist:
edgecolor: '#a6a6a6'
color: '#d4d4d4'
alpha: 1
linewidth: 1
zorder: 50
grid:
which: major
linestyle: '-'
alpha: 0.2
color: grey
scatter_styling:
error_bar:
color: grey
fmt: none
capsize: 2
alpha: 1
zorder: 9
linewidth: 1.5
capthick: 1.5
grid:
which: major
linestyle: '-'
alpha: 0.2
color: grey
scatter:
s: 150
edgecolor: black
linewidth: 0.5
zorder: 10
agent_styling:
Claude 3.5 Sonnet (New):
lab_color: '#e26e2f'
marker: s
unique_color: '#8B4DC9'
Claude 3.5 Sonnet (Old):
lab_color: '#e26e2f'
marker: ^
unique_color: '#9B6BE0'
Claude 3 Opus:
lab_color: '#e26e2f'
marker: o
unique_color: '#B594E8'
o1:
lab_color: '#3e805f'
marker: P
unique_color: '#228B22'
o1-preview:
lab_color: '#3e805f'
marker: X
unique_color: '#3CB371'
GPT-4o:
lab_color: '#3e805f'
marker: d
unique_color: '#2B8FB0'
GPT-4 Turbo:
lab_color: '#3e805f'
marker: v
unique_color: '#4A9CBD'
GPT-4 1106:
lab_color: '#3e805f'
marker: D
unique_color: '#87CEEB'
GPT-4 0314:
lab_color: '#3e805f'
marker: s
unique_color: '#87CEEB'
gpt-3.5-turbo-instruct:
lab_color: '#3e805f'
marker: ^
unique_color: '#CCE6FF'
davinci-002 (GPT-3):
lab_color: '#3e805f'
marker: o
unique_color: '#B3E0FF'
GPT-2:
lab_color: '#3e805f'
marker: '*'
unique_color: '#CCE6FF'
human:
lab_color: grey
marker: o
unique_color: '#858585'
default:
lab_color: black
marker: o
unique_color: black
performance_over_time_trendline_styling:
linear:
annotation:
color: red
fontsize: 10
line:
color: red
alpha: 0.5
linewidth: 2
exponential:
annotation:
color: blue
fontsize: 10
line:
color: blue
alpha: 0.5
linewidth: 2
hyperbolic:
annotation:
color: green
fontsize: 10
line:
color: green
alpha: 0.5
linewidth: 2
default:
annotation:
color: black
fontsize: 10
line:
color: black
alpha: 0.5
linewidth: 2
legend_order:
- Claude 3.5 Sonnet (New)
- Claude 3.5 Sonnet (Old)
- Claude 3 Opus
- o1
- o1-preview
- GPT-4o
- GPT-4 Turbo
- GPT-4 1106
- GPT-4 0314
- gpt-3.5-turbo-instruct
- davinci-002 (GPT-3)
- GPT-2
- Human 8-hour score
report:
name: overtime
figs:
plot_logistic_regression:
headline:
runs_file: all_runs
trendlines:
- fit_type: exponential
caption: null
after_date: '2019-01-01'
color: blue
line_start_date: '2018-12-01'
line_end_date: '2027-01-01'
display_r_squared: true
styling: null
include_task_distribution: none
weighting: invsqrt_task_weight
categories: ftr
regularization: 0.1
x_lim_start: '2018-09-03'
x_lim_end: '2027-01-01'
exclude: []
lower_y_lim: 0.0083333
upper_y_lim: 360
exclude_agents:
- GPT-4 0125
single_line_2023_ga_rebench:
runs_file: all_runs
logistic_file: single_line_2023_ga_rebench
trendlines:
- fit_type: exponential
skip_annotation: false
caption: null
after_date: '2023-01-01'
color: blue
line_start_date: '2023-01-01'
line_end_date: '2025-04-01'
display_r_squared: true
data_file: null
styling:
linewidth: 2
alpha: 0.5
linestyle: dashed
include_task_distribution: none
weighting: invsqrt_task_weight
categories: ftr
regularization: 0.1
x_lim_start: '2022-12-01'
x_lim_end: '2025-04-01'
lower_y_lim: 0.5
upper_y_lim: 120
exclude:
- SWAA
exclude_agents:
- GPT-4 0125
double_line_all_data_retrodict_excluding_swaa:
runs_file: all_runs
logistic_file: double_line_all_data
weighting: invsqrt_task_weight
categories: ftr
regularization: 0.1
include_task_distribution: none
trendlines:
- fit_type: exponential
skip_annotation: false
caption: Actual Fit
after_date: '2018-01-01'
color: black
line_start_date: '2018-12-01'
line_end_date: '2025-07-01'
display_r_squared: true
data_file: null
styling:
linewidth: 2
alpha: 0.2
linestyle: solid
- fit_type: exponential
skip_annotation: false
caption: 'Retrodiction Fit
(Fit on 2023 onwards GA + RE data ONLY)'
after_date: '2023-01-01'
color: blue
line_start_date: '2023-01-01'
line_end_date: '2025-07-01'
display_r_squared: false
data_file: data/wrangled/logistic_fits/single_line_2023_ga_rebench.csv
styling:
linewidth: 2
alpha: 0.6
linestyle: dashed
- fit_type: exponential
skip_annotation: true
caption: Fuzzy Extension of Retrodiction Fit
after_date: '2023-01-01'
color: blue
line_start_date: '2018-12-01'
line_end_date: '2023-01-01'
display_r_squared: false
data_file: data/wrangled/logistic_fits/single_line_2023_ga_rebench.csv
styling:
linewidth: 4
alpha: 0.2
linestyle: dotted
exclude:
- SWAA
exclude_agents:
- GPT-4 0125
lower_y_lim: 0.0083333
upper_y_lim: 240
x_lim_start: '2018-09-03'
x_lim_end: '2025-11-06'
double_line_all_data:
runs_file: all_runs
logistic_file: headline
trendlines:
- fit_type: exponential
skip_annotation: false
caption: null
after_date: '2019-01-01'
color: blue
line_start_date: '2018-12-01'
line_end_date: '2027-01-01'
display_r_squared: true
data_file: null
styling: null
- fit_type: exponential
skip_annotation: false
caption: null
after_date: '2024-01-01'
color: red
line_start_date: '2023-08-01'
line_end_date: '2027-01-01'
display_r_squared: true
data_file: null
styling: null
include_task_distribution: none
weighting: invsqrt_task_weight
x_lim_start: '2018-09-03'
x_lim_end: '2027-01-01'
exclude: []
lower_y_lim: 0.0083333
upper_y_lim: 11530
exclude_agents:
- GPT-4 0125
swe_bench:
runs_file: swe_bench_runs
logistic_file: swe_bench
weighting: invsqrt_task_weight
regularization: 0.1
plot_individual_histograms:
no_swaa:
annotate_p50: true
logistic_file: data/wrangled/logistic_fits/single_line_2023_ga_rebench.csv
weighting: invsqrt_task_weight
regularization: 0.1
categories: ftr
n_bins: 10
n_subplot_cols: 3
horizontal_lines:
- p_success: 0.5
styling:
color: '#b30c00'
linestyle: dashed
linewidth: 2.5
alpha: 1
x_lim_start: '2022-12-01'
x_lim_end: '2025-04-01'
lower_y_lim: 0
upper_y_lim: 1
exclude:
- SWAA
include_agents:
- Claude 3.5 Sonnet (New)
- Claude 3.5 Sonnet (Old)
- Claude 3 Opus
- o1
- o1-preview
- GPT-4o
- GPT-4 Turbo
- GPT-4 1106
- GPT-4 0314
default:
annotate_p50: true
logistic_file: data/wrangled/logistic_fits/double_line_all_data.csv
weighting: invsqrt_task_weight
regularization: 0.1
categories: ftr
n_bins: 10
n_subplot_cols: 3
horizontal_lines:
- p_success: 0.5
styling:
color: '#b30c00'
linestyle: dashed
linewidth: 2.5
alpha: 1
x_lim_start: '2022-12-01'
x_lim_end: '2025-04-01'
lower_y_lim: 0
upper_y_lim: 1
exclude: []
include_agents:
- Claude 3.5 Sonnet (New)
- Claude 3.5 Sonnet (Old)
- Claude 3 Opus
- o1
- o1-preview
- GPT-4o
- GPT-4 Turbo
- GPT-4 0314
- gpt-3.5-turbo-instruct
- davinci-002 (GPT-3)
- GPT-2
plot_logistic_multiverse:
exclude_agents:
- GPT-4 0125
weightings:
- equal_task_weight
- invsqrt_task_weight
regularizations:
- 0.1
- 0.05
- 0.02
- 0.01
categories: ftr