N8Programs commited on
Commit
684285d
·
verified ·
1 Parent(s): 5d8ed2f

Add vote-level ARC evaluation artifacts

Browse files
.gitattributes CHANGED
@@ -58,3 +58,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ artifacts/arc_public_eval_aug_no_ttt_50m_3b_vllm_20260808/merged/predictions.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ artifacts/arc_public_eval_ttt_50m_3b_aggressive_hvote_20260808/merged/predictions.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ artifacts/arc_public_eval_ttt_50m_3b_replica_seed58_full400_20260809/predictions.jsonl filter=lfs diff=lfs merge=lfs -text
64
+ artifacts/arc_public_eval_ttt_50m_3b_replica_seed59_full400_20260809/predictions.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ artifacts/arc_public_eval_ttt_7m_3b_aggressive_hvote_seed57_20260810/merged/predictions.jsonl filter=lfs diff=lfs merge=lfs -text
artifacts/arc_public_eval_aug_no_ttt_50m_3b_vllm_20260808/merged/predictions.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3420b6f8c359aebc5fa76319199f6882e2ad7810aaca7c86dbbfcb2f20a48330
3
+ size 82079756
artifacts/arc_public_eval_aug_no_ttt_50m_3b_vllm_20260808/merged/summary.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 2,
3
+ "method": "frozen pretrained model with aggressive augmented inference",
4
+ "backend": "vllm",
5
+ "model_sha256": "5fd2d8c8f320be3debec07a1008d38e038e3c3401fdb292255dfc0b48bc77b43",
6
+ "evaluator_sha256": "0539fde0b88be845e3285204a449ea7600ced02ebdc39ea335b8a6fc916895a9",
7
+ "seed": 57,
8
+ "candidate_scoring": "original hierarchical transformed-vote top-2",
9
+ "accuracy_aggregation": "item-micro plus task-macro: mean query accuracy within task, then mean tasks",
10
+ "nested_candidate_budgets": [
11
+ 14,
12
+ 32,
13
+ 64,
14
+ 128
15
+ ],
16
+ "weights_updated": false,
17
+ "shard_count": 2,
18
+ "logical_candidate_predictions": 53632,
19
+ "unique_prompt_generations": 43053,
20
+ "valid_unique_generations": 43018,
21
+ "invalid_unique_generations": 35,
22
+ "aggregate_generation_seconds": 3358.691802352929,
23
+ "parallel_generation_wall_seconds": 1744.2013866659254,
24
+ "identity_prediction_matches_baseline": 408,
25
+ "identity_generated_ids_match_baseline": 408,
26
+ "identity_exact_labels_match_baseline": 419,
27
+ "identity_exact_gains_vs_baseline": 0,
28
+ "identity_exact_losses_vs_baseline": 0,
29
+ "identity_baseline_items": 419,
30
+ "task_count": 400,
31
+ "test_items": 419,
32
+ "identity_exact_items": 38,
33
+ "identity_item_accuracy": 0.09069212410501193,
34
+ "identity_task_macro_accuracy": 0.09,
35
+ "budgets": {
36
+ "14": {
37
+ "nominal_candidate_budget": 14,
38
+ "rank1_exact_items": 42,
39
+ "rank1_item_accuracy": 0.10023866348448687,
40
+ "rank1_task_macro_accuracy": 0.0975,
41
+ "top2_exact_items": 58,
42
+ "top2_item_accuracy": 0.13842482100238662,
43
+ "top2_task_macro_accuracy": 0.13375,
44
+ "top2_strict_tasks": 53,
45
+ "oracle_exact_items": 64,
46
+ "oracle_item_accuracy": 0.15274463007159905,
47
+ "oracle_task_macro_accuracy": 0.1475,
48
+ "mean_valid_candidates": 13.988066825775656,
49
+ "mean_distinct_predictions": 6.405727923627685
50
+ },
51
+ "32": {
52
+ "nominal_candidate_budget": 32,
53
+ "rank1_exact_items": 48,
54
+ "rank1_item_accuracy": 0.11455847255369929,
55
+ "rank1_task_macro_accuracy": 0.11125,
56
+ "top2_exact_items": 62,
57
+ "top2_item_accuracy": 0.14797136038186157,
58
+ "top2_task_macro_accuracy": 0.1425,
59
+ "top2_strict_tasks": 57,
60
+ "oracle_exact_items": 77,
61
+ "oracle_item_accuracy": 0.18377088305489261,
62
+ "oracle_task_macro_accuracy": 0.1775,
63
+ "mean_valid_candidates": 31.971360381861576,
64
+ "mean_distinct_predictions": 11.682577565632458
65
+ },
66
+ "64": {
67
+ "nominal_candidate_budget": 64,
68
+ "rank1_exact_items": 51,
69
+ "rank1_item_accuracy": 0.12171837708830549,
70
+ "rank1_task_macro_accuracy": 0.11875,
71
+ "top2_exact_items": 59,
72
+ "top2_item_accuracy": 0.14081145584725538,
73
+ "top2_task_macro_accuracy": 0.13625,
74
+ "top2_strict_tasks": 54,
75
+ "oracle_exact_items": 81,
76
+ "oracle_item_accuracy": 0.19331742243436753,
77
+ "oracle_task_macro_accuracy": 0.1875,
78
+ "mean_valid_candidates": 63.94749403341289,
79
+ "mean_distinct_predictions": 13.904534606205251
80
+ },
81
+ "128": {
82
+ "nominal_candidate_budget": 128,
83
+ "rank1_exact_items": 50,
84
+ "rank1_item_accuracy": 0.11933174224343675,
85
+ "rank1_task_macro_accuracy": 0.11625,
86
+ "top2_exact_items": 59,
87
+ "top2_item_accuracy": 0.14081145584725538,
88
+ "top2_task_macro_accuracy": 0.13625,
89
+ "top2_strict_tasks": 54,
90
+ "oracle_exact_items": 84,
91
+ "oracle_item_accuracy": 0.20047732696897375,
92
+ "oracle_task_macro_accuracy": 0.19375,
93
+ "mean_valid_candidates": 127.8926014319809,
94
+ "mean_distinct_predictions": 14.13365155131265
95
+ }
96
+ }
97
+ }
artifacts/arc_public_eval_ttt_50m_3b_aggressive_hvote_20260808/merged/predictions.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12c11abfc62b56512646d3880e0485c51dfa64e6d3ea7650121388562dd64701
3
+ size 78507235
artifacts/arc_public_eval_ttt_50m_3b_aggressive_hvote_20260808/merged/summary.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 2,
3
+ "evaluator_sha256": "d04ad3340f02cb73afc759114154f18d8a20f02fbf4bb2c8cf5951c2dc986c24",
4
+ "method": "task-specific full-model TTT with aggressive augmented inference",
5
+ "training_reference": "Akyurek et al., arXiv:2411.07279v2",
6
+ "candidate_scoring": "original hierarchical transformed-vote top-2",
7
+ "accuracy_aggregation": "item-micro plus TRM-comparable task-macro: mean query accuracy within task, then mean tasks",
8
+ "model_path": "/home/nathanbreslow/arc/spark-gpt/checkpoints/arc_rearc_50m_3kpertask_seed0_20260807/hf_step0030516",
9
+ "model_sha256": "5fd2d8c8f320be3debec07a1008d38e038e3c3401fdb292255dfc0b48bc77b43",
10
+ "data_dir": "/home/nathanbreslow/arc/data/arc-agi-evaluation",
11
+ "task_count": 400,
12
+ "shard_index": null,
13
+ "shard_count": 2,
14
+ "seed": 57,
15
+ "max_examples": 250,
16
+ "max_seq_length": 16384,
17
+ "epochs": 2,
18
+ "batch_size": 2,
19
+ "optimizer": "MuonAdamWHybrid",
20
+ "muon_lr": 0.004,
21
+ "adamw_lr": 0.0005,
22
+ "muon_momentum": 0.95,
23
+ "weight_decay": 0.01,
24
+ "warmup_steps": 10,
25
+ "lr_decay_factor": 0.1,
26
+ "task_initialization": "exact restore of immutable pretrained checkpoint snapshot",
27
+ "model_compute_dtype": "bfloat16",
28
+ "loss": "output grid tokens after first demonstration output",
29
+ "inference_spatial_transformations": [
30
+ "identity",
31
+ "rotate90",
32
+ "rotate180",
33
+ "rotate270",
34
+ "flip_ud",
35
+ "flip_lr",
36
+ "transpose",
37
+ "anti_transpose"
38
+ ],
39
+ "inference_color_variants": 4,
40
+ "inference_demo_order_slots": 4,
41
+ "nested_candidate_budgets": [
42
+ 14,
43
+ 32,
44
+ 64,
45
+ 128
46
+ ],
47
+ "max_new_tokens": 1024,
48
+ "generation_batch_size": 16,
49
+ "deduplicate_identical_prompts_after_legacy_control": true,
50
+ "greedy": true,
51
+ "completed": true,
52
+ "trainable_parameters": 50372096,
53
+ "test_items": 419,
54
+ "unique_logical_prompts": 43053,
55
+ "actual_candidate_generations": 43572,
56
+ "logical_candidate_predictions": 53632,
57
+ "baseline_exact_on_scored_items": 35,
58
+ "baseline_item_accuracy_on_scored_items": 0.08353221957040573,
59
+ "budgets": {
60
+ "14": {
61
+ "nominal_candidate_budget": 14,
62
+ "rank1_exact_items": 155,
63
+ "rank1_item_accuracy": 0.36992840095465396,
64
+ "rank1_task_macro_accuracy": 0.3625,
65
+ "top2_exact_items": 187,
66
+ "top2_item_accuracy": 0.44630071599045346,
67
+ "top2_task_macro_accuracy": 0.43875,
68
+ "top2_strict_tasks": 175,
69
+ "oracle_exact_items": 221,
70
+ "oracle_item_accuracy": 0.5274463007159904,
71
+ "oracle_task_macro_accuracy": 0.52,
72
+ "mean_valid_candidates": 13.976133651551313,
73
+ "mean_distinct_predictions": 6.241050119331742
74
+ },
75
+ "32": {
76
+ "nominal_candidate_budget": 32,
77
+ "rank1_exact_items": 165,
78
+ "rank1_item_accuracy": 0.3937947494033413,
79
+ "rank1_task_macro_accuracy": 0.39,
80
+ "top2_exact_items": 193,
81
+ "top2_item_accuracy": 0.4606205250596659,
82
+ "top2_task_macro_accuracy": 0.45375,
83
+ "top2_strict_tasks": 180,
84
+ "oracle_exact_items": 240,
85
+ "oracle_item_accuracy": 0.5727923627684964,
86
+ "oracle_task_macro_accuracy": 0.5625,
87
+ "mean_valid_candidates": 31.96420047732697,
88
+ "mean_distinct_predictions": 11.536992840095465
89
+ },
90
+ "64": {
91
+ "nominal_candidate_budget": 64,
92
+ "rank1_exact_items": 165,
93
+ "rank1_item_accuracy": 0.3937947494033413,
94
+ "rank1_task_macro_accuracy": 0.39125,
95
+ "top2_exact_items": 199,
96
+ "top2_item_accuracy": 0.47494033412887826,
97
+ "top2_task_macro_accuracy": 0.47,
98
+ "top2_strict_tasks": 186,
99
+ "oracle_exact_items": 253,
100
+ "oracle_item_accuracy": 0.60381861575179,
101
+ "oracle_task_macro_accuracy": 0.595,
102
+ "mean_valid_candidates": 63.94510739856802,
103
+ "mean_distinct_predictions": 13.902147971360382
104
+ },
105
+ "128": {
106
+ "nominal_candidate_budget": 128,
107
+ "rank1_exact_items": 164,
108
+ "rank1_item_accuracy": 0.3914081145584726,
109
+ "rank1_task_macro_accuracy": 0.38875,
110
+ "top2_exact_items": 200,
111
+ "top2_item_accuracy": 0.477326968973747,
112
+ "top2_task_macro_accuracy": 0.4725,
113
+ "top2_strict_tasks": 187,
114
+ "oracle_exact_items": 259,
115
+ "oracle_item_accuracy": 0.6181384248210023,
116
+ "oracle_task_macro_accuracy": 0.6075,
117
+ "mean_valid_candidates": 127.89737470167064,
118
+ "mean_distinct_predictions": 14.262529832935561
119
+ }
120
+ },
121
+ "training_seconds": 12503.557789784398,
122
+ "generation_seconds": 15557.925329780803,
123
+ "shard_dirs": [
124
+ "/home/nathanbreslow/arc/evaluations/ttt_50m_3b_aggressive_hvote_shard0of2_20260808",
125
+ "/home/nathanbreslow/arc/evaluations/ttt_50m_3b_aggressive_hvote_shard1of2_20260808_merge_snapshot"
126
+ ]
127
+ }
artifacts/arc_public_eval_ttt_50m_3b_replica_seed58_full400_20260809/predictions.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e059b42f9edafacacd193171d557afd5d9624a0cd14424bda8d7cb03806e0ca
3
+ size 78776070
artifacts/arc_public_eval_ttt_50m_3b_replica_seed58_full400_20260809/summary.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 2,
3
+ "evaluator_sha256": "af21b09d0b2d66fa0f5203498ec59fc7cd4ea346ff66f0805a48b1f2571992a3",
4
+ "method": "task-specific full-model TTT with aggressive augmented inference",
5
+ "training_reference": "Akyurek et al., arXiv:2411.07279v2",
6
+ "candidate_scoring": "original hierarchical transformed-vote top-2",
7
+ "accuracy_aggregation": "item-micro plus TRM-comparable task-macro: mean query accuracy within task, then mean tasks",
8
+ "model_path": "/home/nathanbreslow/arc/spark-gpt/checkpoints/arc_rearc_50m_3kpertask_seed0_20260807/hf_step0030516",
9
+ "model_sha256": "5fd2d8c8f320be3debec07a1008d38e038e3c3401fdb292255dfc0b48bc77b43",
10
+ "data_dir": "/home/nathanbreslow/arc/data/arc-agi-evaluation",
11
+ "task_count": 400,
12
+ "shard_index": 0,
13
+ "shard_count": 1,
14
+ "seed": 58,
15
+ "max_examples": 250,
16
+ "ttt_sampler": "legacy",
17
+ "diverse_sampler_sha256": null,
18
+ "diverse_max_attempts": 50000,
19
+ "max_seq_length": 16384,
20
+ "epochs": 2,
21
+ "batch_size": 2,
22
+ "optimizer": "MuonAdamWHybrid",
23
+ "muon_lr": 0.004,
24
+ "adamw_lr": 0.0005,
25
+ "muon_momentum": 0.95,
26
+ "weight_decay": 0.01,
27
+ "warmup_steps": 10,
28
+ "lr_decay_factor": 0.1,
29
+ "task_initialization": "exact restore of immutable pretrained checkpoint snapshot",
30
+ "model_compute_dtype": "bfloat16",
31
+ "loss": "output grid tokens after first demonstration output",
32
+ "inference_spatial_transformations": [
33
+ "identity",
34
+ "rotate90",
35
+ "rotate180",
36
+ "rotate270",
37
+ "flip_ud",
38
+ "flip_lr",
39
+ "transpose",
40
+ "anti_transpose"
41
+ ],
42
+ "inference_color_variants": 4,
43
+ "inference_demo_order_slots": 4,
44
+ "nested_candidate_budgets": [
45
+ 14,
46
+ 32,
47
+ 64,
48
+ 128
49
+ ],
50
+ "max_new_tokens": 1024,
51
+ "generation_batch_size": 16,
52
+ "deduplicate_identical_prompts_after_legacy_control": true,
53
+ "greedy": true,
54
+ "completed": true,
55
+ "trainable_parameters": 50372096,
56
+ "test_items": 419,
57
+ "unique_logical_prompts": 42910,
58
+ "actual_candidate_generations": 43388,
59
+ "logical_candidate_predictions": 53632,
60
+ "baseline_exact_on_scored_items": 0,
61
+ "baseline_item_accuracy_on_scored_items": null,
62
+ "budgets": {
63
+ "14": {
64
+ "nominal_candidate_budget": 14,
65
+ "rank1_exact_items": 155,
66
+ "rank1_item_accuracy": 0.36992840095465396,
67
+ "rank1_task_macro_accuracy": 0.3675,
68
+ "top2_exact_items": 180,
69
+ "top2_item_accuracy": 0.4295942720763723,
70
+ "top2_task_macro_accuracy": 0.42,
71
+ "top2_strict_tasks": 166,
72
+ "oracle_exact_items": 219,
73
+ "oracle_item_accuracy": 0.522673031026253,
74
+ "oracle_task_macro_accuracy": 0.51125,
75
+ "mean_valid_candidates": 13.99761336515513,
76
+ "mean_distinct_predictions": 6.31980906921241
77
+ },
78
+ "32": {
79
+ "nominal_candidate_budget": 32,
80
+ "rank1_exact_items": 159,
81
+ "rank1_item_accuracy": 0.3794749403341289,
82
+ "rank1_task_macro_accuracy": 0.37875,
83
+ "top2_exact_items": 192,
84
+ "top2_item_accuracy": 0.45823389021479716,
85
+ "top2_task_macro_accuracy": 0.45125,
86
+ "top2_strict_tasks": 179,
87
+ "oracle_exact_items": 232,
88
+ "oracle_item_accuracy": 0.5536992840095465,
89
+ "oracle_task_macro_accuracy": 0.5425,
90
+ "mean_valid_candidates": 31.98329355608592,
91
+ "mean_distinct_predictions": 11.799522673031026
92
+ },
93
+ "64": {
94
+ "nominal_candidate_budget": 64,
95
+ "rank1_exact_items": 176,
96
+ "rank1_item_accuracy": 0.4200477326968974,
97
+ "rank1_task_macro_accuracy": 0.4175,
98
+ "top2_exact_items": 203,
99
+ "top2_item_accuracy": 0.48448687350835323,
100
+ "top2_task_macro_accuracy": 0.47875,
101
+ "top2_strict_tasks": 190,
102
+ "oracle_exact_items": 244,
103
+ "oracle_item_accuracy": 0.5823389021479713,
104
+ "oracle_task_macro_accuracy": 0.57125,
105
+ "mean_valid_candidates": 63.957040572792366,
106
+ "mean_distinct_predictions": 13.968973747016706
107
+ },
108
+ "128": {
109
+ "nominal_candidate_budget": 128,
110
+ "rank1_exact_items": 180,
111
+ "rank1_item_accuracy": 0.4295942720763723,
112
+ "rank1_task_macro_accuracy": 0.4275,
113
+ "top2_exact_items": 204,
114
+ "top2_item_accuracy": 0.48687350835322196,
115
+ "top2_task_macro_accuracy": 0.4825,
116
+ "top2_strict_tasks": 191,
117
+ "oracle_exact_items": 248,
118
+ "oracle_item_accuracy": 0.5918854415274463,
119
+ "oracle_task_macro_accuracy": 0.58,
120
+ "mean_valid_candidates": 127.90930787589498,
121
+ "mean_distinct_predictions": 14.276849642004773
122
+ }
123
+ },
124
+ "training_seconds": 12826.654286775272,
125
+ "generation_seconds": 16064.380759360967
126
+ }
artifacts/arc_public_eval_ttt_50m_3b_replica_seed59_full400_20260809/predictions.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a401db624ed1e73e95132550dd7691a0e85c52f683ee4d32471d8a553689eda6
3
+ size 78450107
artifacts/arc_public_eval_ttt_50m_3b_replica_seed59_full400_20260809/summary.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 2,
3
+ "evaluator_sha256": "af21b09d0b2d66fa0f5203498ec59fc7cd4ea346ff66f0805a48b1f2571992a3",
4
+ "method": "task-specific full-model TTT with aggressive augmented inference",
5
+ "training_reference": "Akyurek et al., arXiv:2411.07279v2",
6
+ "candidate_scoring": "original hierarchical transformed-vote top-2",
7
+ "accuracy_aggregation": "item-micro plus TRM-comparable task-macro: mean query accuracy within task, then mean tasks",
8
+ "model_path": "/home/nathanbreslow/arc/spark-gpt/checkpoints/arc_rearc_50m_3kpertask_seed0_20260807/hf_step0030516",
9
+ "model_sha256": "5fd2d8c8f320be3debec07a1008d38e038e3c3401fdb292255dfc0b48bc77b43",
10
+ "data_dir": "/home/nathanbreslow/arc/data/arc-agi-evaluation",
11
+ "task_count": 400,
12
+ "shard_index": 0,
13
+ "shard_count": 1,
14
+ "seed": 59,
15
+ "max_examples": 250,
16
+ "ttt_sampler": "legacy",
17
+ "diverse_sampler_sha256": null,
18
+ "diverse_max_attempts": 50000,
19
+ "max_seq_length": 16384,
20
+ "epochs": 2,
21
+ "batch_size": 2,
22
+ "optimizer": "MuonAdamWHybrid",
23
+ "muon_lr": 0.004,
24
+ "adamw_lr": 0.0005,
25
+ "muon_momentum": 0.95,
26
+ "weight_decay": 0.01,
27
+ "warmup_steps": 10,
28
+ "lr_decay_factor": 0.1,
29
+ "task_initialization": "exact restore of immutable pretrained checkpoint snapshot",
30
+ "model_compute_dtype": "bfloat16",
31
+ "loss": "output grid tokens after first demonstration output",
32
+ "inference_spatial_transformations": [
33
+ "identity",
34
+ "rotate90",
35
+ "rotate180",
36
+ "rotate270",
37
+ "flip_ud",
38
+ "flip_lr",
39
+ "transpose",
40
+ "anti_transpose"
41
+ ],
42
+ "inference_color_variants": 4,
43
+ "inference_demo_order_slots": 4,
44
+ "nested_candidate_budgets": [
45
+ 14,
46
+ 32,
47
+ 64,
48
+ 128
49
+ ],
50
+ "max_new_tokens": 1024,
51
+ "generation_batch_size": 16,
52
+ "deduplicate_identical_prompts_after_legacy_control": true,
53
+ "greedy": true,
54
+ "completed": true,
55
+ "trainable_parameters": 50372096,
56
+ "test_items": 419,
57
+ "unique_logical_prompts": 42973,
58
+ "actual_candidate_generations": 43452,
59
+ "logical_candidate_predictions": 53632,
60
+ "baseline_exact_on_scored_items": 0,
61
+ "baseline_item_accuracy_on_scored_items": null,
62
+ "budgets": {
63
+ "14": {
64
+ "nominal_candidate_budget": 14,
65
+ "rank1_exact_items": 147,
66
+ "rank1_item_accuracy": 0.35083532219570407,
67
+ "rank1_task_macro_accuracy": 0.34375,
68
+ "top2_exact_items": 174,
69
+ "top2_item_accuracy": 0.4152744630071599,
70
+ "top2_task_macro_accuracy": 0.4025,
71
+ "top2_strict_tasks": 159,
72
+ "oracle_exact_items": 218,
73
+ "oracle_item_accuracy": 0.5202863961813843,
74
+ "oracle_task_macro_accuracy": 0.5075,
75
+ "mean_valid_candidates": 13.985680190930788,
76
+ "mean_distinct_predictions": 6.317422434367542
77
+ },
78
+ "32": {
79
+ "nominal_candidate_budget": 32,
80
+ "rank1_exact_items": 158,
81
+ "rank1_item_accuracy": 0.37708830548926014,
82
+ "rank1_task_macro_accuracy": 0.3725,
83
+ "top2_exact_items": 194,
84
+ "top2_item_accuracy": 0.4630071599045346,
85
+ "top2_task_macro_accuracy": 0.4525,
86
+ "top2_strict_tasks": 179,
87
+ "oracle_exact_items": 239,
88
+ "oracle_item_accuracy": 0.5704057279236276,
89
+ "oracle_task_macro_accuracy": 0.55875,
90
+ "mean_valid_candidates": 31.94033412887828,
91
+ "mean_distinct_predictions": 11.599045346062052
92
+ },
93
+ "64": {
94
+ "nominal_candidate_budget": 64,
95
+ "rank1_exact_items": 164,
96
+ "rank1_item_accuracy": 0.3914081145584726,
97
+ "rank1_task_macro_accuracy": 0.38875,
98
+ "top2_exact_items": 205,
99
+ "top2_item_accuracy": 0.4892601431980907,
100
+ "top2_task_macro_accuracy": 0.48,
101
+ "top2_strict_tasks": 189,
102
+ "oracle_exact_items": 250,
103
+ "oracle_item_accuracy": 0.5966587112171837,
104
+ "oracle_task_macro_accuracy": 0.585,
105
+ "mean_valid_candidates": 63.89021479713604,
106
+ "mean_distinct_predictions": 13.928400954653938
107
+ },
108
+ "128": {
109
+ "nominal_candidate_budget": 128,
110
+ "rank1_exact_items": 159,
111
+ "rank1_item_accuracy": 0.3794749403341289,
112
+ "rank1_task_macro_accuracy": 0.37625,
113
+ "top2_exact_items": 201,
114
+ "top2_item_accuracy": 0.4797136038186158,
115
+ "top2_task_macro_accuracy": 0.4725,
116
+ "top2_strict_tasks": 186,
117
+ "oracle_exact_items": 255,
118
+ "oracle_item_accuracy": 0.6085918854415274,
119
+ "oracle_task_macro_accuracy": 0.5975,
120
+ "mean_valid_candidates": 127.78520286396181,
121
+ "mean_distinct_predictions": 14.16706443914081
122
+ }
123
+ },
124
+ "training_seconds": 12526.061385635985,
125
+ "generation_seconds": 15556.743899527792
126
+ }
artifacts/arc_public_eval_ttt_7m_3b_aggressive_hvote_seed57_20260810/merged/predictions.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e787ceba9a5c9a77d4461d04dc5850ba01678e08f632e9aec736cf1a70e74c
3
+ size 77668253
artifacts/arc_public_eval_ttt_7m_3b_aggressive_hvote_seed57_20260810/merged/summary.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 2,
3
+ "evaluator_sha256": "af21b09d0b2d66fa0f5203498ec59fc7cd4ea346ff66f0805a48b1f2571992a3",
4
+ "method": "task-specific full-model TTT with aggressive augmented inference",
5
+ "training_reference": "Akyurek et al., arXiv:2411.07279v2",
6
+ "candidate_scoring": "original hierarchical transformed-vote top-2",
7
+ "accuracy_aggregation": "item-micro plus TRM-comparable task-macro: mean query accuracy within task, then mean tasks",
8
+ "model_path": "/home/nathanbreslow/arc/spark-gpt/checkpoints/arc_rearc_7m_3kpertask_seed0_20260810/hf",
9
+ "model_sha256": "b5dd708baa7785727a9cb255a677c99c120809eb7bb2017e85181285accad524",
10
+ "data_dir": "/home/nathanbreslow/arc/data/arc-agi-evaluation",
11
+ "task_count": 400,
12
+ "shard_index": null,
13
+ "shard_count": 2,
14
+ "seed": 57,
15
+ "max_examples": 250,
16
+ "ttt_sampler": "legacy",
17
+ "diverse_sampler_sha256": null,
18
+ "diverse_max_attempts": 50000,
19
+ "max_seq_length": 16384,
20
+ "epochs": 2,
21
+ "batch_size": 2,
22
+ "optimizer": "MuonAdamWHybrid",
23
+ "muon_lr": 0.004,
24
+ "adamw_lr": 0.0005,
25
+ "muon_momentum": 0.95,
26
+ "weight_decay": 0.01,
27
+ "warmup_steps": 10,
28
+ "lr_decay_factor": 0.1,
29
+ "task_initialization": "exact restore of immutable pretrained checkpoint snapshot",
30
+ "model_compute_dtype": "bfloat16",
31
+ "loss": "output grid tokens after first demonstration output",
32
+ "inference_spatial_transformations": [
33
+ "identity",
34
+ "rotate90",
35
+ "rotate180",
36
+ "rotate270",
37
+ "flip_ud",
38
+ "flip_lr",
39
+ "transpose",
40
+ "anti_transpose"
41
+ ],
42
+ "inference_color_variants": 4,
43
+ "inference_demo_order_slots": 4,
44
+ "nested_candidate_budgets": [
45
+ 14,
46
+ 32,
47
+ 64,
48
+ 128
49
+ ],
50
+ "max_new_tokens": 1024,
51
+ "generation_batch_size": 16,
52
+ "deduplicate_identical_prompts_after_legacy_control": true,
53
+ "greedy": true,
54
+ "completed": true,
55
+ "trainable_parameters": 7094784,
56
+ "test_items": 419,
57
+ "unique_logical_prompts": 43053,
58
+ "actual_candidate_generations": 43572,
59
+ "logical_candidate_predictions": 53632,
60
+ "baseline_exact_on_scored_items": 0,
61
+ "baseline_item_accuracy_on_scored_items": null,
62
+ "budgets": {
63
+ "14": {
64
+ "nominal_candidate_budget": 14,
65
+ "rank1_exact_items": 104,
66
+ "rank1_item_accuracy": 0.24821002386634844,
67
+ "rank1_task_macro_accuracy": 0.24,
68
+ "top2_exact_items": 119,
69
+ "top2_item_accuracy": 0.2840095465393795,
70
+ "top2_task_macro_accuracy": 0.2725,
71
+ "top2_strict_tasks": 108,
72
+ "oracle_exact_items": 157,
73
+ "oracle_item_accuracy": 0.3747016706443914,
74
+ "oracle_task_macro_accuracy": 0.36,
75
+ "mean_valid_candidates": 13.79236276849642,
76
+ "mean_distinct_predictions": 7.22673031026253
77
+ },
78
+ "32": {
79
+ "nominal_candidate_budget": 32,
80
+ "rank1_exact_items": 120,
81
+ "rank1_item_accuracy": 0.2863961813842482,
82
+ "rank1_task_macro_accuracy": 0.28,
83
+ "top2_exact_items": 142,
84
+ "top2_item_accuracy": 0.33890214797136037,
85
+ "top2_task_macro_accuracy": 0.32875,
86
+ "top2_strict_tasks": 130,
87
+ "oracle_exact_items": 194,
88
+ "oracle_item_accuracy": 0.4630071599045346,
89
+ "oracle_task_macro_accuracy": 0.45,
90
+ "mean_valid_candidates": 31.54653937947494,
91
+ "mean_distinct_predictions": 13.976133651551313
92
+ },
93
+ "64": {
94
+ "nominal_candidate_budget": 64,
95
+ "rank1_exact_items": 117,
96
+ "rank1_item_accuracy": 0.27923627684964203,
97
+ "rank1_task_macro_accuracy": 0.275,
98
+ "top2_exact_items": 145,
99
+ "top2_item_accuracy": 0.3460620525059666,
100
+ "top2_task_macro_accuracy": 0.3375,
101
+ "top2_strict_tasks": 134,
102
+ "oracle_exact_items": 211,
103
+ "oracle_item_accuracy": 0.5035799522673031,
104
+ "oracle_task_macro_accuracy": 0.49,
105
+ "mean_valid_candidates": 63.11217183770883,
106
+ "mean_distinct_predictions": 16.367541766109785
107
+ },
108
+ "128": {
109
+ "nominal_candidate_budget": 128,
110
+ "rank1_exact_items": 119,
111
+ "rank1_item_accuracy": 0.2840095465393795,
112
+ "rank1_task_macro_accuracy": 0.2775,
113
+ "top2_exact_items": 145,
114
+ "top2_item_accuracy": 0.3460620525059666,
115
+ "top2_task_macro_accuracy": 0.3375,
116
+ "top2_strict_tasks": 134,
117
+ "oracle_exact_items": 217,
118
+ "oracle_item_accuracy": 0.5178997613365155,
119
+ "oracle_task_macro_accuracy": 0.505,
120
+ "mean_valid_candidates": 126.14319809069212,
121
+ "mean_distinct_predictions": 16.608591885441527
122
+ }
123
+ },
124
+ "training_seconds": 3103.418425070413,
125
+ "generation_seconds": 4993.645875780901,
126
+ "shard_dirs": [
127
+ "/home/nathanbreslow/arc/evaluations/ttt_7m_3b_aggressive_hvote_seed57_shard0of2_20260810",
128
+ "/home/nathanbreslow/arc/evaluations/ttt_7m_3b_aggressive_hvote_seed57_shard1of2_20260810_from_bob"
129
+ ]
130
+ }