Upload RESULTS_MERGE_ACCURACY.md with huggingface_hub
Browse files- RESULTS_MERGE_ACCURACY.md +14 -2
RESULTS_MERGE_ACCURACY.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Merging with alignment: does it improve DOWNSTREAM ACCURACY?
|
| 2 |
|
| 3 |
-
_Generated 2026-08-27 00:
|
| 4 |
quotient-distance diagnostics imported unmodified from `mergeschool.core` (`/root/mergeability`,
|
| 5 |
treated as read-only)._
|
| 6 |
|
|
@@ -27,7 +27,19 @@ which forks need that.
|
|
| 27 |
|
| 28 |
## Headline
|
| 29 |
|
| 30 |
-
**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
- On **3 of 3** real community CPT forks the fitted alignment map is the **identity** (coordinate share exactly 0; every per-layer MLP and attention-head permutation comes back as the identity). Continued pretraining by a third party did **not** move these models out of the base model's frame, so the chat vector is already expressed in the right basis and aligning it is a no-op. The measured accuracy difference is **exactly zero on every benchmark** — the aligned and naive merges are bit-identical models.
|
| 33 |
- The chat-vector recipe itself **works** on 2 of 3 of these forks: it lifts instruction following well above the fork it started from, i.e. the merged model beats its own parent — the bar that matters.
|
|
|
|
| 1 |
# Merging with alignment: does it improve DOWNSTREAM ACCURACY?
|
| 2 |
|
| 3 |
+
_Generated 2026-08-27 00:25 UTC · training-free · code `/root/merge-accuracy` · merge operators, aligners and
|
| 4 |
quotient-distance diagnostics imported unmodified from `mergeschool.core` (`/root/mergeability`,
|
| 5 |
treated as read-only)._
|
| 6 |
|
|
|
|
| 27 |
|
| 28 |
## Headline
|
| 29 |
|
| 30 |
+
> **Alignment did not improve downstream accuracy on a single real model — because on every
|
| 31 |
+
> real model there was nothing to align.** All three community continued-pretrained forks of
|
| 32 |
+
> `Llama-3.1-8B` are still exactly in the base model's coordinate frame, so the aligned and
|
| 33 |
+
> naive chat vectors are bit-identical models and the accuracy difference is 0.000 on every
|
| 34 |
+
> benchmark. The diagnostic said so **before** any merge was built, and a 44-second screen
|
| 35 |
+
> reproduces that call 37x cheaper than fitting the map. When the frame really has drifted —
|
| 36 |
+
> a real fork acted on by a random element of its own symmetry group — the naive chat vector
|
| 37 |
+
> collapses (IFEval 0.175 -> 0.110, *below* the fork it started from) and alignment restores
|
| 38 |
+
> it to 0.355 against an unpermuted reference of 0.375. **The mechanism is real and does reach
|
| 39 |
+
> accuracy; the ecosystem condition that would make it pay off did not occur in the three
|
| 40 |
+
> released forks we found.**
|
| 41 |
+
|
| 42 |
+
Population: **3 real community forks** (3 groups, 3 target languages), **3 ground-truth controls**, plus one cross-group direct-merge pair.
|
| 43 |
|
| 44 |
- On **3 of 3** real community CPT forks the fitted alignment map is the **identity** (coordinate share exactly 0; every per-layer MLP and attention-head permutation comes back as the identity). Continued pretraining by a third party did **not** move these models out of the base model's frame, so the chat vector is already expressed in the right basis and aligning it is a no-op. The measured accuracy difference is **exactly zero on every benchmark** — the aligned and naive merges are bit-identical models.
|
| 45 |
- The chat-vector recipe itself **works** on 2 of 3 of these forks: it lifts instruction following well above the fork it started from, i.e. the merged model beats its own parent — the bar that matters.
|