suchirsalhan commited on
Commit
34d92aa
·
verified ·
1 Parent(s): d05bb8c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +116 -68
README.md CHANGED
@@ -5,7 +5,7 @@ tags: [model-merging, alignment, polypythia, goldfish, multilingual]
5
 
6
  # Compose-audit: putting the alignment map and the merging payoff on the SAME real models
7
 
8
- _Generated 2026-08-26 20:50 UTC · training-free · code: `/root/compose-audit` · operators/aligners/metrics imported unmodified from `mergeschool.core` (`/root/mergeability`, treated as read-only)._
9
 
10
  ## Read this first: what substrate, and what metric
11
 
@@ -28,8 +28,8 @@ _Generated 2026-08-26 20:50 UTC · training-free · code: `/root/compose-audit`
28
 
29
  ## Headline findings
30
 
31
- 1. **Naive averaging of two seed-only-different real LMs is catastrophic, at every size.** Δfloor 14m: +32.4 · 31m: +20.4 · 70m: +20.2 · 160m: +8.8 · 410m: +6.3 nats/token against parent floors of 3–4.4 nats/token, i.e. above the uniform-over-vocabulary reference of 10.8 for all but the largest. n = 36 / 36 / 36 / 23 / 2 pairs.
32
- 2. **Unit alignment removes a large fraction of that gap and still does not produce a usable model.** Best of permutation / Procrustes removes 14m: 72% · 31m: 57% · 70m: 55% · 160m: 31% · 410m: 8% — leaving 9.0 · 8.1 · 8.7 · 5.9 · 5.8 nats/token above the better parent.
33
  3. **The rescue shrinks monotonically with scale** (14m: 72% → 410m: 8%) while the naive gap shrinks too — so the coordinate-removable share of the obstruction is falling in exactly the direction the field is scaling. (Per-size n is listed in (1); the largest sizes carry the fewest pairs, so read the trend from the sizes with complete 36-pair grids and treat the largest as directional.)
34
  4. **The likelihood rescue does not transfer to accuracy.** On pythia-14m (n=36), parents average 0.652 on BLiMP; the naive merge 0.518 and the aligned merge 0.544, against chance 0.500. A ~70% Δfloor rescue buys ~0.026 accuracy. Pairwise, the two rescues are uncorrelated.
35
  5. **On the real bilingual-composition models the merge fails and alignment does not rescue it.** Goldfish eng×{nld,spa,ell,pol}: naive Δfloor on English text +0.91 nats/byte against a 0.81 floor; the best M1 rung +0.90. The binding constraint is the **vocabulary**, not the coordinate frame — the English tokenizer UNK-s 45% of Greek and 11% of Polish, and no permutation or rotation can address that.
@@ -82,17 +82,17 @@ Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **20.30**, permut
82
  Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **20.17**, permutation-aligned **10.98** nats/token.
83
 
84
 
85
- ### pythia-160m — 23 seed pairs · mean parent floor **3.255** nats/token · uniform-over-vocabulary reference **10.826** nats/token
86
 
87
  | rung | n | mean nats/tok | mean Δfloor | median Δfloor | best Δfloor | beats naive | % of naive Δfloor removed |
88
  |---|---|---|---|---|---|---|---|
89
- | M0_naive_avg | 23 | 12.03 | 8.77 | 8.32 | 6.88 | 0/23 | 0.0% |
90
- | M1_perm_avg | 23 | 9.84 | 6.59 | 6.34 | 5.50 | 21/23 | 23.7% |
91
- | M1_orth_avg | 23 | 9.41 | 6.16 | 6.11 | 5.15 | 23/23 | 29.2% |
92
- | M2_task_arith | 23 | 30.47 | 27.22 | 27.31 | 17.88 | 0/23 | -209.7% |
93
- | M3_ties | 23 | 60.06 | 56.81 | 57.09 | 49.69 | 0/23 | -555.4% |
94
 
95
- Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **8.76**, permutation-aligned **6.58** nats/token.
96
 
97
 
98
  ### pythia-410m — 2 seed pairs · mean parent floor **2.970** nats/token · uniform-over-vocabulary reference **10.826** nats/token
@@ -135,7 +135,7 @@ Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **6.31**, permuta
135
  | pythia-14m | 36 | 4.38 | 32.43 | 69.9% | 50.5% | 72.0% | 0.588 | 0.374 | 0.0652 |
136
  | pythia-31m | 36 | 3.94 | 20.35 | 47.7% | 46.4% | 57.4% | 0.632 | 0.380 | 0.0645 |
137
  | pythia-70m | 36 | 3.63 | 20.16 | 43.9% | 50.4% | 55.1% | 0.671 | 0.428 | 0.0793 |
138
- | pythia-160m | 23 | 3.26 | 8.77 | 23.7% | 29.2% | 31.3% | 0.766 | 0.786 | 0.0925 |
139
  | pythia-410m | 2 | 2.97 | 6.35 | 7.9% | 5.8% | 7.9% | 0.381 | 0.342 | 0.0484 |
140
 
141
  The coordinator flagged this from the first two pairs and asked whether it survives the full grid.
@@ -253,7 +253,7 @@ PolyPythia parents are English LMs, so BLiMP applies directly to SET 1's merges.
253
  | substrate | n pairs | mean parent acc | better-parent ceiling | M0 naive | M1 permutation | M1 Procrustes | best rung, % of the parents' above-chance margin retained |
254
  |---|---|---|---|---|---|---|---|
255
  | pythia-14m | 36 | 0.652 | 0.664 | 0.518 | 0.533 | 0.530 | 28.5% |
256
- | pythia-70m | 27 | 0.716 | 0.722 | 0.518 | 0.538 | 0.543 | 24.2% |
257
 
258
  **This is the result the audit asked for, and it is negative.** On pythia-14m the permutation
259
  alignment removes ~70% of the naive merge's Δfloor in nats/token — and the merged model still scores
@@ -267,7 +267,7 @@ Pair by pair, does the size of the likelihood rescue predict the size of the acc
267
  | substrate | n | Spearman(Δfloor rescue, BLiMP rescue) | mean Δfloor rescue (nats/tok) | mean BLiMP rescue (acc) |
268
  |---|---|---|---|---|
269
  | pythia-14m | 36 | 0.139 | 23.44 | 0.0257 |
270
- | pythia-70m | 27 | 0.206 | 10.94 | 0.0322 |
271
 
272
  ## Did we try hard enough? · REPAIR on top of the alignment
273
 
@@ -275,14 +275,17 @@ The obvious objection to a negative merging result is that averaging is a weak m
275
 
276
  | substrate | n pairs | rung | mean Δfloor (nats/tok) | median Δfloor | BLiMP accuracy | % of the parents' above-chance margin retained |
277
  |---|---|---|---|---|---|---|
278
- | pythia-14m | 27 | M0_naive_avg | 32.25 | 30.70 | 0.512 | 7.2% |
279
- | pythia-14m | 27 | M1_perm_avg | 9.53 | 9.06 | 0.534 | 20.6% |
280
- | pythia-14m | 27 | M4_perm_repair | 7.72 | 7.10 | 0.532 | 19.0% |
281
- | pythia-14m | 27 | M5_naive_repair | 32.11 | 30.98 | 0.509 | 5.4% |
282
- | pythia-14m | 27 | **parents** | 0.00 | 0.00 | 0.666 | 100.0% |
283
-
284
- REPAIR does help the likelihood — it takes a further bite out of the aligned merge's Δfloor, and it
285
- is the best training-free merge in this report. It does **not** change the conclusion. The repaired
 
 
 
286
  aligned merge is still many nats/token above the better parent, still above the
287
  uniform-over-vocabulary reference at the small sizes, and still close to chance on BLiMP. Applied to
288
  the *naive* merge it barely moves anything, which is the expected pattern: variance repair is only
@@ -359,6 +362,8 @@ A merge that fails is only interpretable against what a bilingual model of the s
359
  |---|---|---|---|---|---|
360
  | eng–nld_Latn | 0.871 | 0.848 | 1.473 | 1.697 | 1.835 |
361
  | eng–spa_Latn | 0.872 | 0.848 | 1.609 | 1.685 | 1.834 |
 
 
362
 
363
  **nats/byte, partner** (lower is better)
364
 
@@ -366,6 +371,8 @@ A merge that fails is only interpretable against what a bilingual model of the s
366
  |---|---|---|---|---|---|
367
  | eng–nld_Latn | 0.898 | 2.336 | 0.823 | 3.281 | 3.302 |
368
  | eng–spa_Latn | 0.889 | 1.940 | 0.777 | 3.126 | 2.969 |
 
 
369
 
370
  **MultiBLiMP-English** (higher is better, chance 0.500)
371
 
@@ -373,6 +380,8 @@ A merge that fails is only interpretable against what a bilingual model of the s
373
  |---|---|---|---|---|---|
374
  | eng–nld_Latn | 0.966 | 0.962 | 0.694 | 0.673 | 0.601 |
375
  | eng–spa_Latn | 0.968 | 0.962 | 0.656 | 0.677 | 0.727 |
 
 
376
 
377
  **MultiBLiMP-partner** (higher is better, chance 0.500)
378
 
@@ -380,6 +389,8 @@ A merge that fails is only interpretable against what a bilingual model of the s
380
  |---|---|---|---|---|---|
381
  | eng–nld_Latn | 0.952 | 0.598 | 0.970 | 0.655 | 0.646 |
382
  | eng–spa_Latn | 0.879 | 0.502 | 0.926 | 0.500 | 0.532 |
 
 
383
 
384
  This is the cleanest single statement the audit can make about SET 4. A jointly trained bilingual
385
  model of the same parameter budget is **good at both languages at once** — near the monolingual
@@ -396,8 +407,25 @@ Identical rungs, but the merged model lives in the **partner** language's tokeni
396
  | anchor | floor (anchor lang) | floor (English) | M0_naive_avg | M1a_vocab_avg | M1b_vocab_perm_avg | M1c_vocab_orth_avg | M1e_vocab_orth_forced | M1g_emb_procrustes |
397
  |---|---|---|---|---|---|---|---|---|
398
  | nld_Latn | 0.792 | 0.811 | 1.342 | 1.335 | 1.337 | 1.337 | 1.384 | 1.425 |
 
 
 
399
 
400
- Δfloor, mean over the two languages, nats/UTF-8 byte. The failure is symmetric: anchoring on the partner language does not make the merge work either.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
401
 
402
 
403
  ## P0-2 · Do the pre-merge predictors predict the realised rescue?
@@ -427,13 +455,13 @@ Showing, per substrate and per outcome, the **six predictors with the largest |A
427
  | pythia-70m | rescue_frac | coord_share_perm | 36 | 0.356 | 0.698 | 0.500 | 0.065 | 0.268 |
428
  | pythia-70m | rescue_frac | qmd_perm | 36 | -0.357 | 0.688 | 0.500 | 0.084 | 0.268 |
429
  | pythia-70m | rescue_frac | MULTIVARIATE_ridge_all | 36 | 0.387 | 0.688 | 0.499 | 0.080 | 0.268 |
430
- | pythia-160m | rescue_frac | qmd_orth | 23 | -0.592 | 0.803 | — | — | — |
431
- | pythia-160m | rescue_frac | coord_share_orth | 23 | 0.445 | 0.795 | — | — | — |
432
- | pythia-160m | rescue_frac | qmd_perm | 23 | -0.610 | 0.773 | — | — | — |
433
- | pythia-160m | rescue_frac | coord_share_perm | 23 | 0.485 | 0.773 | — | — | — |
434
- | pythia-160m | rescue_frac | bnd_orth | 23 | -0.302 | 0.750 | — | — | — |
435
- | pythia-160m | rescue_frac | coord_share_bnd_orth | 23 | 0.265 | 0.750 | — | — | — |
436
- | pythia-160m | rescue_frac | MULTIVARIATE_ridge_all | 23 | 0.342 | 0.598 | — | — | — |
437
  | pythia-14m | dfloor_M1best | bnd_orth | 36 | -0.000 | 0.204 | 0.502 | 1.000 | 1.000 |
438
  | pythia-14m | dfloor_M1best | bnd_perm | 36 | -0.002 | 0.222 | 0.502 | 0.997 | 1.000 |
439
  | pythia-14m | dfloor_M1best | coord_share_orth | 36 | -0.457 | 0.738 | 0.495 | 0.015 | 0.251 |
@@ -455,13 +483,13 @@ Showing, per substrate and per outcome, the **six predictors with the largest |A
455
  | pythia-70m | dfloor_M1best | qmd_act_perm | 36 | -0.433 | 0.667 | 0.501 | 0.103 | 0.268 |
456
  | pythia-70m | dfloor_M1best | qmd_act_procrustes | 36 | -0.433 | 0.667 | 0.501 | 0.103 | 0.268 |
457
  | pythia-70m | dfloor_M1best | MULTIVARIATE_ridge_all | 36 | 0.386 | 0.599 | 0.500 | 0.207 | 0.347 |
458
- | pythia-160m | dfloor_M1best | bnd_perm | 23 | -0.591 | 0.818 | — | — | — |
459
- | pythia-160m | dfloor_M1best | coord_share_bnd_perm | 23 | 0.445 | 0.773 | — | — | — |
460
- | pythia-160m | dfloor_M1best | bnd_orth | 23 | -0.587 | 0.765 | — | — | — |
461
- | pythia-160m | dfloor_M1best | coord_share_bnd_orth | 23 | 0.489 | 0.742 | — | — | — |
462
- | pythia-160m | dfloor_M1best | cka_last | 23 | 0.386 | 0.712 | — | — | — |
463
- | pythia-160m | dfloor_M1best | cka_mean | 23 | -0.324 | 0.697 | — | — | — |
464
- | pythia-160m | dfloor_M1best | MULTIVARIATE_ridge_all | 23 | 0.585 | 0.735 | — | — | — |
465
 
466
  ### Does a predictor fitted on one substrate transfer to another?
467
 
@@ -469,26 +497,26 @@ Leave-one-**size**-out. Predictors are standardised *within* size first, so a pr
469
 
470
  | predictor | outcome | held-out substrate | n | AUROC | null mean | perm p | BH q |
471
  |---|---|---|---|---|---|---|---|
472
- | MULTIVARIATE_ridge_all | rescue_frac | pythia-14m | 36 | 0.349 | 0.500 | 0.932 | 0.977 |
473
- | MULTIVARIATE_ridge_all | rescue_frac | pythia-160m | 23 | 0.720 | 0.500 | 0.037 | 0.209 |
474
- | MULTIVARIATE_ridge_all | rescue_frac | pythia-31m | 36 | 0.701 | 0.496 | 0.019 | 0.152 |
475
- | MULTIVARIATE_ridge_all | rescue_frac | pythia-70m | 36 | 0.556 | 0.500 | 0.291 | 0.612 |
476
- | coord_share_bnd_perm | rescue_frac | pythia-14m | 36 | 0.515 | 0.507 | 0.480 | 0.799 |
477
- | coord_share_bnd_perm | rescue_frac | pythia-160m | 23 | 0.606 | 0.499 | 0.198 | 0.497 |
478
- | coord_share_bnd_perm | rescue_frac | pythia-31m | 36 | 0.710 | 0.500 | 0.011 | 0.152 |
479
- | coord_share_bnd_perm | rescue_frac | pythia-70m | 36 | 0.806 | 0.495 | 0.001 | 0.040 |
480
- | qmd_act_perm | rescue_frac | pythia-14m | 36 | 0.657 | 0.494 | 0.045 | 0.209 |
481
- | qmd_act_perm | rescue_frac | pythia-160m | 23 | 0.500 | 0.497 | 0.507 | 0.812 |
482
- | qmd_act_perm | rescue_frac | pythia-31m | 36 | 0.525 | 0.498 | 0.399 | 0.725 |
483
- | qmd_act_perm | rescue_frac | pythia-70m | 36 | 0.676 | 0.504 | 0.031 | 0.206 |
484
- | cka_mean | rescue_frac | pythia-14m | 36 | 0.599 | 0.498 | 0.155 | 0.442 |
485
- | cka_mean | rescue_frac | pythia-160m | 23 | 0.455 | 0.498 | 0.649 | 0.928 |
486
- | cka_mean | rescue_frac | pythia-31m | 36 | 0.540 | 0.500 | 0.338 | 0.675 |
487
- | cka_mean | rescue_frac | pythia-70m | 36 | 0.346 | 0.502 | 0.937 | 0.977 |
488
- | weight_cosine | rescue_frac | pythia-14m | 36 | 0.580 | 0.505 | 0.232 | 0.545 |
489
- | weight_cosine | rescue_frac | pythia-160m | 23 | 0.636 | 0.498 | 0.141 | 0.433 |
490
- | weight_cosine | rescue_frac | pythia-31m | 36 | 0.704 | 0.497 | 0.014 | 0.152 |
491
- | weight_cosine | rescue_frac | pythia-70m | 36 | 0.494 | 0.504 | 0.528 | 0.813 |
492
 
493
  **SET 4, held out by language pair.** n = 4 language pairs. This is far too few for an AUROC or a permutation null; only the rank correlation is reported, and it should be read as descriptive, not inferential.
494
 
@@ -543,7 +571,7 @@ SET 1's main grid uses `pythia-<size>-seed{n}`, which reseeds **both** the initi
543
  |---|---|---|---|---|---|---|---|
544
  | 160m-data | 3 | 3.27 | 3.13 | 3.00 | 3.00 | 3.9% | 0.0139 |
545
  | 160m-weight | 3 | 3.25 | 3.10 | 2.79 | 2.79 | 10.0% | 0.0123 |
546
- | 160m (init+data, main grid) | 23 | 3.26 | 8.77 | 6.59 | 6.16 | 31.3% | 0.0925 |
547
 
548
  Reading: models that differ **only in data order** start far closer together — the naive merge's
549
  Δfloor is a small fraction of the reseeded-init case — and alignment does **nothing** for them,
@@ -561,16 +589,16 @@ init-plus-data-order number, not an init-only one.
561
  | SET 1 Δfloor · pythia-14m | 36/36 seed pairs | complete | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
562
  | SET 1 Δfloor · pythia-31m | 36/36 seed pairs | complete | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
563
  | SET 1 Δfloor · pythia-70m | 36/36 seed pairs | complete | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
564
- | SET 1 Δfloor · pythia-160m | 23/36 seed pairs | partial | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
565
  | SET 1 Δfloor · pythia-410m | 2/15 seed pairs | partial | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
566
  | SET 1 control · pythia-160m-data | 3/3 pairs | complete | init-seed-only vs data-order-only, same rungs |
567
  | SET 1 control · pythia-160m-weight | 3/3 pairs | complete | init-seed-only vs data-order-only, same rungs |
568
- | SET 1 accuracy · BLiMP | pythia-14m: 36/36, pythia-70m: 27/36 | RAN | 67 paradigms from `nyu-mll/blimp`, minimal-pair sentence-logprob scoring, on the SAME merges |
569
- | SET 1 · REPAIR rung | pythia-14m: 27/36 | RAN | M4 = permutation-aligned average + pre-activation statistics repair; M5 = naive + repair; Δfloor and BLiMP on the same merges |
570
  | SET 4 Δfloor · English-anchored | 4/4 language pairs (nld_Latn, spa_Latn, ell_Grek, pol_Latn) | complete | M0 naive · M1a vocab-transport · M1b/c vocab+unit-aligned · M1d/e forced-residual · M1f units-only · M1g/h embedding-row Procrustes |
571
- | SET 4 Δfloor · partner-anchored (reverse) | 1/4 language pairs | partial | same rungs, roles swapped |
572
  | SET 4 accuracy · MultiBLiMP 1.0 | 4/4 language pairs | RAN | `jumelet/multiblimp`, English + partner, on the SAME merges; UNK rate reported per cell |
573
- | SET 4 · jointly-trained bilingual ceiling | 2/4 language pairs | RAN | `catherinearnett/B-GPT_en_X_simultaneous` vs the Goldfish parents and merges, all scored at a matched 128-token context |
574
  | SET 4 · task-arithmetic / TIES | 0 | **NOT APPLICABLE** | Both operators need a shared ancestor. Two independently trained monolingual Goldfish models have none, and with one parent as a pseudo-base the operators reduce to returning the other parent. Excluded on definition, not on time. |
575
  | SET 1 · pythia-410m full grid | 2/36 possible pairs | partial | 6 seeds only (15 possible pairs) and a reduced eval budget; the per-pair alignment cost is ~9 min at this width. Treat 410m as directional. |
576
  | Goldfish other tiers / other languages | 0 | NOT RUN | Only the 1000mb tier and the four audit languages. |
@@ -578,19 +606,39 @@ init-plus-data-order number, not an init-only one.
578
 
579
  ## Threats to validity, stated plainly
580
 
581
- - **Likelihood ≠ accuracy.** Repeated because it is the single most load-bearing caveat here.
 
 
 
 
 
 
 
582
  - **SET 1's held-out corpus is FLORES-200 English devtest**, not a Pile validation split. It is
583
  genuinely held out from PolyPythia training, but it is out-of-domain, so the absolute nats/token
584
  floors are higher than a Pile-val number would be. Δfloor is a *difference* against parents
585
  measured on the same corpus, so the comparison between rungs is unaffected.
 
 
 
586
  - **SET 4's nats/byte is comparable across tokenizers but not free of tokenizer effects**: block
587
  boundaries fall at different places for different tokenizers, and each block's first token is
588
- unscored. With ~30k tokens per evaluation this is a sub-1% effect.
 
 
589
  - **The alignment search is over the permutation group (residual basis, MLP hidden axis, attention
590
- heads) and its orthogonal relaxation.** It is not the full symmetry group, and the residual factor
591
- is fitted from a finite activation sample. A better aligner could raise the M1 rungs; nothing here
592
- bounds how far.
593
- - **SET 4's n = 4 language pairs.** Any predictor claim on that substrate is descriptive.
 
 
 
 
 
 
 
 
594
 
595
 
596
  ## Files
 
5
 
6
  # Compose-audit: putting the alignment map and the merging payoff on the SAME real models
7
 
8
+ _Generated 2026-08-26 20:54 UTC · training-free · code: `/root/compose-audit` · operators/aligners/metrics imported unmodified from `mergeschool.core` (`/root/mergeability`, treated as read-only)._
9
 
10
  ## Read this first: what substrate, and what metric
11
 
 
28
 
29
  ## Headline findings
30
 
31
+ 1. **Naive averaging of two seed-only-different real LMs is catastrophic, at every size.** Δfloor 14m: +32.4 · 31m: +20.4 · 70m: +20.2 · 160m: +8.8 · 410m: +6.3 nats/token against parent floors of 3–4.4 nats/token, i.e. above the uniform-over-vocabulary reference of 10.8 for all but the largest. n = 36 / 36 / 36 / 25 / 2 pairs.
32
+ 2. **Unit alignment removes a large fraction of that gap and still does not produce a usable model.** Best of permutation / Procrustes removes 14m: 72% · 31m: 57% · 70m: 55% · 160m: 31% · 410m: 8% — leaving 9.0 · 8.1 · 8.7 · 6.0 · 5.8 nats/token above the better parent.
33
  3. **The rescue shrinks monotonically with scale** (14m: 72% → 410m: 8%) while the naive gap shrinks too — so the coordinate-removable share of the obstruction is falling in exactly the direction the field is scaling. (Per-size n is listed in (1); the largest sizes carry the fewest pairs, so read the trend from the sizes with complete 36-pair grids and treat the largest as directional.)
34
  4. **The likelihood rescue does not transfer to accuracy.** On pythia-14m (n=36), parents average 0.652 on BLiMP; the naive merge 0.518 and the aligned merge 0.544, against chance 0.500. A ~70% Δfloor rescue buys ~0.026 accuracy. Pairwise, the two rescues are uncorrelated.
35
  5. **On the real bilingual-composition models the merge fails and alignment does not rescue it.** Goldfish eng×{nld,spa,ell,pol}: naive Δfloor on English text +0.91 nats/byte against a 0.81 floor; the best M1 rung +0.90. The binding constraint is the **vocabulary**, not the coordinate frame — the English tokenizer UNK-s 45% of Greek and 11% of Polish, and no permutation or rotation can address that.
 
82
  Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **20.17**, permutation-aligned **10.98** nats/token.
83
 
84
 
85
+ ### pythia-160m — 25 seed pairs · mean parent floor **3.254** nats/token · uniform-over-vocabulary reference **10.826** nats/token
86
 
87
  | rung | n | mean nats/tok | mean Δfloor | median Δfloor | best Δfloor | beats naive | % of naive Δfloor removed |
88
  |---|---|---|---|---|---|---|---|
89
+ | M0_naive_avg | 25 | 12.01 | 8.76 | 8.33 | 6.88 | 0/25 | 0.0% |
90
+ | M1_perm_avg | 25 | 9.98 | 6.72 | 6.37 | 5.50 | 22/25 | 22.1% |
91
+ | M1_orth_avg | 25 | 9.40 | 6.15 | 6.11 | 5.13 | 25/25 | 29.3% |
92
+ | M2_task_arith | 25 | 30.22 | 26.96 | 27.14 | 17.88 | 0/25 | -207.2% |
93
+ | M3_ties | 25 | 60.16 | 56.91 | 57.09 | 49.30 | 0/25 | -556.6% |
94
 
95
+ Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **8.75**, permutation-aligned **6.72** nats/token.
96
 
97
 
98
  ### pythia-410m — 2 seed pairs · mean parent floor **2.970** nats/token · uniform-over-vocabulary reference **10.826** nats/token
 
135
  | pythia-14m | 36 | 4.38 | 32.43 | 69.9% | 50.5% | 72.0% | 0.588 | 0.374 | 0.0652 |
136
  | pythia-31m | 36 | 3.94 | 20.35 | 47.7% | 46.4% | 57.4% | 0.632 | 0.380 | 0.0645 |
137
  | pythia-70m | 36 | 3.63 | 20.16 | 43.9% | 50.4% | 55.1% | 0.671 | 0.428 | 0.0793 |
138
+ | pythia-160m | 25 | 3.25 | 8.76 | 22.1% | 29.3% | 31.3% | 0.769 | 0.791 | 0.0900 |
139
  | pythia-410m | 2 | 2.97 | 6.35 | 7.9% | 5.8% | 7.9% | 0.381 | 0.342 | 0.0484 |
140
 
141
  The coordinator flagged this from the first two pairs and asked whether it survives the full grid.
 
253
  | substrate | n pairs | mean parent acc | better-parent ceiling | M0 naive | M1 permutation | M1 Procrustes | best rung, % of the parents' above-chance margin retained |
254
  |---|---|---|---|---|---|---|---|
255
  | pythia-14m | 36 | 0.652 | 0.664 | 0.518 | 0.533 | 0.530 | 28.5% |
256
+ | pythia-70m | 32 | 0.717 | 0.722 | 0.515 | 0.539 | 0.541 | 24.0% |
257
 
258
  **This is the result the audit asked for, and it is negative.** On pythia-14m the permutation
259
  alignment removes ~70% of the naive merge's Δfloor in nats/token — and the merged model still scores
 
267
  | substrate | n | Spearman(Δfloor rescue, BLiMP rescue) | mean Δfloor rescue (nats/tok) | mean BLiMP rescue (acc) |
268
  |---|---|---|---|---|
269
  | pythia-14m | 36 | 0.139 | 23.44 | 0.0257 |
270
+ | pythia-70m | 32 | 0.187 | 11.28 | 0.0352 |
271
 
272
  ## Did we try hard enough? · REPAIR on top of the alignment
273
 
 
275
 
276
  | substrate | n pairs | rung | mean Δfloor (nats/tok) | median Δfloor | BLiMP accuracy | % of the parents' above-chance margin retained |
277
  |---|---|---|---|---|---|---|
278
+ | pythia-14m | 36 | M0_naive_avg | 32.43 | 30.89 | 0.518 | 11.0% |
279
+ | pythia-14m | 36 | M1_perm_avg | 9.61 | 9.01 | 0.533 | 19.9% |
280
+ | pythia-14m | 36 | M4_perm_repair | 7.88 | 7.41 | 0.527 | 16.7% |
281
+ | pythia-14m | 36 | M5_naive_repair | 32.50 | 31.10 | 0.512 | 7.2% |
282
+ | pythia-14m | 36 | **parents** | 0.00 | 0.00 | 0.664 | 100.0% |
283
+
284
+ REPAIR does help the likelihood — it is the best training-free merge in this report, taking a further
285
+ bite out of the aligned merge's Δfloor (on pythia-14m, 9.61 7.88 nats/token, a further 18%). **And
286
+ BLiMP does not follow it at all**: 0.533 → 0.527, i.e. flat, and slightly *down*. That is the
287
+ dissociation again, now inside a single rung comparison where the only thing that changed is a
288
+ likelihood-improving correction. It does **not** change the conclusion. The repaired
289
  aligned merge is still many nats/token above the better parent, still above the
290
  uniform-over-vocabulary reference at the small sizes, and still close to chance on BLiMP. Applied to
291
  the *naive* merge it barely moves anything, which is the expected pattern: variance repair is only
 
362
  |---|---|---|---|---|---|
363
  | eng–nld_Latn | 0.871 | 0.848 | 1.473 | 1.697 | 1.835 |
364
  | eng–spa_Latn | 0.872 | 0.848 | 1.609 | 1.685 | 1.834 |
365
+ | eng–ell_Grek | 0.875 | 0.848 | 1.521 | 1.748 | 1.838 |
366
+ | eng–pol_Latn | 0.881 | 0.848 | 1.610 | 1.647 | 1.767 |
367
 
368
  **nats/byte, partner** (lower is better)
369
 
 
371
  |---|---|---|---|---|---|
372
  | eng–nld_Latn | 0.898 | 2.336 | 0.823 | 3.281 | 3.302 |
373
  | eng–spa_Latn | 0.889 | 1.940 | 0.777 | 3.126 | 2.969 |
374
+ | eng–ell_Grek | 0.582 | 0.209 | 0.446 | 1.114 | 1.170 |
375
+ | eng–pol_Latn | 1.070 | 2.430 | 0.830 | 3.460 | 3.213 |
376
 
377
  **MultiBLiMP-English** (higher is better, chance 0.500)
378
 
 
380
  |---|---|---|---|---|---|
381
  | eng–nld_Latn | 0.966 | 0.962 | 0.694 | 0.673 | 0.601 |
382
  | eng–spa_Latn | 0.968 | 0.962 | 0.656 | 0.677 | 0.727 |
383
+ | eng–ell_Grek | 0.968 | 0.962 | 0.631 | 0.688 | 0.599 |
384
+ | eng–pol_Latn | 0.973 | 0.962 | 0.610 | 0.682 | 0.656 |
385
 
386
  **MultiBLiMP-partner** (higher is better, chance 0.500)
387
 
 
389
  |---|---|---|---|---|---|
390
  | eng–nld_Latn | 0.952 | 0.598 | 0.970 | 0.655 | 0.646 |
391
  | eng–spa_Latn | 0.879 | 0.502 | 0.926 | 0.500 | 0.532 |
392
+ | eng–ell_Grek | 0.927 | 0.029 | 0.987 | 0.029 | 0.029 |
393
+ | eng–pol_Latn | 0.892 | 0.494 | 0.963 | 0.454 | 0.462 |
394
 
395
  This is the cleanest single statement the audit can make about SET 4. A jointly trained bilingual
396
  model of the same parameter budget is **good at both languages at once** — near the monolingual
 
407
  | anchor | floor (anchor lang) | floor (English) | M0_naive_avg | M1a_vocab_avg | M1b_vocab_perm_avg | M1c_vocab_orth_avg | M1e_vocab_orth_forced | M1g_emb_procrustes |
408
  |---|---|---|---|---|---|---|---|---|
409
  | nld_Latn | 0.792 | 0.811 | 1.342 | 1.335 | 1.337 | 1.337 | 1.384 | 1.425 |
410
+ | spa_Latn | 0.746 | 0.811 | 1.527 | 1.619 | 1.619 | 1.619 | 1.611 | 1.476 |
411
+ | ell_Grek | 0.428 | 0.811 | 1.494 | 1.568 | 1.569 | 1.569 | 1.555 | 1.322 |
412
+ | pol_Latn | 0.799 | 0.811 | 1.591 | 1.622 | 1.622 | 1.622 | 1.580 | 1.678 |
413
 
414
+ Δfloor, mean over the two languages, nats/UTF-8 byte.
415
+
416
+
417
+ **The failure is symmetric, and that matters more than it looks.** The tokenizer wall is *not*
418
+ symmetric: the English Goldfish tokenizer UNK-s 45% of Greek and 11% of Polish, while every partner
419
+ tokenizer handles English at under 0.1% UNK (`results/set4_tokenizer_diag.json`). So the reverse
420
+ direction is the clean test — anchor on the partner language and the vocabulary can represent both
421
+ sides. The merge still fails, by the same margin, and the M1 rungs still do nothing. Two conclusions
422
+ follow that the English-anchored direction alone could not support:
423
+
424
+ 1. The vocabulary mismatch is a real and sufficient obstruction in the English-anchored direction,
425
+ but it is **not the only** one — removing it does not make the merge work.
426
+ 2. What is left is the plain fact that the two parents were **independently initialised and
427
+ independently trained**. That is the same obstruction SET 1 isolates, and SET 1 already shows that
428
+ alignment only ever removes part of it and that the removable part shrinks with scale.
429
 
430
 
431
  ## P0-2 · Do the pre-merge predictors predict the realised rescue?
 
455
  | pythia-70m | rescue_frac | coord_share_perm | 36 | 0.356 | 0.698 | 0.500 | 0.065 | 0.268 |
456
  | pythia-70m | rescue_frac | qmd_perm | 36 | -0.357 | 0.688 | 0.500 | 0.084 | 0.268 |
457
  | pythia-70m | rescue_frac | MULTIVARIATE_ridge_all | 36 | 0.387 | 0.688 | 0.499 | 0.080 | 0.268 |
458
+ | pythia-160m | rescue_frac | qmd_orth | 25 | -0.597 | 0.801 | — | — | — |
459
+ | pythia-160m | rescue_frac | coord_share_orth | 25 | 0.395 | 0.763 | — | — | — |
460
+ | pythia-160m | rescue_frac | qmd_perm | 25 | -0.552 | 0.737 | — | — | — |
461
+ | pythia-160m | rescue_frac | coord_share_perm | 25 | 0.379 | 0.718 | — | — | — |
462
+ | pythia-160m | rescue_frac | bnd_orth | 25 | -0.242 | 0.705 | — | — | — |
463
+ | pythia-160m | rescue_frac | task_vector_cosine | 25 | 0.052 | 0.301 | — | — | — |
464
+ | pythia-160m | rescue_frac | MULTIVARIATE_ridge_all | 25 | 0.348 | 0.590 | — | — | — |
465
  | pythia-14m | dfloor_M1best | bnd_orth | 36 | -0.000 | 0.204 | 0.502 | 1.000 | 1.000 |
466
  | pythia-14m | dfloor_M1best | bnd_perm | 36 | -0.002 | 0.222 | 0.502 | 0.997 | 1.000 |
467
  | pythia-14m | dfloor_M1best | coord_share_orth | 36 | -0.457 | 0.738 | 0.495 | 0.015 | 0.251 |
 
483
  | pythia-70m | dfloor_M1best | qmd_act_perm | 36 | -0.433 | 0.667 | 0.501 | 0.103 | 0.268 |
484
  | pythia-70m | dfloor_M1best | qmd_act_procrustes | 36 | -0.433 | 0.667 | 0.501 | 0.103 | 0.268 |
485
  | pythia-70m | dfloor_M1best | MULTIVARIATE_ridge_all | 36 | 0.386 | 0.599 | 0.500 | 0.207 | 0.347 |
486
+ | pythia-160m | dfloor_M1best | bnd_perm | 25 | -0.449 | 0.763 | — | — | — |
487
+ | pythia-160m | dfloor_M1best | cka_mean | 25 | -0.402 | 0.731 | — | — | — |
488
+ | pythia-160m | dfloor_M1best | bnd_orth | 25 | -0.438 | 0.724 | — | — | — |
489
+ | pythia-160m | dfloor_M1best | coord_share_bnd_perm | 25 | 0.335 | 0.724 | — | — | — |
490
+ | pythia-160m | dfloor_M1best | cka_last | 25 | 0.395 | 0.724 | — | — | — |
491
+ | pythia-160m | dfloor_M1best | d_raw | 25 | 0.103 | 0.282 | — | — | — |
492
+ | pythia-160m | dfloor_M1best | MULTIVARIATE_ridge_all | 25 | 0.472 | 0.699 | — | — | — |
493
 
494
  ### Does a predictor fitted on one substrate transfer to another?
495
 
 
497
 
498
  | predictor | outcome | held-out substrate | n | AUROC | null mean | perm p | BH q |
499
  |---|---|---|---|---|---|---|---|
500
+ | MULTIVARIATE_ridge_all | rescue_frac | pythia-14m | 36 | 0.355 | 0.500 | 0.931 | 0.962 |
501
+ | MULTIVARIATE_ridge_all | rescue_frac | pythia-160m | 25 | 0.699 | 0.503 | 0.050 | 0.200 |
502
+ | MULTIVARIATE_ridge_all | rescue_frac | pythia-31m | 36 | 0.691 | 0.496 | 0.023 | 0.180 |
503
+ | MULTIVARIATE_ridge_all | rescue_frac | pythia-70m | 36 | 0.580 | 0.501 | 0.217 | 0.502 |
504
+ | coord_share_bnd_perm | rescue_frac | pythia-14m | 36 | 0.515 | 0.506 | 0.481 | 0.768 |
505
+ | coord_share_bnd_perm | rescue_frac | pythia-160m | 25 | 0.583 | 0.500 | 0.255 | 0.515 |
506
+ | coord_share_bnd_perm | rescue_frac | pythia-31m | 36 | 0.710 | 0.502 | 0.015 | 0.180 |
507
+ | coord_share_bnd_perm | rescue_frac | pythia-70m | 36 | 0.806 | 0.498 | 0.002 | 0.080 |
508
+ | qmd_act_perm | rescue_frac | pythia-14m | 36 | 0.657 | 0.495 | 0.046 | 0.200 |
509
+ | qmd_act_perm | rescue_frac | pythia-160m | 25 | 0.442 | 0.505 | 0.693 | 0.952 |
510
+ | qmd_act_perm | rescue_frac | pythia-31m | 36 | 0.525 | 0.497 | 0.407 | 0.707 |
511
+ | qmd_act_perm | rescue_frac | pythia-70m | 36 | 0.676 | 0.500 | 0.027 | 0.180 |
512
+ | cka_mean | rescue_frac | pythia-14m | 36 | 0.599 | 0.499 | 0.159 | 0.424 |
513
+ | cka_mean | rescue_frac | pythia-160m | 25 | 0.410 | 0.505 | 0.782 | 0.955 |
514
+ | cka_mean | rescue_frac | pythia-31m | 36 | 0.540 | 0.497 | 0.338 | 0.643 |
515
+ | cka_mean | rescue_frac | pythia-70m | 36 | 0.346 | 0.502 | 0.938 | 0.962 |
516
+ | weight_cosine | rescue_frac | pythia-14m | 36 | 0.580 | 0.506 | 0.226 | 0.502 |
517
+ | weight_cosine | rescue_frac | pythia-160m | 25 | 0.673 | 0.499 | 0.072 | 0.231 |
518
+ | weight_cosine | rescue_frac | pythia-31m | 36 | 0.704 | 0.501 | 0.018 | 0.180 |
519
+ | weight_cosine | rescue_frac | pythia-70m | 36 | 0.494 | 0.499 | 0.518 | 0.768 |
520
 
521
  **SET 4, held out by language pair.** n = 4 language pairs. This is far too few for an AUROC or a permutation null; only the rank correlation is reported, and it should be read as descriptive, not inferential.
522
 
 
571
  |---|---|---|---|---|---|---|---|
572
  | 160m-data | 3 | 3.27 | 3.13 | 3.00 | 3.00 | 3.9% | 0.0139 |
573
  | 160m-weight | 3 | 3.25 | 3.10 | 2.79 | 2.79 | 10.0% | 0.0123 |
574
+ | 160m (init+data, main grid) | 25 | 3.25 | 8.76 | 6.72 | 6.15 | 31.3% | 0.0900 |
575
 
576
  Reading: models that differ **only in data order** start far closer together — the naive merge's
577
  Δfloor is a small fraction of the reseeded-init case — and alignment does **nothing** for them,
 
589
  | SET 1 Δfloor · pythia-14m | 36/36 seed pairs | complete | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
590
  | SET 1 Δfloor · pythia-31m | 36/36 seed pairs | complete | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
591
  | SET 1 Δfloor · pythia-70m | 36/36 seed pairs | complete | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
592
+ | SET 1 Δfloor · pythia-160m | 25/36 seed pairs | partial | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
593
  | SET 1 Δfloor · pythia-410m | 2/15 seed pairs | partial | M0 naive · M1 permutation · M1 Procrustes · M2 task-arithmetic · M3 TIES; LMC barrier for M0 and M1-perm |
594
  | SET 1 control · pythia-160m-data | 3/3 pairs | complete | init-seed-only vs data-order-only, same rungs |
595
  | SET 1 control · pythia-160m-weight | 3/3 pairs | complete | init-seed-only vs data-order-only, same rungs |
596
+ | SET 1 accuracy · BLiMP | pythia-14m: 36/36, pythia-70m: 32/36 | RAN | 67 paradigms from `nyu-mll/blimp`, minimal-pair sentence-logprob scoring, on the SAME merges |
597
+ | SET 1 · REPAIR rung | pythia-14m: 36/36 | RAN | M4 = permutation-aligned average + pre-activation statistics repair; M5 = naive + repair; Δfloor and BLiMP on the same merges |
598
  | SET 4 Δfloor · English-anchored | 4/4 language pairs (nld_Latn, spa_Latn, ell_Grek, pol_Latn) | complete | M0 naive · M1a vocab-transport · M1b/c vocab+unit-aligned · M1d/e forced-residual · M1f units-only · M1g/h embedding-row Procrustes |
599
+ | SET 4 Δfloor · partner-anchored (reverse) | 4/4 language pairs | complete | same rungs, roles swapped |
600
  | SET 4 accuracy · MultiBLiMP 1.0 | 4/4 language pairs | RAN | `jumelet/multiblimp`, English + partner, on the SAME merges; UNK rate reported per cell |
601
+ | SET 4 · jointly-trained bilingual ceiling | 4/4 language pairs | RAN | `catherinearnett/B-GPT_en_X_simultaneous` vs the Goldfish parents and merges, all scored at a matched 128-token context |
602
  | SET 4 · task-arithmetic / TIES | 0 | **NOT APPLICABLE** | Both operators need a shared ancestor. Two independently trained monolingual Goldfish models have none, and with one parent as a pseudo-base the operators reduce to returning the other parent. Excluded on definition, not on time. |
603
  | SET 1 · pythia-410m full grid | 2/36 possible pairs | partial | 6 seeds only (15 possible pairs) and a reduced eval budget; the per-pair alignment cost is ~9 min at this width. Treat 410m as directional. |
604
  | Goldfish other tiers / other languages | 0 | NOT RUN | Only the 1000mb tier and the four audit languages. |
 
606
 
607
  ## Threats to validity, stated plainly
608
 
609
+ - **Likelihood ≠ accuracy.** Repeated because it is the single most load-bearing caveat here — and
610
+ because this report is one of the few places where both were measured on the same merges and found
611
+ to dissociate.
612
+ - **BLiMP and MultiBLiMP are minimal-pair grammaticality benchmarks.** They are a real accuracy
613
+ measurement and they are not a general one. A merge that scores 0.68 on MultiBLiMP-English is not
614
+ thereby a usable model; agreement minimal pairs are unusually forgiving of a degraded model,
615
+ because the two candidates differ in one inflected token and the grammatical form is usually the
616
+ more frequent one. Read "retains accuracy" as "retains *this* accuracy", not as "works".
617
  - **SET 1's held-out corpus is FLORES-200 English devtest**, not a Pile validation split. It is
618
  genuinely held out from PolyPythia training, but it is out-of-domain, so the absolute nats/token
619
  floors are higher than a Pile-val number would be. Δfloor is a *difference* against parents
620
  measured on the same corpus, so the comparison between rungs is unaffected.
621
+ - **SET 1's `-seed{n}` repos reseed initialisation AND data order together.** The 160m
622
+ weight-seed/data-seed control separates them (see the Control section) but only at n=3 pairs each.
623
+ The main grid's naive Δfloor should be read as an init-plus-data-order number.
624
  - **SET 4's nats/byte is comparable across tokenizers but not free of tokenizer effects**: block
625
  boundaries fall at different places for different tokenizers, and each block's first token is
626
+ unscored. With ~30k tokens per evaluation this is a sub-1% effect. The much larger tokenizer effect
627
+ — the English tokenizer's UNK rate on partner-language text — is reported per cell and is a
628
+ substantive finding rather than a nuisance.
629
  - **The alignment search is over the permutation group (residual basis, MLP hidden axis, attention
630
+ heads) and its orthogonal relaxation, plus embedding-row Procrustes for the cross-tokenizer case.**
631
+ It is not the full symmetry group, and the residual factor is fitted from a finite activation
632
+ sample. A better aligner could raise the M1 rungs; nothing here bounds how far. What *is* bounded
633
+ is the claim that the aligners already in `mergeschool.core` do the job on these substrates.
634
+ - **The largest SET 1 sizes carry the fewest pairs.** 14m/31m/70m are complete 36-pair grids; 160m
635
+ and 410m are partial. The scale trend is monotone across all five but its right-hand end is thin.
636
+ - **SET 4's n = 4 language pairs**, all with English as one parent and all Indo-European. Any
637
+ predictor claim on that substrate is descriptive, and nothing here speaks to non-Indo-European or
638
+ to non-English pivots.
639
+ - **Everything here is training-free by construction.** No claim is made about what a small amount of
640
+ post-merge finetuning would recover; that is the obvious next experiment and it is out of scope for
641
+ a training-free audit.
642
 
643
 
644
  ## Files