Upload RESULTS_COMPOSE_AUDIT.md with huggingface_hub
Browse files- RESULTS_COMPOSE_AUDIT.md +116 -68
RESULTS_COMPOSE_AUDIT.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Compose-audit: putting the alignment map and the merging payoff on the SAME real models
|
| 2 |
|
| 3 |
-
_Generated 2026-08-26 20:
|
| 4 |
|
| 5 |
## Read this first: what substrate, and what metric
|
| 6 |
|
|
@@ -23,8 +23,8 @@ _Generated 2026-08-26 20:50 UTC · training-free · code: `/root/compose-audit`
|
|
| 23 |
|
| 24 |
## Headline findings
|
| 25 |
|
| 26 |
-
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 /
|
| 27 |
-
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 ·
|
| 28 |
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.)
|
| 29 |
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.
|
| 30 |
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.
|
|
@@ -77,17 +77,17 @@ Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **20.30**, permut
|
|
| 77 |
Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **20.17**, permutation-aligned **10.98** nats/token.
|
| 78 |
|
| 79 |
|
| 80 |
-
### pythia-160m —
|
| 81 |
|
| 82 |
| rung | n | mean nats/tok | mean Δfloor | median Δfloor | best Δfloor | beats naive | % of naive Δfloor removed |
|
| 83 |
|---|---|---|---|---|---|---|---|
|
| 84 |
-
| M0_naive_avg |
|
| 85 |
-
| M1_perm_avg |
|
| 86 |
-
| M1_orth_avg |
|
| 87 |
-
| M2_task_arith |
|
| 88 |
-
| M3_ties |
|
| 89 |
|
| 90 |
-
Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **8.
|
| 91 |
|
| 92 |
|
| 93 |
### pythia-410m — 2 seed pairs · mean parent floor **2.970** nats/token · uniform-over-vocabulary reference **10.826** nats/token
|
|
@@ -130,7 +130,7 @@ Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **6.31**, permuta
|
|
| 130 |
| pythia-14m | 36 | 4.38 | 32.43 | 69.9% | 50.5% | 72.0% | 0.588 | 0.374 | 0.0652 |
|
| 131 |
| pythia-31m | 36 | 3.94 | 20.35 | 47.7% | 46.4% | 57.4% | 0.632 | 0.380 | 0.0645 |
|
| 132 |
| pythia-70m | 36 | 3.63 | 20.16 | 43.9% | 50.4% | 55.1% | 0.671 | 0.428 | 0.0793 |
|
| 133 |
-
| pythia-160m |
|
| 134 |
| pythia-410m | 2 | 2.97 | 6.35 | 7.9% | 5.8% | 7.9% | 0.381 | 0.342 | 0.0484 |
|
| 135 |
|
| 136 |
The coordinator flagged this from the first two pairs and asked whether it survives the full grid.
|
|
@@ -248,7 +248,7 @@ PolyPythia parents are English LMs, so BLiMP applies directly to SET 1's merges.
|
|
| 248 |
| substrate | n pairs | mean parent acc | better-parent ceiling | M0 naive | M1 permutation | M1 Procrustes | best rung, % of the parents' above-chance margin retained |
|
| 249 |
|---|---|---|---|---|---|---|---|
|
| 250 |
| pythia-14m | 36 | 0.652 | 0.664 | 0.518 | 0.533 | 0.530 | 28.5% |
|
| 251 |
-
| pythia-70m |
|
| 252 |
|
| 253 |
**This is the result the audit asked for, and it is negative.** On pythia-14m the permutation
|
| 254 |
alignment removes ~70% of the naive merge's Δfloor in nats/token — and the merged model still scores
|
|
@@ -262,7 +262,7 @@ Pair by pair, does the size of the likelihood rescue predict the size of the acc
|
|
| 262 |
| substrate | n | Spearman(Δfloor rescue, BLiMP rescue) | mean Δfloor rescue (nats/tok) | mean BLiMP rescue (acc) |
|
| 263 |
|---|---|---|---|---|
|
| 264 |
| pythia-14m | 36 | 0.139 | 23.44 | 0.0257 |
|
| 265 |
-
| pythia-70m |
|
| 266 |
|
| 267 |
## Did we try hard enough? · REPAIR on top of the alignment
|
| 268 |
|
|
@@ -270,14 +270,17 @@ The obvious objection to a negative merging result is that averaging is a weak m
|
|
| 270 |
|
| 271 |
| substrate | n pairs | rung | mean Δfloor (nats/tok) | median Δfloor | BLiMP accuracy | % of the parents' above-chance margin retained |
|
| 272 |
|---|---|---|---|---|---|---|
|
| 273 |
-
| pythia-14m |
|
| 274 |
-
| pythia-14m |
|
| 275 |
-
| pythia-14m |
|
| 276 |
-
| pythia-14m |
|
| 277 |
-
| pythia-14m |
|
| 278 |
-
|
| 279 |
-
REPAIR does help the likelihood — it
|
| 280 |
-
|
|
|
|
|
|
|
|
|
|
| 281 |
aligned merge is still many nats/token above the better parent, still above the
|
| 282 |
uniform-over-vocabulary reference at the small sizes, and still close to chance on BLiMP. Applied to
|
| 283 |
the *naive* merge it barely moves anything, which is the expected pattern: variance repair is only
|
|
@@ -354,6 +357,8 @@ A merge that fails is only interpretable against what a bilingual model of the s
|
|
| 354 |
|---|---|---|---|---|---|
|
| 355 |
| eng–nld_Latn | 0.871 | 0.848 | 1.473 | 1.697 | 1.835 |
|
| 356 |
| eng–spa_Latn | 0.872 | 0.848 | 1.609 | 1.685 | 1.834 |
|
|
|
|
|
|
|
| 357 |
|
| 358 |
**nats/byte, partner** (lower is better)
|
| 359 |
|
|
@@ -361,6 +366,8 @@ A merge that fails is only interpretable against what a bilingual model of the s
|
|
| 361 |
|---|---|---|---|---|---|
|
| 362 |
| eng–nld_Latn | 0.898 | 2.336 | 0.823 | 3.281 | 3.302 |
|
| 363 |
| eng–spa_Latn | 0.889 | 1.940 | 0.777 | 3.126 | 2.969 |
|
|
|
|
|
|
|
| 364 |
|
| 365 |
**MultiBLiMP-English** (higher is better, chance 0.500)
|
| 366 |
|
|
@@ -368,6 +375,8 @@ A merge that fails is only interpretable against what a bilingual model of the s
|
|
| 368 |
|---|---|---|---|---|---|
|
| 369 |
| eng–nld_Latn | 0.966 | 0.962 | 0.694 | 0.673 | 0.601 |
|
| 370 |
| eng–spa_Latn | 0.968 | 0.962 | 0.656 | 0.677 | 0.727 |
|
|
|
|
|
|
|
| 371 |
|
| 372 |
**MultiBLiMP-partner** (higher is better, chance 0.500)
|
| 373 |
|
|
@@ -375,6 +384,8 @@ A merge that fails is only interpretable against what a bilingual model of the s
|
|
| 375 |
|---|---|---|---|---|---|
|
| 376 |
| eng–nld_Latn | 0.952 | 0.598 | 0.970 | 0.655 | 0.646 |
|
| 377 |
| eng–spa_Latn | 0.879 | 0.502 | 0.926 | 0.500 | 0.532 |
|
|
|
|
|
|
|
| 378 |
|
| 379 |
This is the cleanest single statement the audit can make about SET 4. A jointly trained bilingual
|
| 380 |
model of the same parameter budget is **good at both languages at once** — near the monolingual
|
|
@@ -391,8 +402,25 @@ Identical rungs, but the merged model lives in the **partner** language's tokeni
|
|
| 391 |
| 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 |
|
| 392 |
|---|---|---|---|---|---|---|---|---|
|
| 393 |
| nld_Latn | 0.792 | 0.811 | 1.342 | 1.335 | 1.337 | 1.337 | 1.384 | 1.425 |
|
|
|
|
|
|
|
|
|
|
| 394 |
|
| 395 |
-
Δfloor, mean over the two languages, nats/UTF-8 byte.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 396 |
|
| 397 |
|
| 398 |
## P0-2 · Do the pre-merge predictors predict the realised rescue?
|
|
@@ -422,13 +450,13 @@ Showing, per substrate and per outcome, the **six predictors with the largest |A
|
|
| 422 |
| pythia-70m | rescue_frac | coord_share_perm | 36 | 0.356 | 0.698 | 0.500 | 0.065 | 0.268 |
|
| 423 |
| pythia-70m | rescue_frac | qmd_perm | 36 | -0.357 | 0.688 | 0.500 | 0.084 | 0.268 |
|
| 424 |
| pythia-70m | rescue_frac | MULTIVARIATE_ridge_all | 36 | 0.387 | 0.688 | 0.499 | 0.080 | 0.268 |
|
| 425 |
-
| pythia-160m | rescue_frac | qmd_orth |
|
| 426 |
-
| pythia-160m | rescue_frac | coord_share_orth |
|
| 427 |
-
| pythia-160m | rescue_frac | qmd_perm |
|
| 428 |
-
| pythia-160m | rescue_frac | coord_share_perm |
|
| 429 |
-
| pythia-160m | rescue_frac | bnd_orth |
|
| 430 |
-
| pythia-160m | rescue_frac |
|
| 431 |
-
| pythia-160m | rescue_frac | MULTIVARIATE_ridge_all |
|
| 432 |
| pythia-14m | dfloor_M1best | bnd_orth | 36 | -0.000 | 0.204 | 0.502 | 1.000 | 1.000 |
|
| 433 |
| pythia-14m | dfloor_M1best | bnd_perm | 36 | -0.002 | 0.222 | 0.502 | 0.997 | 1.000 |
|
| 434 |
| pythia-14m | dfloor_M1best | coord_share_orth | 36 | -0.457 | 0.738 | 0.495 | 0.015 | 0.251 |
|
|
@@ -450,13 +478,13 @@ Showing, per substrate and per outcome, the **six predictors with the largest |A
|
|
| 450 |
| pythia-70m | dfloor_M1best | qmd_act_perm | 36 | -0.433 | 0.667 | 0.501 | 0.103 | 0.268 |
|
| 451 |
| pythia-70m | dfloor_M1best | qmd_act_procrustes | 36 | -0.433 | 0.667 | 0.501 | 0.103 | 0.268 |
|
| 452 |
| pythia-70m | dfloor_M1best | MULTIVARIATE_ridge_all | 36 | 0.386 | 0.599 | 0.500 | 0.207 | 0.347 |
|
| 453 |
-
| pythia-160m | dfloor_M1best | bnd_perm |
|
| 454 |
-
| pythia-160m | dfloor_M1best |
|
| 455 |
-
| pythia-160m | dfloor_M1best | bnd_orth |
|
| 456 |
-
| pythia-160m | dfloor_M1best |
|
| 457 |
-
| pythia-160m | dfloor_M1best | cka_last |
|
| 458 |
-
| pythia-160m | dfloor_M1best |
|
| 459 |
-
| pythia-160m | dfloor_M1best | MULTIVARIATE_ridge_all |
|
| 460 |
|
| 461 |
### Does a predictor fitted on one substrate transfer to another?
|
| 462 |
|
|
@@ -464,26 +492,26 @@ Leave-one-**size**-out. Predictors are standardised *within* size first, so a pr
|
|
| 464 |
|
| 465 |
| predictor | outcome | held-out substrate | n | AUROC | null mean | perm p | BH q |
|
| 466 |
|---|---|---|---|---|---|---|---|
|
| 467 |
-
| MULTIVARIATE_ridge_all | rescue_frac | pythia-14m | 36 | 0.
|
| 468 |
-
| MULTIVARIATE_ridge_all | rescue_frac | pythia-160m |
|
| 469 |
-
| MULTIVARIATE_ridge_all | rescue_frac | pythia-31m | 36 | 0.
|
| 470 |
-
| MULTIVARIATE_ridge_all | rescue_frac | pythia-70m | 36 | 0.
|
| 471 |
-
| coord_share_bnd_perm | rescue_frac | pythia-14m | 36 | 0.515 | 0.
|
| 472 |
-
| coord_share_bnd_perm | rescue_frac | pythia-160m |
|
| 473 |
-
| coord_share_bnd_perm | rescue_frac | pythia-31m | 36 | 0.710 | 0.
|
| 474 |
-
| coord_share_bnd_perm | rescue_frac | pythia-70m | 36 | 0.806 | 0.
|
| 475 |
-
| qmd_act_perm | rescue_frac | pythia-14m | 36 | 0.657 | 0.
|
| 476 |
-
| qmd_act_perm | rescue_frac | pythia-160m |
|
| 477 |
-
| qmd_act_perm | rescue_frac | pythia-31m | 36 | 0.525 | 0.
|
| 478 |
-
| qmd_act_perm | rescue_frac | pythia-70m | 36 | 0.676 | 0.
|
| 479 |
-
| cka_mean | rescue_frac | pythia-14m | 36 | 0.599 | 0.
|
| 480 |
-
| cka_mean | rescue_frac | pythia-160m |
|
| 481 |
-
| cka_mean | rescue_frac | pythia-31m | 36 | 0.540 | 0.
|
| 482 |
-
| cka_mean | rescue_frac | pythia-70m | 36 | 0.346 | 0.502 | 0.
|
| 483 |
-
| weight_cosine | rescue_frac | pythia-14m | 36 | 0.580 | 0.
|
| 484 |
-
| weight_cosine | rescue_frac | pythia-160m |
|
| 485 |
-
| weight_cosine | rescue_frac | pythia-31m | 36 | 0.704 | 0.
|
| 486 |
-
| weight_cosine | rescue_frac | pythia-70m | 36 | 0.494 | 0.
|
| 487 |
|
| 488 |
**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.
|
| 489 |
|
|
@@ -538,7 +566,7 @@ SET 1's main grid uses `pythia-<size>-seed{n}`, which reseeds **both** the initi
|
|
| 538 |
|---|---|---|---|---|---|---|---|
|
| 539 |
| 160m-data | 3 | 3.27 | 3.13 | 3.00 | 3.00 | 3.9% | 0.0139 |
|
| 540 |
| 160m-weight | 3 | 3.25 | 3.10 | 2.79 | 2.79 | 10.0% | 0.0123 |
|
| 541 |
-
| 160m (init+data, main grid) |
|
| 542 |
|
| 543 |
Reading: models that differ **only in data order** start far closer together — the naive merge's
|
| 544 |
Δfloor is a small fraction of the reseeded-init case — and alignment does **nothing** for them,
|
|
@@ -556,16 +584,16 @@ init-plus-data-order number, not an init-only one.
|
|
| 556 |
| 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 |
|
| 557 |
| 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 |
|
| 558 |
| 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 |
|
| 559 |
-
| SET 1 Δfloor · pythia-160m |
|
| 560 |
| 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 |
|
| 561 |
| SET 1 control · pythia-160m-data | 3/3 pairs | complete | init-seed-only vs data-order-only, same rungs |
|
| 562 |
| SET 1 control · pythia-160m-weight | 3/3 pairs | complete | init-seed-only vs data-order-only, same rungs |
|
| 563 |
-
| SET 1 accuracy · BLiMP | pythia-14m: 36/36, pythia-70m:
|
| 564 |
-
| SET 1 · REPAIR rung | pythia-14m:
|
| 565 |
| 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 |
|
| 566 |
-
| SET 4 Δfloor · partner-anchored (reverse) |
|
| 567 |
| SET 4 accuracy · MultiBLiMP 1.0 | 4/4 language pairs | RAN | `jumelet/multiblimp`, English + partner, on the SAME merges; UNK rate reported per cell |
|
| 568 |
-
| SET 4 · jointly-trained bilingual ceiling |
|
| 569 |
| 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. |
|
| 570 |
| 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. |
|
| 571 |
| Goldfish other tiers / other languages | 0 | NOT RUN | Only the 1000mb tier and the four audit languages. |
|
|
@@ -573,19 +601,39 @@ init-plus-data-order number, not an init-only one.
|
|
| 573 |
|
| 574 |
## Threats to validity, stated plainly
|
| 575 |
|
| 576 |
-
- **Likelihood ≠ accuracy.** Repeated because it is the single most load-bearing caveat here
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 577 |
- **SET 1's held-out corpus is FLORES-200 English devtest**, not a Pile validation split. It is
|
| 578 |
genuinely held out from PolyPythia training, but it is out-of-domain, so the absolute nats/token
|
| 579 |
floors are higher than a Pile-val number would be. Δfloor is a *difference* against parents
|
| 580 |
measured on the same corpus, so the comparison between rungs is unaffected.
|
|
|
|
|
|
|
|
|
|
| 581 |
- **SET 4's nats/byte is comparable across tokenizers but not free of tokenizer effects**: block
|
| 582 |
boundaries fall at different places for different tokenizers, and each block's first token is
|
| 583 |
-
unscored. With ~30k tokens per evaluation this is a sub-1% effect.
|
|
|
|
|
|
|
| 584 |
- **The alignment search is over the permutation group (residual basis, MLP hidden axis, attention
|
| 585 |
-
heads) and its orthogonal relaxation
|
| 586 |
-
is
|
| 587 |
-
bounds how far.
|
| 588 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 589 |
|
| 590 |
|
| 591 |
## Files
|
|
|
|
| 1 |
# Compose-audit: putting the alignment map and the merging payoff on the SAME real models
|
| 2 |
|
| 3 |
+
_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)._
|
| 4 |
|
| 5 |
## Read this first: what substrate, and what metric
|
| 6 |
|
|
|
|
| 23 |
|
| 24 |
## Headline findings
|
| 25 |
|
| 26 |
+
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.
|
| 27 |
+
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.
|
| 28 |
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.)
|
| 29 |
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.
|
| 30 |
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.
|
|
|
|
| 77 |
Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **20.17**, permutation-aligned **10.98** nats/token.
|
| 78 |
|
| 79 |
|
| 80 |
+
### pythia-160m — 25 seed pairs · mean parent floor **3.254** nats/token · uniform-over-vocabulary reference **10.826** nats/token
|
| 81 |
|
| 82 |
| rung | n | mean nats/tok | mean Δfloor | median Δfloor | best Δfloor | beats naive | % of naive Δfloor removed |
|
| 83 |
|---|---|---|---|---|---|---|---|
|
| 84 |
+
| M0_naive_avg | 25 | 12.01 | 8.76 | 8.33 | 6.88 | 0/25 | 0.0% |
|
| 85 |
+
| M1_perm_avg | 25 | 9.98 | 6.72 | 6.37 | 5.50 | 22/25 | 22.1% |
|
| 86 |
+
| M1_orth_avg | 25 | 9.40 | 6.15 | 6.11 | 5.13 | 25/25 | 29.3% |
|
| 87 |
+
| M2_task_arith | 25 | 30.22 | 26.96 | 27.14 | 17.88 | 0/25 | -207.2% |
|
| 88 |
+
| M3_ties | 25 | 60.16 | 56.91 | 57.09 | 49.30 | 0/25 | -556.6% |
|
| 89 |
|
| 90 |
+
Linear-mode-connectivity barrier (`eval.merge_barrier`): naive **8.75**, permutation-aligned **6.72** nats/token.
|
| 91 |
|
| 92 |
|
| 93 |
### pythia-410m — 2 seed pairs · mean parent floor **2.970** nats/token · uniform-over-vocabulary reference **10.826** nats/token
|
|
|
|
| 130 |
| pythia-14m | 36 | 4.38 | 32.43 | 69.9% | 50.5% | 72.0% | 0.588 | 0.374 | 0.0652 |
|
| 131 |
| pythia-31m | 36 | 3.94 | 20.35 | 47.7% | 46.4% | 57.4% | 0.632 | 0.380 | 0.0645 |
|
| 132 |
| pythia-70m | 36 | 3.63 | 20.16 | 43.9% | 50.4% | 55.1% | 0.671 | 0.428 | 0.0793 |
|
| 133 |
+
| pythia-160m | 25 | 3.25 | 8.76 | 22.1% | 29.3% | 31.3% | 0.769 | 0.791 | 0.0900 |
|
| 134 |
| pythia-410m | 2 | 2.97 | 6.35 | 7.9% | 5.8% | 7.9% | 0.381 | 0.342 | 0.0484 |
|
| 135 |
|
| 136 |
The coordinator flagged this from the first two pairs and asked whether it survives the full grid.
|
|
|
|
| 248 |
| substrate | n pairs | mean parent acc | better-parent ceiling | M0 naive | M1 permutation | M1 Procrustes | best rung, % of the parents' above-chance margin retained |
|
| 249 |
|---|---|---|---|---|---|---|---|
|
| 250 |
| pythia-14m | 36 | 0.652 | 0.664 | 0.518 | 0.533 | 0.530 | 28.5% |
|
| 251 |
+
| pythia-70m | 32 | 0.717 | 0.722 | 0.515 | 0.539 | 0.541 | 24.0% |
|
| 252 |
|
| 253 |
**This is the result the audit asked for, and it is negative.** On pythia-14m the permutation
|
| 254 |
alignment removes ~70% of the naive merge's Δfloor in nats/token — and the merged model still scores
|
|
|
|
| 262 |
| substrate | n | Spearman(Δfloor rescue, BLiMP rescue) | mean Δfloor rescue (nats/tok) | mean BLiMP rescue (acc) |
|
| 263 |
|---|---|---|---|---|
|
| 264 |
| pythia-14m | 36 | 0.139 | 23.44 | 0.0257 |
|
| 265 |
+
| pythia-70m | 32 | 0.187 | 11.28 | 0.0352 |
|
| 266 |
|
| 267 |
## Did we try hard enough? · REPAIR on top of the alignment
|
| 268 |
|
|
|
|
| 270 |
|
| 271 |
| substrate | n pairs | rung | mean Δfloor (nats/tok) | median Δfloor | BLiMP accuracy | % of the parents' above-chance margin retained |
|
| 272 |
|---|---|---|---|---|---|---|
|
| 273 |
+
| pythia-14m | 36 | M0_naive_avg | 32.43 | 30.89 | 0.518 | 11.0% |
|
| 274 |
+
| pythia-14m | 36 | M1_perm_avg | 9.61 | 9.01 | 0.533 | 19.9% |
|
| 275 |
+
| pythia-14m | 36 | M4_perm_repair | 7.88 | 7.41 | 0.527 | 16.7% |
|
| 276 |
+
| pythia-14m | 36 | M5_naive_repair | 32.50 | 31.10 | 0.512 | 7.2% |
|
| 277 |
+
| pythia-14m | 36 | **parents** | 0.00 | 0.00 | 0.664 | 100.0% |
|
| 278 |
+
|
| 279 |
+
REPAIR does help the likelihood — it is the best training-free merge in this report, taking a further
|
| 280 |
+
bite out of the aligned merge's Δfloor (on pythia-14m, 9.61 → 7.88 nats/token, a further 18%). **And
|
| 281 |
+
BLiMP does not follow it at all**: 0.533 → 0.527, i.e. flat, and slightly *down*. That is the
|
| 282 |
+
dissociation again, now inside a single rung comparison where the only thing that changed is a
|
| 283 |
+
likelihood-improving correction. It does **not** change the conclusion. The repaired
|
| 284 |
aligned merge is still many nats/token above the better parent, still above the
|
| 285 |
uniform-over-vocabulary reference at the small sizes, and still close to chance on BLiMP. Applied to
|
| 286 |
the *naive* merge it barely moves anything, which is the expected pattern: variance repair is only
|
|
|
|
| 357 |
|---|---|---|---|---|---|
|
| 358 |
| eng–nld_Latn | 0.871 | 0.848 | 1.473 | 1.697 | 1.835 |
|
| 359 |
| eng–spa_Latn | 0.872 | 0.848 | 1.609 | 1.685 | 1.834 |
|
| 360 |
+
| eng–ell_Grek | 0.875 | 0.848 | 1.521 | 1.748 | 1.838 |
|
| 361 |
+
| eng–pol_Latn | 0.881 | 0.848 | 1.610 | 1.647 | 1.767 |
|
| 362 |
|
| 363 |
**nats/byte, partner** (lower is better)
|
| 364 |
|
|
|
|
| 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 |
+
| eng–ell_Grek | 0.582 | 0.209 | 0.446 | 1.114 | 1.170 |
|
| 370 |
+
| eng–pol_Latn | 1.070 | 2.430 | 0.830 | 3.460 | 3.213 |
|
| 371 |
|
| 372 |
**MultiBLiMP-English** (higher is better, chance 0.500)
|
| 373 |
|
|
|
|
| 375 |
|---|---|---|---|---|---|
|
| 376 |
| eng–nld_Latn | 0.966 | 0.962 | 0.694 | 0.673 | 0.601 |
|
| 377 |
| eng–spa_Latn | 0.968 | 0.962 | 0.656 | 0.677 | 0.727 |
|
| 378 |
+
| eng–ell_Grek | 0.968 | 0.962 | 0.631 | 0.688 | 0.599 |
|
| 379 |
+
| eng–pol_Latn | 0.973 | 0.962 | 0.610 | 0.682 | 0.656 |
|
| 380 |
|
| 381 |
**MultiBLiMP-partner** (higher is better, chance 0.500)
|
| 382 |
|
|
|
|
| 384 |
|---|---|---|---|---|---|
|
| 385 |
| eng–nld_Latn | 0.952 | 0.598 | 0.970 | 0.655 | 0.646 |
|
| 386 |
| eng–spa_Latn | 0.879 | 0.502 | 0.926 | 0.500 | 0.532 |
|
| 387 |
+
| eng–ell_Grek | 0.927 | 0.029 | 0.987 | 0.029 | 0.029 |
|
| 388 |
+
| eng–pol_Latn | 0.892 | 0.494 | 0.963 | 0.454 | 0.462 |
|
| 389 |
|
| 390 |
This is the cleanest single statement the audit can make about SET 4. A jointly trained bilingual
|
| 391 |
model of the same parameter budget is **good at both languages at once** — near the monolingual
|
|
|
|
| 402 |
| 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 |
|
| 403 |
|---|---|---|---|---|---|---|---|---|
|
| 404 |
| nld_Latn | 0.792 | 0.811 | 1.342 | 1.335 | 1.337 | 1.337 | 1.384 | 1.425 |
|
| 405 |
+
| spa_Latn | 0.746 | 0.811 | 1.527 | 1.619 | 1.619 | 1.619 | 1.611 | 1.476 |
|
| 406 |
+
| ell_Grek | 0.428 | 0.811 | 1.494 | 1.568 | 1.569 | 1.569 | 1.555 | 1.322 |
|
| 407 |
+
| pol_Latn | 0.799 | 0.811 | 1.591 | 1.622 | 1.622 | 1.622 | 1.580 | 1.678 |
|
| 408 |
|
| 409 |
+
Δfloor, mean over the two languages, nats/UTF-8 byte.
|
| 410 |
+
|
| 411 |
+
|
| 412 |
+
**The failure is symmetric, and that matters more than it looks.** The tokenizer wall is *not*
|
| 413 |
+
symmetric: the English Goldfish tokenizer UNK-s 45% of Greek and 11% of Polish, while every partner
|
| 414 |
+
tokenizer handles English at under 0.1% UNK (`results/set4_tokenizer_diag.json`). So the reverse
|
| 415 |
+
direction is the clean test — anchor on the partner language and the vocabulary can represent both
|
| 416 |
+
sides. The merge still fails, by the same margin, and the M1 rungs still do nothing. Two conclusions
|
| 417 |
+
follow that the English-anchored direction alone could not support:
|
| 418 |
+
|
| 419 |
+
1. The vocabulary mismatch is a real and sufficient obstruction in the English-anchored direction,
|
| 420 |
+
but it is **not the only** one — removing it does not make the merge work.
|
| 421 |
+
2. What is left is the plain fact that the two parents were **independently initialised and
|
| 422 |
+
independently trained**. That is the same obstruction SET 1 isolates, and SET 1 already shows that
|
| 423 |
+
alignment only ever removes part of it and that the removable part shrinks with scale.
|
| 424 |
|
| 425 |
|
| 426 |
## P0-2 · Do the pre-merge predictors predict the realised rescue?
|
|
|
|
| 450 |
| pythia-70m | rescue_frac | coord_share_perm | 36 | 0.356 | 0.698 | 0.500 | 0.065 | 0.268 |
|
| 451 |
| pythia-70m | rescue_frac | qmd_perm | 36 | -0.357 | 0.688 | 0.500 | 0.084 | 0.268 |
|
| 452 |
| pythia-70m | rescue_frac | MULTIVARIATE_ridge_all | 36 | 0.387 | 0.688 | 0.499 | 0.080 | 0.268 |
|
| 453 |
+
| pythia-160m | rescue_frac | qmd_orth | 25 | -0.597 | 0.801 | — | — | — |
|
| 454 |
+
| pythia-160m | rescue_frac | coord_share_orth | 25 | 0.395 | 0.763 | — | — | — |
|
| 455 |
+
| pythia-160m | rescue_frac | qmd_perm | 25 | -0.552 | 0.737 | — | — | — |
|
| 456 |
+
| pythia-160m | rescue_frac | coord_share_perm | 25 | 0.379 | 0.718 | — | — | — |
|
| 457 |
+
| pythia-160m | rescue_frac | bnd_orth | 25 | -0.242 | 0.705 | — | — | — |
|
| 458 |
+
| pythia-160m | rescue_frac | task_vector_cosine | 25 | 0.052 | 0.301 | — | — | — |
|
| 459 |
+
| pythia-160m | rescue_frac | MULTIVARIATE_ridge_all | 25 | 0.348 | 0.590 | — | — | — |
|
| 460 |
| pythia-14m | dfloor_M1best | bnd_orth | 36 | -0.000 | 0.204 | 0.502 | 1.000 | 1.000 |
|
| 461 |
| pythia-14m | dfloor_M1best | bnd_perm | 36 | -0.002 | 0.222 | 0.502 | 0.997 | 1.000 |
|
| 462 |
| pythia-14m | dfloor_M1best | coord_share_orth | 36 | -0.457 | 0.738 | 0.495 | 0.015 | 0.251 |
|
|
|
|
| 478 |
| pythia-70m | dfloor_M1best | qmd_act_perm | 36 | -0.433 | 0.667 | 0.501 | 0.103 | 0.268 |
|
| 479 |
| pythia-70m | dfloor_M1best | qmd_act_procrustes | 36 | -0.433 | 0.667 | 0.501 | 0.103 | 0.268 |
|
| 480 |
| pythia-70m | dfloor_M1best | MULTIVARIATE_ridge_all | 36 | 0.386 | 0.599 | 0.500 | 0.207 | 0.347 |
|
| 481 |
+
| pythia-160m | dfloor_M1best | bnd_perm | 25 | -0.449 | 0.763 | — | — | — |
|
| 482 |
+
| pythia-160m | dfloor_M1best | cka_mean | 25 | -0.402 | 0.731 | — | — | — |
|
| 483 |
+
| pythia-160m | dfloor_M1best | bnd_orth | 25 | -0.438 | 0.724 | — | — | — |
|
| 484 |
+
| pythia-160m | dfloor_M1best | coord_share_bnd_perm | 25 | 0.335 | 0.724 | — | — | — |
|
| 485 |
+
| pythia-160m | dfloor_M1best | cka_last | 25 | 0.395 | 0.724 | — | — | — |
|
| 486 |
+
| pythia-160m | dfloor_M1best | d_raw | 25 | 0.103 | 0.282 | — | — | — |
|
| 487 |
+
| pythia-160m | dfloor_M1best | MULTIVARIATE_ridge_all | 25 | 0.472 | 0.699 | — | — | — |
|
| 488 |
|
| 489 |
### Does a predictor fitted on one substrate transfer to another?
|
| 490 |
|
|
|
|
| 492 |
|
| 493 |
| predictor | outcome | held-out substrate | n | AUROC | null mean | perm p | BH q |
|
| 494 |
|---|---|---|---|---|---|---|---|
|
| 495 |
+
| MULTIVARIATE_ridge_all | rescue_frac | pythia-14m | 36 | 0.355 | 0.500 | 0.931 | 0.962 |
|
| 496 |
+
| MULTIVARIATE_ridge_all | rescue_frac | pythia-160m | 25 | 0.699 | 0.503 | 0.050 | 0.200 |
|
| 497 |
+
| MULTIVARIATE_ridge_all | rescue_frac | pythia-31m | 36 | 0.691 | 0.496 | 0.023 | 0.180 |
|
| 498 |
+
| MULTIVARIATE_ridge_all | rescue_frac | pythia-70m | 36 | 0.580 | 0.501 | 0.217 | 0.502 |
|
| 499 |
+
| coord_share_bnd_perm | rescue_frac | pythia-14m | 36 | 0.515 | 0.506 | 0.481 | 0.768 |
|
| 500 |
+
| coord_share_bnd_perm | rescue_frac | pythia-160m | 25 | 0.583 | 0.500 | 0.255 | 0.515 |
|
| 501 |
+
| coord_share_bnd_perm | rescue_frac | pythia-31m | 36 | 0.710 | 0.502 | 0.015 | 0.180 |
|
| 502 |
+
| coord_share_bnd_perm | rescue_frac | pythia-70m | 36 | 0.806 | 0.498 | 0.002 | 0.080 |
|
| 503 |
+
| qmd_act_perm | rescue_frac | pythia-14m | 36 | 0.657 | 0.495 | 0.046 | 0.200 |
|
| 504 |
+
| qmd_act_perm | rescue_frac | pythia-160m | 25 | 0.442 | 0.505 | 0.693 | 0.952 |
|
| 505 |
+
| qmd_act_perm | rescue_frac | pythia-31m | 36 | 0.525 | 0.497 | 0.407 | 0.707 |
|
| 506 |
+
| qmd_act_perm | rescue_frac | pythia-70m | 36 | 0.676 | 0.500 | 0.027 | 0.180 |
|
| 507 |
+
| cka_mean | rescue_frac | pythia-14m | 36 | 0.599 | 0.499 | 0.159 | 0.424 |
|
| 508 |
+
| cka_mean | rescue_frac | pythia-160m | 25 | 0.410 | 0.505 | 0.782 | 0.955 |
|
| 509 |
+
| cka_mean | rescue_frac | pythia-31m | 36 | 0.540 | 0.497 | 0.338 | 0.643 |
|
| 510 |
+
| cka_mean | rescue_frac | pythia-70m | 36 | 0.346 | 0.502 | 0.938 | 0.962 |
|
| 511 |
+
| weight_cosine | rescue_frac | pythia-14m | 36 | 0.580 | 0.506 | 0.226 | 0.502 |
|
| 512 |
+
| weight_cosine | rescue_frac | pythia-160m | 25 | 0.673 | 0.499 | 0.072 | 0.231 |
|
| 513 |
+
| weight_cosine | rescue_frac | pythia-31m | 36 | 0.704 | 0.501 | 0.018 | 0.180 |
|
| 514 |
+
| weight_cosine | rescue_frac | pythia-70m | 36 | 0.494 | 0.499 | 0.518 | 0.768 |
|
| 515 |
|
| 516 |
**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.
|
| 517 |
|
|
|
|
| 566 |
|---|---|---|---|---|---|---|---|
|
| 567 |
| 160m-data | 3 | 3.27 | 3.13 | 3.00 | 3.00 | 3.9% | 0.0139 |
|
| 568 |
| 160m-weight | 3 | 3.25 | 3.10 | 2.79 | 2.79 | 10.0% | 0.0123 |
|
| 569 |
+
| 160m (init+data, main grid) | 25 | 3.25 | 8.76 | 6.72 | 6.15 | 31.3% | 0.0900 |
|
| 570 |
|
| 571 |
Reading: models that differ **only in data order** start far closer together — the naive merge's
|
| 572 |
Δfloor is a small fraction of the reseeded-init case — and alignment does **nothing** for them,
|
|
|
|
| 584 |
| 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 |
|
| 585 |
| 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 |
|
| 586 |
| 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 |
|
| 587 |
+
| 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 |
|
| 588 |
| 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 |
|
| 589 |
| SET 1 control · pythia-160m-data | 3/3 pairs | complete | init-seed-only vs data-order-only, same rungs |
|
| 590 |
| SET 1 control · pythia-160m-weight | 3/3 pairs | complete | init-seed-only vs data-order-only, same rungs |
|
| 591 |
+
| 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 |
|
| 592 |
+
| 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 |
|
| 593 |
| 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 |
|
| 594 |
+
| SET 4 Δfloor · partner-anchored (reverse) | 4/4 language pairs | complete | same rungs, roles swapped |
|
| 595 |
| SET 4 accuracy · MultiBLiMP 1.0 | 4/4 language pairs | RAN | `jumelet/multiblimp`, English + partner, on the SAME merges; UNK rate reported per cell |
|
| 596 |
+
| 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 |
|
| 597 |
| 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. |
|
| 598 |
| 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. |
|
| 599 |
| Goldfish other tiers / other languages | 0 | NOT RUN | Only the 1000mb tier and the four audit languages. |
|
|
|
|
| 601 |
|
| 602 |
## Threats to validity, stated plainly
|
| 603 |
|
| 604 |
+
- **Likelihood ≠ accuracy.** Repeated because it is the single most load-bearing caveat here — and
|
| 605 |
+
because this report is one of the few places where both were measured on the same merges and found
|
| 606 |
+
to dissociate.
|
| 607 |
+
- **BLiMP and MultiBLiMP are minimal-pair grammaticality benchmarks.** They are a real accuracy
|
| 608 |
+
measurement and they are not a general one. A merge that scores 0.68 on MultiBLiMP-English is not
|
| 609 |
+
thereby a usable model; agreement minimal pairs are unusually forgiving of a degraded model,
|
| 610 |
+
because the two candidates differ in one inflected token and the grammatical form is usually the
|
| 611 |
+
more frequent one. Read "retains accuracy" as "retains *this* accuracy", not as "works".
|
| 612 |
- **SET 1's held-out corpus is FLORES-200 English devtest**, not a Pile validation split. It is
|
| 613 |
genuinely held out from PolyPythia training, but it is out-of-domain, so the absolute nats/token
|
| 614 |
floors are higher than a Pile-val number would be. Δfloor is a *difference* against parents
|
| 615 |
measured on the same corpus, so the comparison between rungs is unaffected.
|
| 616 |
+
- **SET 1's `-seed{n}` repos reseed initialisation AND data order together.** The 160m
|
| 617 |
+
weight-seed/data-seed control separates them (see the Control section) but only at n=3 pairs each.
|
| 618 |
+
The main grid's naive Δfloor should be read as an init-plus-data-order number.
|
| 619 |
- **SET 4's nats/byte is comparable across tokenizers but not free of tokenizer effects**: block
|
| 620 |
boundaries fall at different places for different tokenizers, and each block's first token is
|
| 621 |
+
unscored. With ~30k tokens per evaluation this is a sub-1% effect. The much larger tokenizer effect
|
| 622 |
+
— the English tokenizer's UNK rate on partner-language text — is reported per cell and is a
|
| 623 |
+
substantive finding rather than a nuisance.
|
| 624 |
- **The alignment search is over the permutation group (residual basis, MLP hidden axis, attention
|
| 625 |
+
heads) and its orthogonal relaxation, plus embedding-row Procrustes for the cross-tokenizer case.**
|
| 626 |
+
It is not the full symmetry group, and the residual factor is fitted from a finite activation
|
| 627 |
+
sample. A better aligner could raise the M1 rungs; nothing here bounds how far. What *is* bounded
|
| 628 |
+
is the claim that the aligners already in `mergeschool.core` do the job on these substrates.
|
| 629 |
+
- **The largest SET 1 sizes carry the fewest pairs.** 14m/31m/70m are complete 36-pair grids; 160m
|
| 630 |
+
and 410m are partial. The scale trend is monotone across all five but its right-hand end is thin.
|
| 631 |
+
- **SET 4's n = 4 language pairs**, all with English as one parent and all Indo-European. Any
|
| 632 |
+
predictor claim on that substrate is descriptive, and nothing here speaks to non-Indo-European or
|
| 633 |
+
to non-English pivots.
|
| 634 |
+
- **Everything here is training-free by construction.** No claim is made about what a small amount of
|
| 635 |
+
post-merge finetuning would recover; that is the obvious next experiment and it is out of scope for
|
| 636 |
+
a training-free audit.
|
| 637 |
|
| 638 |
|
| 639 |
## Files
|