File size: 25,921 Bytes
77cdbd5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
{
  "decision_rule": "improve BOTH mean transfer lift and duality gap, in BOTH spaces",
  "spaces": {
    "e5_mistral": {
      "raw": {
        "floor": -0.0003841130528599024,
        "strong_coherence": 0.6365437606970469,
        "coherence_gap": 0.6369278737499068,
        "mean_transfer_lift": 0.6156541853689268,
        "duality_x_duality": 0.3417659401893616,
        "control_x_control": 0.07085489481687546,
        "duality_gap": 0.2709110453724861,
        "coherence": {
          "min_to_max": 0.851881742477417,
          "inf_to_sup": 0.6880270838737488,
          "add_to_mul": 0.6268640160560608,
          "sub_to_div": 0.5421707034111023,
          "zero_to_one": 0.5621222853660583,
          "le_to_lt": 0.5481967329978943,
          "set_to_finset": 0.0629543587565422,
          "nat_to_int": 0.09572257101535797,
          "unprimed_to_primed": 0.03473825752735138,
          "sup_inf": 0.6985611319541931,
          "top_bot": 0.6003192067146301,
          "max_min": 0.8352885842323303,
          "upper_lower": 0.7155381441116333,
          "ceil_floor": 0.7512548565864563,
          "add_mul": 0.6203039884567261,
          "image_preimage": 0.4137182831764221,
          "map_comap": 0.4824712574481964
        },
        "transfer_lift": {
          "min_to_max": 0.6626506024096386,
          "inf_to_sup": 0.635,
          "add_to_mul": 0.66,
          "sub_to_div": 0.6862745098039216,
          "zero_to_one": 0.575,
          "le_to_lt": 0.475
        },
        "seconds": 14
      },
      "center": {
        "floor": 0.00031070681870914996,
        "strong_coherence": 0.6397236088911692,
        "coherence_gap": 0.63941290207246,
        "mean_transfer_lift": 0.6211134735018505,
        "duality_x_duality": 0.3417659401893616,
        "control_x_control": 0.07085489481687546,
        "duality_gap": 0.2709110453724861,
        "coherence": {
          "min_to_max": 0.851881742477417,
          "inf_to_sup": 0.6880270838737488,
          "add_to_mul": 0.6240915060043335,
          "sub_to_div": 0.5421707034111023,
          "zero_to_one": 0.5678164958953857,
          "le_to_lt": 0.5643541216850281,
          "set_to_finset": 0.0702136680483818,
          "nat_to_int": 0.09572257101535797,
          "unprimed_to_primed": 0.03283090144395828,
          "sup_inf": 0.6985611319541931,
          "top_bot": 0.6003192067146301,
          "max_min": 0.8352886438369751,
          "upper_lower": 0.7155381441116333,
          "ceil_floor": 0.7512548565864563,
          "add_mul": 0.6201946139335632,
          "image_preimage": 0.4137182831764221,
          "map_comap": 0.4824712574481964
        },
        "transfer_lift": {
          "min_to_max": 0.6506024096385542,
          "inf_to_sup": 0.645,
          "add_to_mul": 0.645,
          "sub_to_div": 0.696078431372549,
          "zero_to_one": 0.595,
          "le_to_lt": 0.495
        },
        "seconds": 14
      },
      "l2": {
        "floor": -0.00040398811688646674,
        "strong_coherence": 0.6397718886534373,
        "coherence_gap": 0.6401758767703237,
        "mean_transfer_lift": 0.5956541853689267,
        "duality_x_duality": 0.3417658805847168,
        "control_x_control": 0.07085489481687546,
        "duality_gap": 0.27091098576784134,
        "coherence": {
          "min_to_max": 0.851881742477417,
          "inf_to_sup": 0.6880271434783936,
          "add_to_mul": 0.6246724128723145,
          "sub_to_div": 0.5421707034111023,
          "zero_to_one": 0.580374002456665,
          "le_to_lt": 0.5515053272247314,
          "set_to_finset": 0.0665927305817604,
          "nat_to_int": 0.09572257846593857,
          "unprimed_to_primed": 0.029845338314771652,
          "sup_inf": 0.6985611319541931,
          "top_bot": 0.6003192067146301,
          "max_min": 0.8352886438369751,
          "upper_lower": 0.7155380845069885,
          "ceil_floor": 0.7512548565864563,
          "add_mul": 0.6222668886184692,
          "image_preimage": 0.4137182831764221,
          "map_comap": 0.4824712574481964
        },
        "transfer_lift": {
          "min_to_max": 0.6626506024096386,
          "inf_to_sup": 0.625,
          "add_to_mul": 0.635,
          "sub_to_div": 0.6862745098039216,
          "zero_to_one": 0.49999999999999994,
          "le_to_lt": 0.46499999999999997
        },
        "seconds": 14
      },
      "center_l2": {
        "floor": -8.53656601975672e-05,
        "strong_coherence": 0.6408093472321829,
        "coherence_gap": 0.6408947128923804,
        "mean_transfer_lift": 0.6002474604299551,
        "duality_x_duality": 0.3397766947746277,
        "control_x_control": 0.07280689477920532,
        "duality_gap": 0.26696979999542236,
        "coherence": {
          "min_to_max": 0.851518452167511,
          "inf_to_sup": 0.6852610111236572,
          "add_to_mul": 0.6285675168037415,
          "sub_to_div": 0.5396936535835266,
          "zero_to_one": 0.5880356431007385,
          "le_to_lt": 0.5517798066139221,
          "set_to_finset": 0.07060913741588593,
          "nat_to_int": 0.09614431113004684,
          "unprimed_to_primed": 0.03265630081295967,
          "sup_inf": 0.6961303353309631,
          "top_bot": 0.6002286672592163,
          "max_min": 0.8349422216415405,
          "upper_lower": 0.71494060754776,
          "ceil_floor": 0.7494328022003174,
          "add_mul": 0.6141018867492676,
          "image_preimage": 0.41426321864128113,
          "map_comap": 0.48446059226989746
        },
        "transfer_lift": {
          "min_to_max": 0.6506024096385542,
          "inf_to_sup": 0.63,
          "add_to_mul": 0.625,
          "sub_to_div": 0.7058823529411765,
          "zero_to_one": 0.53,
          "le_to_lt": 0.46
        },
        "seconds": 14
      },
      "abtt_1": {
        "floor": -0.0001958704524440691,
        "strong_coherence": 0.6398445169130961,
        "coherence_gap": 0.6400403873655401,
        "mean_transfer_lift": 0.629690133081345,
        "duality_x_duality": 0.33911970257759094,
        "control_x_control": 0.07308584451675415,
        "duality_gap": 0.2660338580608368,
        "coherence": {
          "min_to_max": 0.85212242603302,
          "inf_to_sup": 0.6873607039451599,
          "add_to_mul": 0.623982310295105,
          "sub_to_div": 0.5446940660476685,
          "zero_to_one": 0.5787295699119568,
          "le_to_lt": 0.5521780252456665,
          "set_to_finset": 0.06850919127464294,
          "nat_to_int": 0.09411933273077011,
          "unprimed_to_primed": 0.03357141092419624,
          "sup_inf": 0.6980512142181396,
          "top_bot": 0.6021126508712769,
          "max_min": 0.8356823921203613,
          "upper_lower": 0.7154499888420105,
          "ceil_floor": 0.7513657212257385,
          "add_mul": 0.617765486240387,
          "image_preimage": 0.41849496960639954,
          "map_comap": 0.4872422516345978
        },
        "transfer_lift": {
          "min_to_max": 0.6626506024096386,
          "inf_to_sup": 0.635,
          "add_to_mul": 0.635,
          "sub_to_div": 0.7254901960784313,
          "zero_to_one": 0.615,
          "le_to_lt": 0.505
        },
        "seconds": 14
      },
      "abtt_2": {
        "floor": -0.0003001958248205483,
        "strong_coherence": 0.6420945624510447,
        "coherence_gap": 0.6423947582758652,
        "mean_transfer_lift": 0.6292308449484211,
        "duality_x_duality": 0.33955368399620056,
        "control_x_control": 0.07239662855863571,
        "duality_gap": 0.26715705543756485,
        "coherence": {
          "min_to_max": 0.8527551293373108,
          "inf_to_sup": 0.6884428262710571,
          "add_to_mul": 0.6272210478782654,
          "sub_to_div": 0.5461137294769287,
          "zero_to_one": 0.5854672789573669,
          "le_to_lt": 0.5525673627853394,
          "set_to_finset": 0.06536928564310074,
          "nat_to_int": 0.09439362585544586,
          "unprimed_to_primed": 0.03579709306359291,
          "sup_inf": 0.6990745663642883,
          "top_bot": 0.6007784008979797,
          "max_min": 0.836260974407196,
          "upper_lower": 0.7156763076782227,
          "ceil_floor": 0.7525764107704163,
          "add_mul": 0.6250991225242615,
          "image_preimage": 0.42004090547561646,
          "map_comap": 0.48814108967781067
        },
        "transfer_lift": {
          "min_to_max": 0.6746987951807228,
          "inf_to_sup": 0.65,
          "add_to_mul": 0.65,
          "sub_to_div": 0.7156862745098039,
          "zero_to_one": 0.615,
          "le_to_lt": 0.47
        },
        "seconds": 14
      },
      "abtt_3": {
        "floor": 7.231748168123886e-05,
        "strong_coherence": 0.6416040162245432,
        "coherence_gap": 0.641531698742862,
        "mean_transfer_lift": 0.6159628710922119,
        "duality_x_duality": 0.3390964865684509,
        "control_x_control": 0.0826641395688057,
        "duality_gap": 0.25643234699964523,
        "coherence": {
          "min_to_max": 0.8529254198074341,
          "inf_to_sup": 0.6891506314277649,
          "add_to_mul": 0.6176736950874329,
          "sub_to_div": 0.5428724884986877,
          "zero_to_one": 0.5879997611045837,
          "le_to_lt": 0.5590021014213562,
          "set_to_finset": 0.06725013256072998,
          "nat_to_int": 0.09492050111293793,
          "unprimed_to_primed": 0.035785771906375885,
          "sup_inf": 0.6998641490936279,
          "top_bot": 0.6013259887695312,
          "max_min": 0.8363960981369019,
          "upper_lower": 0.7165514230728149,
          "ceil_floor": 0.7532684803009033,
          "add_mul": 0.6115366816520691,
          "image_preimage": 0.4210449755191803,
          "map_comap": 0.4881085753440857
        },
        "transfer_lift": {
          "min_to_max": 0.6746987951807228,
          "inf_to_sup": 0.65,
          "add_to_mul": 0.645,
          "sub_to_div": 0.696078431372549,
          "zero_to_one": 0.54,
          "le_to_lt": 0.49
        },
        "seconds": 14
      },
      "abtt_10": {
        "floor": -0.00034535591839812696,
        "strong_coherence": 0.6398426989714304,
        "coherence_gap": 0.6401880548898286,
        "mean_transfer_lift": 0.6378931411922198,
        "duality_x_duality": 0.30592256784439087,
        "control_x_control": 0.057277292013168335,
        "duality_gap": 0.24864527583122253,
        "coherence": {
          "min_to_max": 0.857276976108551,
          "inf_to_sup": 0.6893646121025085,
          "add_to_mul": 0.5889936685562134,
          "sub_to_div": 0.565188467502594,
          "zero_to_one": 0.5718327760696411,
          "le_to_lt": 0.5663996934890747,
          "set_to_finset": 0.06457775086164474,
          "nat_to_int": 0.09243832528591156,
          "unprimed_to_primed": 0.028928760439157486,
          "sup_inf": 0.6990267038345337,
          "top_bot": 0.5997055172920227,
          "max_min": 0.8415817618370056,
          "upper_lower": 0.7149190306663513,
          "ceil_floor": 0.7639817595481873,
          "add_mul": 0.585860550403595,
          "image_preimage": 0.42818331718444824,
          "map_comap": 0.4987415075302124
        },
        "transfer_lift": {
          "min_to_max": 0.7710843373493976,
          "inf_to_sup": 0.655,
          "add_to_mul": 0.6,
          "sub_to_div": 0.6862745098039216,
          "zero_to_one": 0.655,
          "le_to_lt": 0.45999999999999996
        },
        "seconds": 14
      },
      "zca": {
        "floor": 4.6071600081631914e-05,
        "strong_coherence": 0.5985349416732788,
        "coherence_gap": 0.5984888700731972,
        "mean_transfer_lift": 0.5699466493424679,
        "duality_x_duality": 0.22926287353038788,
        "control_x_control": 0.04712788760662079,
        "duality_gap": 0.1821349859237671,
        "coherence": {
          "min_to_max": 0.8743391036987305,
          "inf_to_sup": 0.6698907613754272,
          "add_to_mul": 0.5063039064407349,
          "sub_to_div": 0.5026558637619019,
          "zero_to_one": 0.49544793367385864,
          "le_to_lt": 0.5425720810890198,
          "set_to_finset": 0.061695486307144165,
          "nat_to_int": 0.09011908620595932,
          "unprimed_to_primed": 0.04262373596429825,
          "sup_inf": 0.6810605525970459,
          "top_bot": 0.6003663539886475,
          "max_min": 0.8610202074050903,
          "upper_lower": 0.7304582595825195,
          "ceil_floor": 0.8082079291343689,
          "add_mul": 0.5057616829872131,
          "image_preimage": 0.4524781405925751,
          "map_comap": 0.47099488973617554
        },
        "transfer_lift": {
          "min_to_max": 0.8072289156626506,
          "inf_to_sup": 0.6799999999999999,
          "add_to_mul": 0.44500000000000006,
          "sub_to_div": 0.6274509803921569,
          "zero_to_one": 0.42000000000000004,
          "le_to_lt": 0.43999999999999995
        },
        "seconds": 14
      }
    },
    "e5_large": {
      "raw": {
        "floor": -9.791935735847801e-05,
        "strong_coherence": 0.5285367618004481,
        "coherence_gap": 0.5286346811578065,
        "mean_transfer_lift": 0.3486449720450429,
        "duality_x_duality": 0.05851157382130623,
        "control_x_control": 0.05482727289199829,
        "duality_gap": 0.0036843009293079376,
        "coherence": {
          "min_to_max": 0.7295923233032227,
          "inf_to_sup": 0.6312925219535828,
          "add_to_mul": 0.48971500992774963,
          "sub_to_div": 0.4193488359451294,
          "zero_to_one": 0.4910314381122589,
          "le_to_lt": 0.41024044156074524,
          "set_to_finset": 0.07603108137845993,
          "nat_to_int": 0.025138190016150475,
          "unprimed_to_primed": 0.0472433902323246,
          "sup_inf": 0.6405490040779114,
          "top_bot": 0.4880468547344208,
          "max_min": 0.7115883827209473,
          "upper_lower": 0.6035813093185425,
          "ceil_floor": 0.7158306241035461,
          "add_mul": 0.469545841217041,
          "image_preimage": 0.49691125750541687,
          "map_comap": 0.5207059383392334
        },
        "transfer_lift": {
          "min_to_max": 0.32530120481927716,
          "inf_to_sup": 0.2849999999999999,
          "add_to_mul": 0.39,
          "sub_to_div": 0.4215686274509804,
          "zero_to_one": 0.35000000000000003,
          "le_to_lt": 0.32
        },
        "seconds": 4
      },
      "center": {
        "floor": -0.00018318176444154233,
        "strong_coherence": 0.5287324686845144,
        "coherence_gap": 0.5289156504489559,
        "mean_transfer_lift": 0.3408362863217576,
        "duality_x_duality": 0.05851157382130623,
        "control_x_control": 0.05482727289199829,
        "duality_gap": 0.0036843009293079376,
        "coherence": {
          "min_to_max": 0.7295923233032227,
          "inf_to_sup": 0.6312925219535828,
          "add_to_mul": 0.484505295753479,
          "sub_to_div": 0.4193488359451294,
          "zero_to_one": 0.5048583149909973,
          "le_to_lt": 0.40279752016067505,
          "set_to_finset": 0.07524056732654572,
          "nat_to_int": 0.025138186290860176,
          "unprimed_to_primed": 0.04481727257370949,
          "sup_inf": 0.6405490040779114,
          "top_bot": 0.4880468547344208,
          "max_min": 0.7115883827209473,
          "upper_lower": 0.6035813093185425,
          "ceil_floor": 0.7158306241035461,
          "add_mul": 0.4745633602142334,
          "image_preimage": 0.49691125750541687,
          "map_comap": 0.5207059383392334
        },
        "transfer_lift": {
          "min_to_max": 0.3132530120481928,
          "inf_to_sup": 0.29000000000000004,
          "add_to_mul": 0.365,
          "sub_to_div": 0.4117647058823529,
          "zero_to_one": 0.355,
          "le_to_lt": 0.31000000000000005
        },
        "seconds": 4
      },
      "l2": {
        "floor": -0.00021836016094312072,
        "strong_coherence": 0.5307530065377554,
        "coherence_gap": 0.5309713666986985,
        "mean_transfer_lift": 0.36281163871170957,
        "duality_x_duality": 0.05851157754659653,
        "control_x_control": 0.05482727289199829,
        "duality_gap": 0.003684304654598236,
        "coherence": {
          "min_to_max": 0.7295923233032227,
          "inf_to_sup": 0.6312925219535828,
          "add_to_mul": 0.4898781180381775,
          "sub_to_div": 0.4193488359451294,
          "zero_to_one": 0.49500519037246704,
          "le_to_lt": 0.41940104961395264,
          "set_to_finset": 0.07650730758905411,
          "nat_to_int": 0.025138190016150475,
          "unprimed_to_primed": 0.05227789282798767,
          "sup_inf": 0.6405490040779114,
          "top_bot": 0.4880468547344208,
          "max_min": 0.7115883827209473,
          "upper_lower": 0.6035813093185425,
          "ceil_floor": 0.7158306241035461,
          "add_mul": 0.4783579409122467,
          "image_preimage": 0.49691125750541687,
          "map_comap": 0.5207059383392334
        },
        "transfer_lift": {
          "min_to_max": 0.32530120481927716,
          "inf_to_sup": 0.29999999999999993,
          "add_to_mul": 0.45500000000000007,
          "sub_to_div": 0.4215686274509804,
          "zero_to_one": 0.35,
          "le_to_lt": 0.325
        },
        "seconds": 4
      },
      "center_l2": {
        "floor": -0.0004055141762364656,
        "strong_coherence": 0.5239139944314957,
        "coherence_gap": 0.5243195086077321,
        "mean_transfer_lift": 0.3375029529884243,
        "duality_x_duality": 0.05971892550587654,
        "control_x_control": 0.05419741943478584,
        "duality_gap": 0.005521506071090698,
        "coherence": {
          "min_to_max": 0.7297088503837585,
          "inf_to_sup": 0.631273090839386,
          "add_to_mul": 0.47973012924194336,
          "sub_to_div": 0.41953352093696594,
          "zero_to_one": 0.4831516742706299,
          "le_to_lt": 0.4000867009162903,
          "set_to_finset": 0.07577615976333618,
          "nat_to_int": 0.025095924735069275,
          "unprimed_to_primed": 0.04930197075009346,
          "sup_inf": 0.6401911973953247,
          "top_bot": 0.4855256974697113,
          "max_min": 0.7110880017280579,
          "upper_lower": 0.6035184860229492,
          "ceil_floor": 0.7114483118057251,
          "add_mul": 0.4763909876346588,
          "image_preimage": 0.4985075891017914,
          "map_comap": 0.5226221680641174
        },
        "transfer_lift": {
          "min_to_max": 0.3132530120481928,
          "inf_to_sup": 0.2849999999999999,
          "add_to_mul": 0.375,
          "sub_to_div": 0.4117647058823529,
          "zero_to_one": 0.36500000000000005,
          "le_to_lt": 0.275
        },
        "seconds": 4
      },
      "abtt_1": {
        "floor": -0.00012020637223031372,
        "strong_coherence": 0.5357502947251002,
        "coherence_gap": 0.5358705010973305,
        "mean_transfer_lift": 0.36354693282935663,
        "duality_x_duality": 0.05949964001774788,
        "control_x_control": 0.051867783069610596,
        "duality_gap": 0.007631856948137283,
        "coherence": {
          "min_to_max": 0.7307611107826233,
          "inf_to_sup": 0.6400782465934753,
          "add_to_mul": 0.49181920289993286,
          "sub_to_div": 0.4301094114780426,
          "zero_to_one": 0.5060432553291321,
          "le_to_lt": 0.415690541267395,
          "set_to_finset": 0.07178834080696106,
          "nat_to_int": 0.02292424626648426,
          "unprimed_to_primed": 0.05466613173484802,
          "sup_inf": 0.6472738981246948,
          "top_bot": 0.49763864278793335,
          "max_min": 0.7119837999343872,
          "upper_lower": 0.6038906574249268,
          "ceil_floor": 0.7146328091621399,
          "add_mul": 0.47573328018188477,
          "image_preimage": 0.5196436047554016,
          "map_comap": 0.5302735567092896
        },
        "transfer_lift": {
          "min_to_max": 0.32530120481927716,
          "inf_to_sup": 0.32499999999999996,
          "add_to_mul": 0.35999999999999993,
          "sub_to_div": 0.45098039215686275,
          "zero_to_one": 0.42000000000000004,
          "le_to_lt": 0.30000000000000004
        },
        "seconds": 4
      },
      "abtt_2": {
        "floor": -0.00015147846715990454,
        "strong_coherence": 0.5331123322248459,
        "coherence_gap": 0.5332638106920058,
        "mean_transfer_lift": 0.3752135994960233,
        "duality_x_duality": 0.05890288203954697,
        "control_x_control": 0.05533808842301369,
        "duality_gap": 0.0035647936165332794,
        "coherence": {
          "min_to_max": 0.7315129041671753,
          "inf_to_sup": 0.6436696648597717,
          "add_to_mul": 0.4933582544326782,
          "sub_to_div": 0.43429189920425415,
          "zero_to_one": 0.5025632381439209,
          "le_to_lt": 0.393278032541275,
          "set_to_finset": 0.0784074068069458,
          "nat_to_int": 0.023579249158501625,
          "unprimed_to_primed": 0.04739207774400711,
          "sup_inf": 0.6502244472503662,
          "top_bot": 0.5040682554244995,
          "max_min": 0.71278977394104,
          "upper_lower": 0.6035316586494446,
          "ceil_floor": 0.7173292636871338,
          "add_mul": 0.4834650158882141,
          "image_preimage": 0.5249730944633484,
          "map_comap": 0.5321053862571716
        },
        "transfer_lift": {
          "min_to_max": 0.32530120481927716,
          "inf_to_sup": 0.35,
          "add_to_mul": 0.41000000000000003,
          "sub_to_div": 0.45098039215686275,
          "zero_to_one": 0.40499999999999997,
          "le_to_lt": 0.31
        },
        "seconds": 4
      },
      "abtt_3": {
        "floor": 0.00020083051640540361,
        "strong_coherence": 0.5346090694268545,
        "coherence_gap": 0.5344082389104491,
        "mean_transfer_lift": 0.3935142530907945,
        "duality_x_duality": 0.05905973166227341,
        "control_x_control": 0.0551861934363842,
        "duality_gap": 0.003873538225889206,
        "coherence": {
          "min_to_max": 0.732291042804718,
          "inf_to_sup": 0.6451365947723389,
          "add_to_mul": 0.5018982887268066,
          "sub_to_div": 0.4337051212787628,
          "zero_to_one": 0.4932026267051697,
          "le_to_lt": 0.4014207422733307,
          "set_to_finset": 0.07926157861948013,
          "nat_to_int": 0.02373773604631424,
          "unprimed_to_primed": 0.04580269008874893,
          "sup_inf": 0.6514748930931091,
          "top_bot": 0.5073481202125549,
          "max_min": 0.7135747671127319,
          "upper_lower": 0.6043779850006104,
          "ceil_floor": 0.7188856601715088,
          "add_mul": 0.48129621148109436,
          "image_preimage": 0.5303202867507935,
          "map_comap": 0.5313767790794373
        },
        "transfer_lift": {
          "min_to_max": 0.32530120481927716,
          "inf_to_sup": 0.35,
          "add_to_mul": 0.44,
          "sub_to_div": 0.46078431372549017,
          "zero_to_one": 0.4149999999999999,
          "le_to_lt": 0.37
        },
        "seconds": 4
      },
      "abtt_10": {
        "floor": 0.0002414265472907573,
        "strong_coherence": 0.5340826958417892,
        "coherence_gap": 0.5338412692944985,
        "mean_transfer_lift": 0.3982002519883456,
        "duality_x_duality": 0.061121173202991486,
        "control_x_control": 0.030321605503559113,
        "duality_gap": 0.030799567699432373,
        "coherence": {
          "min_to_max": 0.7379888296127319,
          "inf_to_sup": 0.6501373052597046,
          "add_to_mul": 0.5084920525550842,
          "sub_to_div": 0.458187073469162,
          "zero_to_one": 0.45529767870903015,
          "le_to_lt": 0.3943932354450226,
          "set_to_finset": 0.07860781997442245,
          "nat_to_int": 0.025582779198884964,
          "unprimed_to_primed": 0.04355517774820328,
          "sup_inf": 0.6560419201850891,
          "top_bot": 0.5216880440711975,
          "max_min": 0.7166088819503784,
          "upper_lower": 0.6010825037956238,
          "ceil_floor": 0.729878842830658,
          "add_mul": 0.49066367745399475,
          "image_preimage": 0.5459657907485962,
          "map_comap": 0.5188882946968079
        },
        "transfer_lift": {
          "min_to_max": 0.3493975903614458,
          "inf_to_sup": 0.365,
          "add_to_mul": 0.4600000000000001,
          "sub_to_div": 0.5098039215686274,
          "zero_to_one": 0.37999999999999995,
          "le_to_lt": 0.325
        },
        "seconds": 4
      },
      "zca": {
        "floor": -7.466939860023558e-05,
        "strong_coherence": 0.4869494140148163,
        "coherence_gap": 0.4870240834134165,
        "mean_transfer_lift": 0.344847035199622,
        "duality_x_duality": 0.05502437800168991,
        "control_x_control": 0.03083938919007778,
        "duality_gap": 0.02418498881161213,
        "coherence": {
          "min_to_max": 0.7231224179267883,
          "inf_to_sup": 0.6077513694763184,
          "add_to_mul": 0.41601812839508057,
          "sub_to_div": 0.3982681930065155,
          "zero_to_one": 0.40873321890830994,
          "le_to_lt": 0.367803156375885,
          "set_to_finset": 0.0667533427476883,
          "nat_to_int": 0.023403789848089218,
          "unprimed_to_primed": 0.046394094824790955,
          "sup_inf": 0.610285222530365,
          "top_bot": 0.48825088143348694,
          "max_min": 0.7021028995513916,
          "upper_lower": 0.5905008912086487,
          "ceil_floor": 0.7215900421142578,
          "add_mul": 0.4055539667606354,
          "image_preimage": 0.5223031640052795,
          "map_comap": 0.47089335322380066
        },
        "transfer_lift": {
          "min_to_max": 0.37349397590361444,
          "inf_to_sup": 0.31999999999999995,
          "add_to_mul": 0.31,
          "sub_to_div": 0.4705882352941177,
          "zero_to_one": 0.32999999999999996,
          "le_to_lt": 0.26499999999999996
        },
        "seconds": 4
      }
    }
  },
  "winners": []
}