Bimaldo commited on
Commit
ad89351
·
verified ·
1 Parent(s): ec45bc6

Upload diagnostic_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. diagnostic_summary.json +161 -0
diagnostic_summary.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "Controlled scaling experiment: 8M vs 46.5M parameter Diffusion-LM riddle solvers",
3
+ "dataset": {
4
+ "name": "Riddles \u2014 A Synthetic Riddle Dataset for NLP",
5
+ "source": "Kaggle",
6
+ "url": "https://www.kaggle.com/datasets/prajwaldongre/riddles-a-synthetic-riddle-dataset-for-nlp",
7
+ "license": "CC0",
8
+ "train_size": 232,
9
+ "heldout_size": 66,
10
+ "unique_total": 298,
11
+ "duplicates_removed": 702,
12
+ "split_method": "SHA-256 of normalized riddle text",
13
+ "answer_max_len": 4,
14
+ "vocab_source": "training set only"
15
+ },
16
+ "checkpoints": {
17
+ "phase3": {
18
+ "label": "Phase 3 Reconstructed",
19
+ "architecture": {
20
+ "params": null,
21
+ "T": 200,
22
+ "d_model": 256,
23
+ "n_layers": 4
24
+ },
25
+ "training": {
26
+ "steps": 500,
27
+ "lr": 0.0003,
28
+ "schedule": "constant",
29
+ "batch": 64,
30
+ "seed": 42,
31
+ "T": 200
32
+ },
33
+ "eval_heldout": {
34
+ "exact_match_K1_pct": 46.96969696969697,
35
+ "exact_match_K10_pct": 46.96969696969697,
36
+ "token_f1_K1": 0.7124098124098122,
37
+ "n": 66
38
+ },
39
+ "eval_train": {
40
+ "exact_match_K1_pct": 87.5,
41
+ "exact_match_K10_pct": 86.45833333333333,
42
+ "token_f1_K1": 0.9597222222222221,
43
+ "n": 192
44
+ },
45
+ "decoding_modes": {
46
+ "A_full_chain_em_pct": 0.5,
47
+ "B_pure_noise_1shot_em_pct": 0.494949494949495,
48
+ "C_gold_corrupted_1shot_em_pct": 0.5303030303030303
49
+ },
50
+ "signal_degradation": {
51
+ "raw_xt_tok_acc_at_t2_pct": 100.0,
52
+ "model_tok_acc_at_t2_pct": 76.6,
53
+ "degradation_ppt": 23.4
54
+ },
55
+ "state_drift": {
56
+ "t2_oracle_tok_acc_pct": 75.9,
57
+ "t2_free_tok_acc_pct": 72.0,
58
+ "drift_ppt": 3.91,
59
+ "oracle_flat_across_noise": false
60
+ }
61
+ },
62
+ "phase4_original": {
63
+ "label": "Phase 4 Original",
64
+ "architecture": {
65
+ "params": null,
66
+ "T": 500,
67
+ "d_model": 512,
68
+ "n_layers": 6
69
+ },
70
+ "training": {
71
+ "steps": 20000,
72
+ "lr": 0.0003,
73
+ "schedule": "constant",
74
+ "batch": 64,
75
+ "seed": 42,
76
+ "T": 500
77
+ },
78
+ "eval_heldout": {
79
+ "exact_match_K1_pct": 15.151515151515152,
80
+ "exact_match_K10_pct": 15.151515151515152,
81
+ "token_f1_K1": 0.5692279942279943,
82
+ "n": 66
83
+ },
84
+ "eval_train": {
85
+ "exact_match_K1_pct": 51.5625,
86
+ "exact_match_K10_pct": 50.520833333333336,
87
+ "token_f1_K1": 0.9034226190476198,
88
+ "n": 192
89
+ },
90
+ "decoding_modes": {
91
+ "A_full_chain_em_pct": 0.15656565656565657,
92
+ "B_pure_noise_1shot_em_pct": 0.11616161616161616,
93
+ "C_gold_corrupted_1shot_em_pct": 0.13636363636363635
94
+ },
95
+ "signal_degradation": {
96
+ "raw_xt_tok_acc_at_t2_pct": 100.0,
97
+ "model_tok_acc_at_t2_pct": 68.3,
98
+ "degradation_ppt": 31.7
99
+ },
100
+ "state_drift": {
101
+ "t2_oracle_tok_acc_pct": 68.3,
102
+ "t2_free_tok_acc_pct": 68.3,
103
+ "drift_ppt": 0.0,
104
+ "oracle_flat_across_noise": true
105
+ }
106
+ },
107
+ "phase4_scheduled": {
108
+ "label": "Phase 4 Scheduled",
109
+ "architecture": {
110
+ "params": null,
111
+ "T": 500,
112
+ "d_model": 512,
113
+ "n_layers": 6
114
+ },
115
+ "training": {
116
+ "steps": 20000,
117
+ "lr": 0.0001,
118
+ "schedule": "warmup+cosine",
119
+ "batch": 64,
120
+ "seed": 42,
121
+ "T": 500
122
+ },
123
+ "eval_heldout": {
124
+ "exact_match_K1_pct": 13.636363636363637,
125
+ "exact_match_K10_pct": 13.636363636363637,
126
+ "token_f1_K1": 0.6034992784992784,
127
+ "n": 66
128
+ },
129
+ "eval_train": {
130
+ "exact_match_K1_pct": 40.625,
131
+ "exact_match_K10_pct": 39.583333333333336,
132
+ "token_f1_K1": 0.8827380952380958,
133
+ "n": 192
134
+ },
135
+ "decoding_modes": {
136
+ "A_full_chain_em_pct": 0.13636363636363635,
137
+ "B_pure_noise_1shot_em_pct": 0.19696969696969696,
138
+ "C_gold_corrupted_1shot_em_pct": 0.21717171717171718
139
+ },
140
+ "signal_degradation": {
141
+ "raw_xt_tok_acc_at_t2_pct": 100.0,
142
+ "model_tok_acc_at_t2_pct": 76.6,
143
+ "degradation_ppt": 23.4
144
+ },
145
+ "state_drift": {
146
+ "t2_oracle_tok_acc_pct": 75.1,
147
+ "t2_free_tok_acc_pct": 74.6,
148
+ "drift_ppt": 0.51,
149
+ "oracle_flat_across_noise": false
150
+ }
151
+ }
152
+ },
153
+ "key_findings": [
154
+ "Diffusion corruption is NOT the primary bottleneck at near-clean inputs. Raw-x_t achieves 100% token accuracy at t=2; the learned denoiser degrades this to 68-77%.",
155
+ "Scaling from 8M to 46.5M parameters reduces held-out exact match from 47% to 15%, despite 40x more training steps.",
156
+ "Phase 4 Original has 0.0% state drift (oracle = free-running) and is timestep-agnostic (flat 68.3% accuracy at every noise level).",
157
+ "Phase 4 Scheduled has ~0.5 ppt drift and one-shot decoding (B/C = 20-22%) outperforms full chain (A = 14%).",
158
+ "K=10 best-of-K never improves EM: only 1.08-1.26 unique candidates out of 10 (pairwise Jaccard > 0.97).",
159
+ "The failure is denoiser/model-behavior-limited, not diffusion-corruption-limited."
160
+ ]
161
+ }