SecludedCorner commited on
Commit
ac5a80b
·
verified ·
1 Parent(s): 9e05fb8

scope note: tt1 training-depth artifacts now included

Browse files
Files changed (1) hide show
  1. README.md +84 -84
README.md CHANGED
@@ -1,84 +1,84 @@
1
- ---
2
- license: cc-by-4.0
3
- language: en
4
- tags:
5
- - babylm
6
- - babylm-2026
7
- - strict-small
8
- - evaluation-artifacts
9
- - reproducibility
10
- pretty_name: bind1 (BabyLM 2026 Strict-Small) — full evaluation artifacts
11
- ---
12
-
13
- # bind1 — BabyLM 2026 Strict-Small entry: full evaluation artifacts
14
-
15
- Complete, per-item evaluation outputs for the
16
- [`SecludedCorner/bind1-babylm2026-strict-small`](https://huggingface.co/SecludedCorner/bind1-babylm2026-strict-small)
17
- entry and its ablation families, released so that **every number we report is downloadable and
18
- recomputable** — including the negative results.
19
-
20
- All outputs were produced by the official `babylm-eval` pipeline (zero-shot backend `causal`;
21
- GLUE via the official fine-tuning protocol). Reports are the pipeline's own
22
- `best_temperature_report.txt`; predictions are per-item.
23
-
24
- ## Model families included (35 evaluation targets)
25
-
26
- | Directory pattern | What it is | What it shows |
27
- |---|---|---|
28
- | `hf_loop2_full(_sN)` | the entry architecture, trained loop depth T=3, seeds 0–3 | main results |
29
- | `hf_loop2_T1/T2/T4(_sN)` | same weights, forced inference depth T=1/2/4 | the T-sweep: iteration helps grammar in all seeds, erodes healthy-write entity tracking, and partially rebuilds the one collapsed write |
30
- | `hf_loop2_sever(_sN)` | same weights, verdict-to-trust edge zeroed at inference | inference-inertness of the feedback edge (4/4 seeds) |
31
- | `hf_loop2_novg(_sN)` (+`_ti1`) | retrained from scratch with the edge frozen | training-scaffold evidence (seed-conditional: 3/4) |
32
- | `hf_baseline_full(_sN)` | size-matched plain-decoder monolith, seeds 0–3 | the paired control for every claim |
33
- | `hf_loop_full` | the earlier bypassed variant (v=1.0, loop inert) | the audit-caught failure kept as a diagnostic |
34
-
35
- Internal (logical) experiment ids map to these physical names as
36
- `bind1_tt3_sN` = `hf_loop2_full(_sN)`, `bind1_tt3_sN_ti{K}` = `hf_loop2_T{K}(_sN)`,
37
- `mono_sN` = `hf_baseline_full(_sN)`, `bind1_tt3_sN_novg` = `hf_loop2_novg(_sN)`.
38
-
39
- ## Layout
40
-
41
- ```
42
- results/<model>/zero_shot/causal/<task>/<subset>/
43
- best_temperature_report.txt # official aggregate report
44
- predictions.json # per-item predictions
45
- results/hf_loop2_full/finetune/<task>/results.txt # official GLUE protocol (entry)
46
- results/hf_baseline_full/finetune/<task>/results.txt # official GLUE protocol (control)
47
- scripts/oracle_best_of_T.py # best-of-T oracle + chance-null recovery analysis
48
- scripts/make_t_variant.py # builds the forced-T inference variants (config-only clones)
49
- patches/compute_results_per_item_is_correct.diff # additive patch to the official pipeline
50
- ```
51
-
52
- ## Per-item correctness (`is_correct`)
53
-
54
- Entity-tracking `predictions.json` records include `pred_idx` / `gold_idx` / `is_correct`,
55
- added by the **additive** patch in `patches/` (the official `id`/`pred` fields and all scoring
56
- logic are untouched; patched reruns reproduce the official aggregates exactly, 12/12 checked).
57
- This is what makes the chance-null analysis possible: for answers the single-pass model got
58
- wrong and iteration *changed*, a memoryless re-roll lands on gold ~25% of the time (5 options).
59
- Recovery at ~25% = re-rolled noise; recovery far above = real signal. Both verdicts occur in
60
- this data — ~25% in the three healthy-write seeds, 37–45% in the collapsed-write seed —
61
- which is the evidence behind the model card's "iteration as a backup pathway" note.
62
-
63
- Recompute it yourself:
64
-
65
- ```bash
66
- python scripts/oracle_best_of_T.py bind1_tt3_s0 # any of s0..s3
67
- ```
68
-
69
- (The script expects the experiment-archive layout; adapt the paths at the top, or read the
70
- predictions files directly — the schema is one JSON object per subset with a `predictions` list.)
71
-
72
- ## Scope note (honest boundary)
73
-
74
- These are the artifacts of the **2026 entry generation** (bind1). Artifacts of the
75
- training-time-depth study that motivates the 2027 generation are withheld until a companion
76
- paper clears double-blind review, and will be added here afterwards. Nothing in this dataset
77
- was selected post-hoc: every ablation family we ran on the entry generation is present,
78
- including the ones that falsified our own pre-registered predictions.
79
-
80
- ## Citation
81
-
82
- Yulin Yang (ORCID 0009-0007-4827-8449). *A Microkernel Language Model: Reasoning as
83
- Mutually-Supporting Aggregates, and Why Its Parts Must Be Judged Together.* BabyLM Challenge
84
- 2026 (Strict-Small track) submission.
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language: en
4
+ tags:
5
+ - babylm
6
+ - babylm-2026
7
+ - strict-small
8
+ - evaluation-artifacts
9
+ - reproducibility
10
+ pretty_name: bind1 (BabyLM 2026 Strict-Small) — full evaluation artifacts
11
+ ---
12
+
13
+ # bind1 — BabyLM 2026 Strict-Small entry: full evaluation artifacts
14
+
15
+ Complete, per-item evaluation outputs for the
16
+ [`SecludedCorner/bind1-babylm2026-strict-small`](https://huggingface.co/SecludedCorner/bind1-babylm2026-strict-small)
17
+ entry and its ablation families, released so that **every number we report is downloadable and
18
+ recomputable** — including the negative results.
19
+
20
+ All outputs were produced by the official `babylm-eval` pipeline (zero-shot backend `causal`;
21
+ GLUE via the official fine-tuning protocol). Reports are the pipeline's own
22
+ `best_temperature_report.txt`; predictions are per-item.
23
+
24
+ ## Model families included (35 evaluation targets)
25
+
26
+ | Directory pattern | What it is | What it shows |
27
+ |---|---|---|
28
+ | `hf_loop2_full(_sN)` | the entry architecture, trained loop depth T=3, seeds 0–3 | main results |
29
+ | `hf_loop2_T1/T2/T4(_sN)` | same weights, forced inference depth T=1/2/4 | the T-sweep: iteration helps grammar in all seeds, erodes healthy-write entity tracking, and partially rebuilds the one collapsed write |
30
+ | `hf_loop2_sever(_sN)` | same weights, verdict-to-trust edge zeroed at inference | inference-inertness of the feedback edge (4/4 seeds) |
31
+ | `hf_loop2_novg(_sN)` (+`_ti1`) | retrained from scratch with the edge frozen | training-scaffold evidence (seed-conditional: 3/4) |
32
+ | `hf_baseline_full(_sN)` | size-matched plain-decoder monolith, seeds 0–3 | the paired control for every claim |
33
+ | `hf_loop_full` | the earlier bypassed variant (v=1.0, loop inert) | the audit-caught failure kept as a diagnostic |
34
+
35
+ Internal (logical) experiment ids map to these physical names as
36
+ `bind1_tt3_sN` = `hf_loop2_full(_sN)`, `bind1_tt3_sN_ti{K}` = `hf_loop2_T{K}(_sN)`,
37
+ `mono_sN` = `hf_baseline_full(_sN)`, `bind1_tt3_sN_novg` = `hf_loop2_novg(_sN)`.
38
+
39
+ ## Layout
40
+
41
+ ```
42
+ results/<model>/zero_shot/causal/<task>/<subset>/
43
+ best_temperature_report.txt # official aggregate report
44
+ predictions.json # per-item predictions
45
+ results/hf_loop2_full/finetune/<task>/results.txt # official GLUE protocol (entry)
46
+ results/hf_baseline_full/finetune/<task>/results.txt # official GLUE protocol (control)
47
+ scripts/oracle_best_of_T.py # best-of-T oracle + chance-null recovery analysis
48
+ scripts/make_t_variant.py # builds the forced-T inference variants (config-only clones)
49
+ patches/compute_results_per_item_is_correct.diff # additive patch to the official pipeline
50
+ ```
51
+
52
+ ## Per-item correctness (`is_correct`)
53
+
54
+ Entity-tracking `predictions.json` records include `pred_idx` / `gold_idx` / `is_correct`,
55
+ added by the **additive** patch in `patches/` (the official `id`/`pred` fields and all scoring
56
+ logic are untouched; patched reruns reproduce the official aggregates exactly, 12/12 checked).
57
+ This is what makes the chance-null analysis possible: for answers the single-pass model got
58
+ wrong and iteration *changed*, a memoryless re-roll lands on gold ~25% of the time (5 options).
59
+ Recovery at ~25% = re-rolled noise; recovery far above = real signal. Both verdicts occur in
60
+ this data — ~25% in the three healthy-write seeds, 37–45% in the collapsed-write seed —
61
+ which is the evidence behind the model card's "iteration as a backup pathway" note.
62
+
63
+ Recompute it yourself:
64
+
65
+ ```bash
66
+ python scripts/oracle_best_of_T.py bind1_tt3_s0 # any of s0..s3
67
+ ```
68
+
69
+ (The script expects the experiment-archive layout; adapt the paths at the top, or read the
70
+ predictions files directly — the schema is one JSON object per subset with a `predictions` list.)
71
+
72
+ ## Scope note
73
+
74
+ This dataset now covers **both** the entry generation's ablation families and the
75
+ **training-time-depth study** (`hf_bind1_tt1_s0..s9`: ten seeds trained single-pass — the
76
+ capability never forms; see the ablations model repo for the loadable checkpoints). Nothing in this dataset
77
+ was selected post-hoc: every ablation family we ran on the entry generation is present,
78
+ including the ones that falsified our own pre-registered predictions.
79
+
80
+ ## Citation
81
+
82
+ Yulin Yang (ORCID 0009-0007-4827-8449). *A Microkernel Language Model: Reasoning as
83
+ Mutually-Supporting Aggregates, and Why Its Parts Must Be Judged Together.* BabyLM Challenge
84
+ 2026 (Strict-Small track) submission.