Accessibility pass: introduce every pop-gen term at first use, with real-world anchors

The CS reader is now walked into the biology as it arrives: drift (surname
extinction, island alleles), Wright-Fisher and heterozygosity defined in
place (collision-probability reading), Muller's ratchet (Y-chromosome decay),
immigration (the one-migrant-per-generation rule of conservation management),
blending inheritance (Jenkin's 1867 swamping argument, which the Proposition
makes exact), Fisher-Muller (clonal competition vs assembly), genotype/locus,
epistasis and NK landscapes glossed, outbreeding depression (the Tatra ibex
restocking collapse), panmixia, BDM incompatibilities (mule sterility),
hybrid load. Three new literature anchors (Mills & Allendorf 1996; Jenkin
1867; Templeton 1986), all verified; references renumbered to
first-appearance order (now 72) and re-verified 1..72.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BkRLcc18rwT2Lysu6PbG7v
This commit is contained in:
Giorgio Gilestro 2026-09-07 10:58:46 +01:00
parent cc27522270
commit 073fc33509
3 changed files with 149 additions and 107 deletions

View file

@ -69,7 +69,9 @@ as systems whose inheritance, diversity, and compatibility can be measured, pred
Training each generation of a model on the previous generation's output
degrades it (*model collapse*): rare capabilities vanish first, and the lineage drifts toward its own
most common behaviour (21). That degradation is, mathematically, *genetic drift*, the loss of rare
variants that any finite population suffers when each generation is a finite sample of the last. The
variants that any finite population suffers when each generation is a finite sample of the last — the
same sampling accident by which rare surnames vanish from small villages and rare alleles (gene
variants) drift out of island populations with no selection against them. The
identification has been made repeatedly and independently: for sequential inference chains before deep
learning (22), for language-model text ecosystems (23), as a closed-form first-extinction law placing
collapse onset at the WrightFisher first-extinction time (24), and in quantitative-genetic form for
@ -78,8 +80,9 @@ points, marks population genetics as the natural mathematics of the setting, tho
point: population genetics is not, at heart, a theory of decay; it is a theory of the mechanisms that
maintain and build populations despite decay (immigration, recombination, selection, population
structure) and of where those mechanisms reach their limits. This paper develops that fuller structure
for model populations: the arc from drift through its remedies to its limit, reproductive isolation,
carried as one framework from closed forms to trained networks to language models.
for model populations: the arc from drift through its remedies to its limit, reproductive isolation —
the point at which diverged lineages can no longer produce working offspring, biology's boundary
between species — carried as one framework from closed forms to trained networks to language models.
An operator of a model population faces recurring decisions for which there is no principled guidance: how much verified
real data does retraining need before a lineage decays; will combining two particular models compose
@ -98,10 +101,15 @@ Knowledge is modelled as a distribution `p_t` over `K` discrete items (capabilit
behaviour), with a fixed true distribution `p*` whose rare tail carries the knowledge most at risk.
One generation is: *draw `n` samples from the parent's distribution, optionally mix in `m` verified
real samples ("grounding", `g = m/(n+m)`), and refit the child*. In this minimal inheritance model the
resampling step *is* the WrightFisher process: the same equations, which I exploit as an
engineering gate: the simulator reproduces the classical closed forms (heterozygosity decay
`E[H_t] = H_0(1 1/n)^t`; the exact immigrationdrift equilibrium; the closed-form multi-teacher
union) to within 0.5%, and these are standing tests in the codebase, not one-off checks.
resampling step *is* the WrightFisher process, population genetics' canonical model of neutral
evolution, in which each new generation is a random sample of size `n` from the previous one and
every statistical property of drift follows from that one step. Diversity throughout this paper is
*heterozygosity*, `H = 1 Σ p_i²`: the probability that two random draws differ (one minus a
collision probability), high when many items share the mass, zero at total collapse. The identity is
exploited as an engineering gate: the simulator reproduces the classical closed forms (heterozygosity
decay `E[H_t] = H_0(1 1/n)^t`; the exact immigrationdrift equilibrium; the closed-form
multi-teacher union) to within 0.5%, and these are standing tests in the codebase, not one-off
checks.
The boundary of the exactness matters, and I measured it rather than assumed it. Real training adds
approximation, optimisation noise, and inductive bias, and when trained networks are fit against the
@ -113,11 +121,15 @@ estimator bias*, and the drift signs (rare-first loss; the grounding response)
survived that bias in every architecture I tested, including a convolutional VAE retrained on its own
generated digits, where the dry lineage collapses to a single blurred digit class while 10% grounding
holds all thirty modes (Fig. 1). Retraining on a single parent is *asexual reproduction*, and sustained loss under it carries the defining consequence
of *Muller's ratchet* (28): once every copy of a rare capability is gone from all parents and sources,
no recombination can rebuild it, so remedies must act before fixation-by-loss (a consequence-level
correspondence; the minimal model lacks the ratchet's recurrent-mutation driver).
of *Muller's ratchet* (28), the mechanism by which lineages that never recombine decay irreversibly —
the reason non-recombining genomes such as the Y chromosome have shed most of their ancestral genes.
Once every copy of a rare capability is gone from all parents and sources, no recombination can
rebuild it: each such loss is a click of the ratchet, and remedies must act while copies still
survive somewhere (a consequence-level correspondence; the minimal model lacks the ratchet's
recurrent-mutation driver).
**Table 1.** The dictionary. Each correspondence is stated with the level of support it currently has
**Table 1.** The dictionary. Each biological term is introduced in the section that develops it; each
correspondence is stated with the level of support it currently has
(exact = closed form in the minimal model; empirical = measured in trained systems; hypothesis =
stated with a falsifier, untested or unconfirmed). The full claim-by-claim ledger with assumptions and
known limits is SI Appendix, Table S1.
@ -139,7 +151,10 @@ known limits is SI Appendix, Table S1.
### Grounding is immigration: cheap, with a floor
In the minimal model, grounding from a fixed real source is *immigration* into a drifting population
(2931), and the equilibrium diversity has a closed form the simulator matches exactly. That equilibrium is
(2931). Immigration is what conservation managers prescribe when a fragmented reserve loses
diversity, and its striking property there is how little is needed — the field's rule of thumb is
that one migrant per generation holds an isolated population's diversity (32). The same economy
appears here: the equilibrium diversity has a closed form the simulator matches exactly. That equilibrium is
*smooth* in the grounding fraction (there is no phase transition in aggregate diversity), so the
practical number is an operational threshold, and I define it as such: under the tested population
size and Zipf source distribution, `g ≈ 0.05` retained most (≥95%) of equilibrium diversity
@ -164,7 +179,14 @@ fraction, the measured price of the estimator bias).
### Recombination: a conservation law, its operators, and offspring that exceed every parent
The largest returns from the transfer concern merging. **Proposition (blending inheritance, rare-item
The largest returns from the transfer concern merging. *Blending inheritance* — offspring as the
average of their parents — is the failure mode at the root of population genetics' founding
controversy: the swamping argument pressed in Jenkin's 1867 review of *The Origin of Species*, that
under blending a rare advantageous variant is diluted toward the common type faster than selection
can multiply it (33), an objection dissolved only by Mendel's particulate inheritance, in which
discrete variants pass through generations undiluted. Refitting a child model to the mean of its
parents' output distributions is blending inheritance, and the proposition below is Jenkin's dilution
made exact. **Proposition (blending inheritance, rare-item
regime).** Let K parents independently retain a rare item (mass `p` when retained), and let the child
draw `n` samples either from one parent chosen at random or from the *mean of the parents' output
distributions*. Expected item mass is identical under the two schemes; and in the rare-item regime
@ -178,7 +200,7 @@ contrasting union operator (keep each item's strongest source, then renormalise,
redistributes mass and presupposes a verifier or oracle to identify the strongest source) increases
expected retention with K in all regimes in the minimal model. The practically important
operators, *weight averaging* (a nonlinear network's weight-mean does not compute its parents'
output-mean) and *routing among intact specialists* (32) (different storage and inference budgets from a
output-mean) and *routing among intact specialists* (34) (different storage and inference budgets from a
single child), are its empirical cousins, and the measured bridge is a *headroom rule*, stated qualitatively: in language models,
union-preserving operators beat the weight-average where that average falls short of attainable
performance, and add nothing where it does not (easy-versus-hard contrasts at two scales; a
@ -186,25 +208,36 @@ quantitative form of the relationship is untested). On easy tasks a capable base
add nothing; on hard tasks the average dilutes a fragile specialist below even the best single parent
and routing wins by a wide margin (Fig. 6AB).
The generative payoff is the *FisherMuller effect* (33, 34): recombination assembles, in one offspring,
complementary variants that arose in different lineages, producing a genotype fitter than any parent.
The generative payoff is the *FisherMuller effect* (35, 36), the classical account of why sex speeds
adaptation: in an asexual population, beneficial variants arising in different individuals can only
compete until all but one lineage is lost, whereas recombination assembles them in one offspring,
producing a *genotype* (an individual's combination of variants, one at each *locus*, or position)
fitter than any parent.
In the multi-locus model, sexual merging of decorrelated specialists climbs to the global optimum, a
genotype no parent held, while the best single parent and the blended average both plateau below
(Fig. 2). In real language models the signature replicates under seed replication: merges of three
LoRA (35) specialists beat every parent overall (decisively at 7B: 0.87 vs 0.77), and on the sharper
LoRA (37) specialists beat every parent overall (decisively at 7B: 0.87 vs 0.77), and on the sharper
worst-family metric the merged models are the only ones competent everywhere, in every seed (Fig. 6A).
Sex has risks and, for AI, an unfair advantage, both quantified on rugged (epistatic) NK landscapes (36)
(Fig. 3). When skills are entangled, blind recombination produces offspring *below* their parents
(outbreeding depression), worsening with ruggedness, and the optimal recombination rate shrinks as
entanglement grows. But an engineered population can do what biology cannot: recombine unbounded
Sex has risks and, for AI, an unfair advantage, both quantified on Kauffman's NK fitness landscapes
(38), the standard model of *epistasis*, biology's term for interaction between genes: the fitness
contribution of a variant depends on which variants occupy the other loci, much as a component's
value in an ML system depends on the components around it. Each of the landscape's `N` sites
interacts with `K` others (the model's eponymous parameters), and raising that interaction count
tunes the landscape from smooth and additive to rugged and many-peaked (Fig. 3). When skills are entangled, blind recombination produces offspring *below* their parents,
worsening with ruggedness, and the optimal recombination rate shrinks as entanglement grows. Biology
knows this failure as *outbreeding depression*, the reason conservation practice warns against
crossing locally adapted populations: in the textbook case, an ibex herd in the Tatra Mountains
restocked with animals from Turkey and Sinai produced fertile hybrids that bore their young in the
coldest month of winter, and the herd died out (39). But an engineered population can do what biology cannot: recombine unbounded
parents, choose complementary mates, and *screen many candidate offspring against a verifier before
keeping one*. This directed sex converts the outbreeding catastrophe into a reliable gain in the
model (tracking or exceeding the best parent at every ruggedness) and replicates as a sign in language
models: bred-and-screened merges beat the a-priori blend in every seed on headroom tasks, including
one seed where the blend failed catastrophically and selection was immune (Fig. 6A). Finally,
population *structure* is itself a knob: sweeping the mate-pool breadth from monogamous (local) to
promiscuous (panmictic) against ruggedness, wide mixing maximises the population mean while
population *structure* is itself a knob: sweeping the mate-pool breadth from monogamous (repeated
local pairings) to promiscuous (*panmixia*: any model may merge with any other) against ruggedness,
wide mixing maximises the population mean while
monotonically destroying diversity, and the best *champion* shifts from wide breadth on smooth
landscapes to intermediate breadth on rugged ones (Fig. 3C), the mating-system phenomenon known to
structured-population search, mapped onto merging populations.
@ -223,7 +256,7 @@ the analogue of scoring models by the crowd's approval (the fitness channel). Th
ideas, since both couple the lineage to a non-drifting external signal, but they are different operators,
and I name them separately. In the tested society (a finite agent population on a rugged NK
landscape), a four-arm ablation separates the failure modes: the full system (grounded evaluation +
directed recombination + diversity-preserving selection (37)) climbs to near the global optimum while
directed recombination + diversity-preserving selection (40)) climbs to near the global optimum while
keeping its specialists; removing grounded evaluation converges the population confidently on an unfit
consensus (self-consumption); removing recombination strands it on local optima; removing diversity
converges it prematurely to a worse answer. Each removal fails differently; the three implementations
@ -236,18 +269,20 @@ language-model scale this composed loop remains unbuilt; it is the paper's large
### The limit of sex: model speciation
Recombination presupposes compatible parents. In biology, lineages pushed far enough apart become
separate species (*reproductive isolation*) through BatesonDobzhanskyMuller incompatibilities (38, 39):
changes harmless on their own background but deleterious in combination. A merged model is exactly the
separate species (*reproductive isolation*) through BatesonDobzhanskyMuller incompatibilities (41, 42):
changes harmless on their own genetic background but deleterious in combination — the mechanism behind
the mule's sterility and the inviability of many between-species crosses, in which two genomes that
each work perfectly cannot run in the same cell. A merged model is exactly the
exposed hybrid. I built the analytic model (Fig. 5A): hybrid fitness tracks the parents while
compatible, then peels off and crashes below the ancestor; the isolation cliff arrives earlier the
denser the incompatibilities; and the incompatibility *count* snowballs quadratically with divergence
(39). Note that a super-linear count does not by itself entail a sharp performance cliff without
(42). Note that a super-linear count does not by itself entail a sharp performance cliff without
the count-to-effect-size link, which the analytic model supplies under its assumptions and any neural
test must establish separately.
In trained networks, the claim must survive a known alternative: merge barriers between independently
trained networks are famously *coordinate artefacts*, removable by re-aligning hidden units (40);
richer symmetry groups remove more (41), with known failures beyond the shared-data regime (42). I therefore aligned under the composition of
trained networks are famously *coordinate artefacts*, removable by re-aligning hidden units (43);
richer symmetry groups remove more (44), with known failures beyond the shared-data regime (45). I therefore aligned under the composition of
permutation matching and exact per-unit rescaling (the unit symmetry group of plain ReLU MLPs, as the
search space) and decomposed the barrier (Fig. 5 C and D): two networks trained from different
initialisations on the *same* task have a barrier that this alignment removes essentially entirely
@ -270,7 +305,7 @@ catastrophically-forgetting specialists (parents ≈ 0.50, merge ≈ 0.955, a su
rescue). The same double result appears at the language-model tier (Fig. 5 E and F): conflicting conventions
produce *function-specific* hybrid breakdown (the merge scores below both parents on the conflicted
function, while a budget-controlled design shows the disjoint skills merge unharmed), and over-training
disjoint specialists 1→12 epochs (cf. the merging literature's expert-duration effect; 43) produces
disjoint specialists 1→12 epochs (cf. the merging literature's expert-duration effect; 46) produces
no isolation at all — the merge improves. Across every tier
tested, isolation had to be provoked by functional conflict; specialisation alone did not speciate
— a bound on the analogy that sharpens the design rule: what breaks merging is conflicting conventions
@ -290,9 +325,10 @@ divergence with zero conflict). Before merging, six predictors are computed: *co
functional conflict* (bilateral confident disagreement on probes drawn blind to where conflict lives —
a proposed proxy for merge-relevant interactions, motivated by the observation that raw disagreement
counts harmless complementation, one parent merely ignorant, as conflict), raw disagreement, gradient
alignment at the shared base (44), LoRA-delta cosine and distance, and a cross-task performance
baseline. The pre-registered outcome is the merge penalty against oracle parent potential (the
hybrid-load analogue), also reported against best- and mean-parent references because the predictor
alignment at the shared base (47), LoRA-delta cosine and distance, and a cross-task performance
baseline. The pre-registered outcome is the merge penalty against oracle parent potential (the analogue of
*hybrid load*, the fitness a hybrid loses relative to what its parents' genes could jointly supply),
also reported against best- and mean-parent references because the predictor
ordering is sensitive to that choice.
Across this controlled grid, pre-merge functional
@ -350,16 +386,16 @@ conventions on shared circuitry, which is the thing to detect.
**Continual learning at the population scale.** Within a single network, the discipline's remedies
for forgetting are this framework's operators writ small. Rehearsal and replay of stored data (26, 27)
is grounded inheritance within one lineage, and the replay fractions the field settled on empirically,
on the order of 1% for instruction tuning (45) and 5% to 25% by distribution-shift strength in
continual pretraining (46), sit where the minimal model's operational threshold lies.
*Pseudo-rehearsal*, the replay of a network's own generated samples, proposed as a cure in 1995 (47)
and revived as generative replay (48), is precisely the ungrounded null studied here: immigration from
a drifting source, benign for one hop, compounding over generations, with verifier-filtering (29, 49)
converting it back into grounding. Parameter isolation (50), including frozen-base adapters, which forget far
less (51), is engineered decorrelation; complementary-learning-systems consolidation (5254) is the periodic
adapter-into-base merge; the recent turn to merging as a continual-learning mechanism (5558) applies
on the order of 1% for instruction tuning (48) and 5% to 25% by distribution-shift strength in
continual pretraining (49), sit where the minimal model's operational threshold lies.
*Pseudo-rehearsal*, the replay of a network's own generated samples, proposed as a cure in 1995 (50)
and revived as generative replay (51), is precisely the ungrounded null studied here: immigration from
a drifting source, benign for one hop, compounding over generations, with verifier-filtering (29, 52)
converting it back into grounding. Parameter isolation (53), including frozen-base adapters, which forget far
less (54), is engineered decorrelation; complementary-learning-systems consolidation (5557) is the periodic
adapter-into-base merge; the recent turn to merging as a continual-learning mechanism (5861) applies
recombination within one lineage over time, where this paper applies it across lineages; and the
observation that rare examples and long-tail knowledge are forgotten first (5961) is tail extinction
observation that rare examples and long-tail knowledge are forgotten first (6264) is tail extinction
seen one model at a time. The mechanisms differ (forgetting is largely deterministic interference,
collapse is sampling drift) but the victims and the remedies coincide, and to my knowledge no prior
work carries population-genetic formalism into continual learning. Read into that field, the results
@ -367,26 +403,26 @@ offer: (i) an equilibrium theory for the replay ratio, with the sharper predicti
fraction is set by the rarest capability one refuses to lose (the `1 e^{m·p}` law) rather than by
average loss, testable against published replay sweeps; (ii) a *failure theory for generative replay*:
self-generated rehearsal is safe for short horizons and compounds into collapse across generations
unless verifier-filtered back into grounding (29, 4749); (iii) *pre-merge interference
unless verifier-filtered back into grounding (29, 5052); (iii) *pre-merge interference
prediction with a mechanism*: where the current state of the art fits regressions over candidate
metrics (44), the functional-conflict measure arrives at a convergent signal from principle and comes
metrics (47), the functional-conflict measure arrives at a convergent signal from principle and comes
with an operator prescription — when conflict is high, do not average; route or breed-and-screen;
(iv) a candidate *decision rule for the consolidate-versus-stay-modular question* that currently
splits the field's practice (keep adapters separate vs merge them; 5458): union-preserving operators
splits the field's practice (keep adapters separate vs merge them; 5761): union-preserving operators
where headroom exists, fusion where the base composes, consolidation as the slow-store step; and (v)
*tail monitoring as the leading indicator*: continual-learning evaluation that averages over
capabilities hides exactly the losses that drift theory says come first and, past a threshold, become
irreversible. On that last point I note the standing objection that apparent forgetting can be
skewed task-inference over latent capability rather than erasure (62); the irreversibility results here
skewed task-inference over latent capability rather than erasure (65); the irreversibility results here
concern oracle-measured behavioural distributions, and distinguishing latent from extinct capability
at language-model scale is an open experiment whose outcome would be decisive for both readings.
**What is borrowed and what is new.** The collapse-as-drift diagnosis is established prior work
(2125); so are the empirical facts that merges can beat parents, that decorrelated parents merge better, and that
naive averaging loses to interference-aware or routed merges (4, 63, 64), that model populations can
climb (5, 810), and that merge success admits ML-native predictors (44, 65), correlational where this framework
naive averaging loses to interference-aware or routed merges (4, 66, 67), that model populations can
climb (5, 810), and that merge success admits ML-native predictors (47, 68), correlational where this framework
supplies mechanism; the reading of sex as an algorithm for mixability in the theory of computation
(66) anticipated the transfer before model merging existed. New here is the framework-level
(69) anticipated the transfer before model merging existed. New here is the framework-level
synthesis — inheritance, diversity, and compatibility as managed quantities — together with: the
conservation law for blending inheritance and its operator boundaries; the per-item grounding floor;
the society ablation with its complementary failure modes; model speciation as a named, tested question, with the
@ -411,8 +447,8 @@ offspring preview, directed mating) that no living system permits.
**Creative diversity.** Collapse is not confined to facts and skills. Homogenisation of *style* is
already measurable: models trained on model output lose lexical and syntactic diversity across
generations (67), writing produced with model assistance is individually better but collectively less
diverse than writing produced without it (68, 69), and the house styles of the large assistants are
generations (70), writing produced with model assistance is individually better but collectively less
diverse than writing produced without it (71, 72), and the house styles of the large assistants are
recognisable enough that their tics serve as signatures. In this framework these are the same
phenomenon at a different locus. A voice is a distribution over rare stylistic variants, exactly the
tail that drift erases first and that blending inheritance averages into a common register. The
@ -432,7 +468,7 @@ the tested regimes found, freely recombinable in the absence of conflicting conv
ecosystem evolves as one interbreeding population, and the levers that matter are grounding budgets
priced per rare capability and diversity preserved deliberately. If instead long-horizon
specialisation at scale begins to produce emergent incompatibility, as the expert-training-duration
observations hint (43) and the small-scale null here does not rule out, then lineages will begin to
observations hint (46) and the small-scale null here does not rule out, then lineages will begin to
speciate, and the ecosystem's future is a set of diverging species connected by routing rather than by
merging. Which of the two it will be is measurable now, with the pre-merge conflict instruments this
paper tested.
@ -504,41 +540,44 @@ publication; every figure in this paper regenerates from committed artifacts wit
29. B. Yi, Q. Liu, Y. Cheng, H. Xu, Escaping model collapse via synthetic data verification. arXiv [Preprint] (2025). https://doi.org/10.48550/arXiv.2510.16657.
30. M. Gerstgrasser, et al., Is model collapse inevitable? Breaking the curse of recursion by accumulating real and synthetic data. *Conf. Lang. Model.* (2024). https://doi.org/10.48550/arXiv.2404.01413.
31. S. Wright, Evolution in Mendelian populations. *Genetics* **16**, 97159 (1931).
32. J. Pari, S. Jelassi, P. Agrawal, Collective model intelligence requires compatible specialization. arXiv [Preprint] (2024). https://doi.org/10.48550/arXiv.2411.02207.
33. R. A. Fisher, *The Genetical Theory of Natural Selection* (Clarendon Press, 1930).
34. H. J. Muller, Some genetic aspects of sex. *Am. Nat.* **66**, 118138 (1932).
35. E. J. Hu, et al., LoRA: Low-rank adaptation of large language models. *Int. Conf. Learn. Represent.* (2022). https://doi.org/10.48550/arXiv.2106.09685.
36. S. A. Kauffman, S. Levin, Towards a general theory of adaptive walks on rugged landscapes. *J. Theor. Biol.* **128**, 1145 (1987).
37. J. Lehman, K. O. Stanley, Abandoning objectives: Evolution through the search for novelty alone. *Evol. Comput.* **19**, 189223 (2011).
38. H. A. Orr, The population genetics of speciation: The evolution of hybrid incompatibilities. *Genetics* **139**, 18051813 (1995).
39. H. A. Orr, M. Turelli, The evolution of postzygotic isolation: Accumulating DobzhanskyMuller incompatibilities. *Evolution* **55**, 10851094 (2001).
40. S. K. Ainsworth, J. Hayase, S. Srinivasa, Git Re-Basin: Merging models modulo permutation symmetries. *Int. Conf. Learn. Represent.* (2023). https://doi.org/10.48550/arXiv.2209.04836.
41. T. Li, Z. Shen, Scaling linear mode connectivity and merging to billion-parameter pretrained transformers. arXiv [Preprint] (2026). https://doi.org/10.48550/arXiv.2606.23607.
42. E. Sharma, D. M. Roy, G. K. Dziugaite, The non-local model merging problem: Permutation symmetries and variance collapse. arXiv [Preprint] (2024). https://doi.org/10.48550/arXiv.2410.12766.
43. N. Kozodoi, Z. Afolabi, J. Butler, Are we merging the right models? Impact of expert training duration on model merging for LLMs. arXiv [Preprint] (2026). https://doi.org/10.48550/arXiv.2607.11997.
44. L. Zhou, B. Zhao, R. Yu, E. Rodolà, Demystifying mergeability: Interpretable properties to predict model merging success. arXiv [Preprint] (2026). https://doi.org/10.48550/arXiv.2601.22285.
45. T. Scialom, T. Chakrabarty, S. Muresan, Fine-tuned language models are continual learners. *Proc. Conf. Empir. Methods Nat. Lang. Process.* (2022). https://doi.org/10.48550/arXiv.2205.12393.
46. A. Ibrahim, et al., Simple and scalable strategies to continually pre-train large language models. *Trans. Mach. Learn. Res.* (2024). https://doi.org/10.48550/arXiv.2403.08763.
47. A. Robins, Catastrophic forgetting, rehearsal and pseudorehearsal. *Connect. Sci.* **7**, 123146 (1995).
48. H. Shin, J. K. Lee, J. Kim, J. Kim, Continual learning with deep generative replay. *Adv. Neural Inf. Process. Syst.* **30** (2017). https://doi.org/10.48550/arXiv.1705.08690.
49. Y. Feng, et al., Beyond model collapse: Scaling up with synthesized data requires verification. arXiv [Preprint] (2024). https://doi.org/10.48550/arXiv.2406.07515.
50. A. A. Rusu, et al., Progressive neural networks. arXiv [Preprint] (2016). https://doi.org/10.48550/arXiv.1606.04671.
51. D. Biderman, et al., LoRA learns less and forgets less. *Trans. Mach. Learn. Res.* (2024). https://doi.org/10.48550/arXiv.2405.09673.
52. J. L. McClelland, B. L. McNaughton, R. C. O'Reilly, Why there are complementary learning systems in the hippocampus and neocortex: Insights from the successes and failures of connectionist models of learning and memory. *Psychol. Rev.* **102**, 419457 (1995).
53. D. Kumaran, D. Hassabis, J. L. McClelland, What learning systems do intelligent agents need? Complementary learning systems theory updated. *Trends Cogn. Sci.* **20**, 512534 (2016).
54. J. Schwarz, et al., Progress & Compress: A scalable framework for continual learning. *Proc. Int. Conf. Mach. Learn.* (2018).
55. G. Ilharco, et al., Editing models with task arithmetic. *Int. Conf. Learn. Represent.* (2023). https://doi.org/10.48550/arXiv.2212.04089.
56. D. Marczak, B. Twardowski, T. Trzciński, S. Cygert, MagMax: Leveraging model merging for seamless continual learning. *Proc. Eur. Conf. Comput. Vis.* (2024). https://doi.org/10.48550/arXiv.2407.06322.
57. A. Alexandrov, et al., Mitigating catastrophic forgetting in language transfer via model merging. *Findings Assoc. Comput. Linguist.: EMNLP* (2024). https://doi.org/10.48550/arXiv.2407.08699.
58. S. Dziadzio, et al., How to merge your multimodal models over time? *Proc. IEEE/CVF Conf. Comput. Vis. Pattern Recognit.* (2025). https://doi.org/10.48550/arXiv.2412.06712.
59. M. Toneva, et al., An empirical study of example forgetting during deep neural network learning. *Int. Conf. Learn. Represent.* (2019). https://doi.org/10.48550/arXiv.1812.05159.
60. N. Kandpal, H. Deng, A. Roberts, E. Wallace, C. Raffel, Large language models struggle to learn long-tail knowledge. *Proc. Int. Conf. Mach. Learn.* (2023). https://doi.org/10.48550/arXiv.2211.08411.
61. X. Liu, et al., Long-tailed class incremental learning. *Proc. Eur. Conf. Comput. Vis.* (2022). https://doi.org/10.48550/arXiv.2210.00266.
62. S. Kotha, J. M. Springer, A. Raghunathan, Understanding catastrophic forgetting in language models via implicit inference. *Int. Conf. Learn. Represent.* (2024). https://doi.org/10.48550/arXiv.2309.10105.
63. L. Yu, B. Yu, H. Yu, F. Huang, Y. Li, Language models are super Mario: Absorbing abilities from homologous models as a free lunch. *Proc. Int. Conf. Mach. Learn.* (2024). https://doi.org/10.48550/arXiv.2311.03099.
64. M. Wortsman, et al., Model soups: Averaging weights of multiple fine-tuned models improves accuracy without increasing inference time. *Proc. Int. Conf. Mach. Learn.* (2022). https://doi.org/10.48550/arXiv.2203.05482.
65. Y. Cao, et al., An empirical study and theoretical explanation on task-level model-merging collapse. arXiv [Preprint] (2026). https://doi.org/10.48550/arXiv.2603.09463.
66. A. Livnat, C. Papadimitriou, Sex as an algorithm: The theory of evolution under the lens of computation. *Commun. ACM* **59**, 8493 (2016).
67. Y. Guo, G. Shang, M. Vazirgiannis, C. Clavel, The curious decline of linguistic diversity: Training language models on synthetic text. *Findings Assoc. Comput. Linguist.: NAACL* (2024). https://doi.org/10.48550/arXiv.2311.09807.
68. V. Padmakumar, H. He, Does writing with language models reduce content diversity? *Int. Conf. Learn. Represent.* (2024). https://doi.org/10.48550/arXiv.2309.05196.
69. A. R. Doshi, O. P. Hauser, Generative AI enhances individual creativity but reduces the collective diversity of novel content. *Sci. Adv.* **10**, eadn5290 (2024).
32. L. S. Mills, F. W. Allendorf, The one-migrant-per-generation rule in conservation and management. *Conserv. Biol.* **10**, 15091518 (1996).
33. F. Jenkin, The origin of species [review]. *North Br. Rev.* **46**, 277318 (1867).
34. J. Pari, S. Jelassi, P. Agrawal, Collective model intelligence requires compatible specialization. arXiv [Preprint] (2024). https://doi.org/10.48550/arXiv.2411.02207.
35. R. A. Fisher, *The Genetical Theory of Natural Selection* (Clarendon Press, 1930).
36. H. J. Muller, Some genetic aspects of sex. *Am. Nat.* **66**, 118138 (1932).
37. E. J. Hu, et al., LoRA: Low-rank adaptation of large language models. *Int. Conf. Learn. Represent.* (2022). https://doi.org/10.48550/arXiv.2106.09685.
38. S. A. Kauffman, S. Levin, Towards a general theory of adaptive walks on rugged landscapes. *J. Theor. Biol.* **128**, 1145 (1987).
39. A. R. Templeton, "Coadaptation and outbreeding depression" in *Conservation Biology: The Science of Scarcity and Diversity*, M. E. Soulé, Ed. (Sinauer, 1986), pp. 105116.
40. J. Lehman, K. O. Stanley, Abandoning objectives: Evolution through the search for novelty alone. *Evol. Comput.* **19**, 189223 (2011).
41. H. A. Orr, The population genetics of speciation: The evolution of hybrid incompatibilities. *Genetics* **139**, 18051813 (1995).
42. H. A. Orr, M. Turelli, The evolution of postzygotic isolation: Accumulating DobzhanskyMuller incompatibilities. *Evolution* **55**, 10851094 (2001).
43. S. K. Ainsworth, J. Hayase, S. Srinivasa, Git Re-Basin: Merging models modulo permutation symmetries. *Int. Conf. Learn. Represent.* (2023). https://doi.org/10.48550/arXiv.2209.04836.
44. T. Li, Z. Shen, Scaling linear mode connectivity and merging to billion-parameter pretrained transformers. arXiv [Preprint] (2026). https://doi.org/10.48550/arXiv.2606.23607.
45. E. Sharma, D. M. Roy, G. K. Dziugaite, The non-local model merging problem: Permutation symmetries and variance collapse. arXiv [Preprint] (2024). https://doi.org/10.48550/arXiv.2410.12766.
46. N. Kozodoi, Z. Afolabi, J. Butler, Are we merging the right models? Impact of expert training duration on model merging for LLMs. arXiv [Preprint] (2026). https://doi.org/10.48550/arXiv.2607.11997.
47. L. Zhou, B. Zhao, R. Yu, E. Rodolà, Demystifying mergeability: Interpretable properties to predict model merging success. arXiv [Preprint] (2026). https://doi.org/10.48550/arXiv.2601.22285.
48. T. Scialom, T. Chakrabarty, S. Muresan, Fine-tuned language models are continual learners. *Proc. Conf. Empir. Methods Nat. Lang. Process.* (2022). https://doi.org/10.48550/arXiv.2205.12393.
49. A. Ibrahim, et al., Simple and scalable strategies to continually pre-train large language models. *Trans. Mach. Learn. Res.* (2024). https://doi.org/10.48550/arXiv.2403.08763.
50. A. Robins, Catastrophic forgetting, rehearsal and pseudorehearsal. *Connect. Sci.* **7**, 123146 (1995).
51. H. Shin, J. K. Lee, J. Kim, J. Kim, Continual learning with deep generative replay. *Adv. Neural Inf. Process. Syst.* **30** (2017). https://doi.org/10.48550/arXiv.1705.08690.
52. Y. Feng, et al., Beyond model collapse: Scaling up with synthesized data requires verification. arXiv [Preprint] (2024). https://doi.org/10.48550/arXiv.2406.07515.
53. A. A. Rusu, et al., Progressive neural networks. arXiv [Preprint] (2016). https://doi.org/10.48550/arXiv.1606.04671.
54. D. Biderman, et al., LoRA learns less and forgets less. *Trans. Mach. Learn. Res.* (2024). https://doi.org/10.48550/arXiv.2405.09673.
55. J. L. McClelland, B. L. McNaughton, R. C. O'Reilly, Why there are complementary learning systems in the hippocampus and neocortex: Insights from the successes and failures of connectionist models of learning and memory. *Psychol. Rev.* **102**, 419457 (1995).
56. D. Kumaran, D. Hassabis, J. L. McClelland, What learning systems do intelligent agents need? Complementary learning systems theory updated. *Trends Cogn. Sci.* **20**, 512534 (2016).
57. J. Schwarz, et al., Progress & Compress: A scalable framework for continual learning. *Proc. Int. Conf. Mach. Learn.* (2018).
58. G. Ilharco, et al., Editing models with task arithmetic. *Int. Conf. Learn. Represent.* (2023). https://doi.org/10.48550/arXiv.2212.04089.
59. D. Marczak, B. Twardowski, T. Trzciński, S. Cygert, MagMax: Leveraging model merging for seamless continual learning. *Proc. Eur. Conf. Comput. Vis.* (2024). https://doi.org/10.48550/arXiv.2407.06322.
60. A. Alexandrov, et al., Mitigating catastrophic forgetting in language transfer via model merging. *Findings Assoc. Comput. Linguist.: EMNLP* (2024). https://doi.org/10.48550/arXiv.2407.08699.
61. S. Dziadzio, et al., How to merge your multimodal models over time? *Proc. IEEE/CVF Conf. Comput. Vis. Pattern Recognit.* (2025). https://doi.org/10.48550/arXiv.2412.06712.
62. M. Toneva, et al., An empirical study of example forgetting during deep neural network learning. *Int. Conf. Learn. Represent.* (2019). https://doi.org/10.48550/arXiv.1812.05159.
63. N. Kandpal, H. Deng, A. Roberts, E. Wallace, C. Raffel, Large language models struggle to learn long-tail knowledge. *Proc. Int. Conf. Mach. Learn.* (2023). https://doi.org/10.48550/arXiv.2211.08411.
64. X. Liu, et al., Long-tailed class incremental learning. *Proc. Eur. Conf. Comput. Vis.* (2022). https://doi.org/10.48550/arXiv.2210.00266.
65. S. Kotha, J. M. Springer, A. Raghunathan, Understanding catastrophic forgetting in language models via implicit inference. *Int. Conf. Learn. Represent.* (2024). https://doi.org/10.48550/arXiv.2309.10105.
66. L. Yu, B. Yu, H. Yu, F. Huang, Y. Li, Language models are super Mario: Absorbing abilities from homologous models as a free lunch. *Proc. Int. Conf. Mach. Learn.* (2024). https://doi.org/10.48550/arXiv.2311.03099.
67. M. Wortsman, et al., Model soups: Averaging weights of multiple fine-tuned models improves accuracy without increasing inference time. *Proc. Int. Conf. Mach. Learn.* (2022). https://doi.org/10.48550/arXiv.2203.05482.
68. Y. Cao, et al., An empirical study and theoretical explanation on task-level model-merging collapse. arXiv [Preprint] (2026). https://doi.org/10.48550/arXiv.2603.09463.
69. A. Livnat, C. Papadimitriou, Sex as an algorithm: The theory of evolution under the lens of computation. *Commun. ACM* **59**, 8493 (2016).
70. Y. Guo, G. Shang, M. Vazirgiannis, C. Clavel, The curious decline of linguistic diversity: Training language models on synthetic text. *Findings Assoc. Comput. Linguist.: NAACL* (2024). https://doi.org/10.48550/arXiv.2311.09807.
71. V. Padmakumar, H. He, Does writing with language models reduce content diversity? *Int. Conf. Learn. Represent.* (2024). https://doi.org/10.48550/arXiv.2309.05196.
72. A. R. Doshi, O. P. Hauser, Generative AI enhances individual creativity but reduces the collective diversity of novel content. *Sci. Adv.* **10**, eadn5290 (2024).