TL;DR
Darwin introduces diagnostic-guided evolutionary merging for training-free scaling of language model reasoning. Using MRI diagnostics and a 14-dimensional genome with MRI-Trust Fusion, Darwin-27B-Opus achieves 86.9% on GPQA Diamond (rank #6 of 1,252), outperforming its parent by +1.

论文原始摘要

We present Darwin Family, a framework for training-free evolutionary merging of large language models via gradient-free weight-space recombination. We ask whether frontier-level reasoning performance can be improved without additional training, by reorganizing latent capabilities already encoded in existing checkpoints. Darwin introduces three key ideas: (i) a 14-dimensional adaptive merge genome enabling fine-grained component- and block-level recombination; (ii) MRI-Trust Fusion, which adaptively balances diagnostic layer-importance signals with evolutionary search through a learnable trust parameter; and (iii) an Architecture Mapper that enables cross-architecture breeding between heterogeneous model families. Empirically, the flagship Darwin-27B-Opus achieves 86.9% on GPQA Diamond, ranking #6 among 1,252 evaluated models, and outperforming its fully trained foundation model without any gradient-based training. Across scales from 4B to 35B parameters, Darwin models consistently improve over their parents, support recursive multi-generation evolution, and enable a training-free evolutionary merge that combines Transformer- and Mamba-based components. Together, the Darwin Family demonstrates that diagnostic-guided evolutionary merging is a practical and reproducible alternative to costly post-training pipelines for reasoning-centric language models.

Paper Collector 中文速览

训练自由的进化式模型融合框架

方法概述

采用梯度无关的权重空间重组策略,通过14维基因组实现细粒度组件和层级融合;MRI-Trust融合机制平衡诊断层重要性与进化搜索;架构映射器支持Transformer与Mamba等异构模型家族间的跨架构繁衍。

核心贡献

提出Darwin框架,通过14维自适应融合基因组和MRI-Trust信任融合,实现无需训练的进化式模型合并,显著提升推理能力。

原始来源与核验范围

核验仅覆盖论文正文中的主张、证据片段和参考文献关系。NGJOO 未独立运行作者代码、重做实验或验证真实部署效果;页面中的可复现性分数是文档完整度评估,不是复现实验结果。

32
已证实
6
证据不足
5
无法验证
N/A
可复现性
置信度
82%

核心问题

Can diagnostic-guided evolutionary merging improve language model reasoning performance without gradient-based training, and how does it compare to static merging and evolutionary merging without diagnostics?

核心方法

Darwin combines Model-layer Response Importance (MRI) diagnostic priors with a 14-dimensional genome encoding merge configurations, reconciled through MRI-Trust Fusion with learnable trust parameter τ. A two-phase evolutionary optimization strategy separates structural screening from empirical evaluation, operating entirely in weight space without gradient-based training.

方法组件

论点验证

证据不足 (60%) We presented the Darwin framework and the Darwin Family of eight evolutionarily-merged language models spanning 4B to 35B parameters.
已证实 (95%) Our primary contributions are the 14-dimensional adaptive genome (§3.6), the MRI-Trust Fusion formula with learnable τ (§3.5), and the Architecture Mapper enabling cross-architecture breeding (§3.4).
已证实 (90%) Darwin introduces Model-layer Response Importance (MRI) as a diagnostic prior estimating the functional relevance of individual parameter tensors for reasoning behavior.
MRI is formally introduced in p_19-21 with a complete mathematical formulation combining static tensor statistics and probe-based functional responses. The formula is specified, and its role as a diagnostic prior is clearly explained.
已证实 (85%) Figure 1 provides a high-level overview of the Darwin framework, whose core design principle is to decouple diagnostic guidance from evolutionary exploration and reconcile them through an explicit fusion mechanism.
已证实 (90%) For heterogeneous parent architectures, Darwin applies an Architecture Mapper that establishes tensor-level correspondences prior to numerical recombination.
The Architecture Mapper is described in detail in p_22-23 with a specific compatibility score formula and explanation of how it establishes tensor-level correspondences through constrained greedy matching.
已证实 (90%) Darwin-27B-Opus achieves 86.9% on GPQA Diamond, ranking #6 among 1,252 evaluated models (as of 2026-04-22), and outperforms its strongest parent without any gradient-based training.
Specific numerical results are provided in p_30: 86.9% accuracy on GPQA Diamond, #6 ranking among 1,252 models, and outperforming the strongest parent. These are concrete, verifiable claims with specific numbers.
已证实 (90%) The primary case study, Darwin-27B-Opus, is officially ranked #6 on the GPQA Diamond Leaderboard, outperforming its own Father Qwen3.5-27B by +1.4pp and other frontier models.
Specific numerical claims are provided in p_39: #6 ranking on GPQA Diamond Leaderboard and +1.4pp improvement over Father Qwen3.5-27B. These are concrete, verifiable results.
证据不足 (50%) Compared to static merging methods, Darwin shows consistently higher accuracy and reduced variance, indicating greater robustness to representational interference.
证据不足 (50%) Compared to evolutionary merging without diagnostics, Darwin achieves higher peak performance and more reliable convergence, suggesting that diagnostic guidance plays a critical role in navigating the merge space effectively.
已证实 (85%) DARE-TIES achieves superior performance across all configurations. Its drop-and-rescale mechanism effectively mitigates destructive interference between parent models, validating its selection as the primary merge kernel in the Darwin framework.
已证实 (85%) The learned trust parameter τ consistently converges to intermediate values (τ ≈ 0.35-0.55 across scales), indicating that neither diagnostics nor evolutionary search alone is optimal.
Specific numerical values are provided in p_33: τ converges to intermediate values (τ ≈ 0.35-0.55 across scales). This is concrete quantitative evidence about the learned parameter behavior.
已证实 (90%) Using static MRI-based merging (τ = 1) improves GPQA accuracy by +1.2pp relative to genome-only merging (τ = 0).
Specific numerical result is provided in p_36: +1.2pp improvement for τ=1 (static MRI) relative to τ=0 (genome-only). This is a concrete ablation result with specific numbers.
已证实 (90%) The evolved τ variant achieves an additional +0.9pp gain over a fixed τ = 0.7 setting.
Specific numerical result is provided in p_36: evolved τ variant achieves +0.9pp gain over fixed τ=0.7. This is a concrete ablation result with specific numbers.
已证实 (90%) The full adaptive variant yields a +2.5pp improvement over the no-MRI baseline on GPQA, indicating that MRI-Trust Fusion is a primary contributor to the observed reasoning gains.
Specific numerical result is provided in p_36: +2.5pp improvement for full adaptive variant over no-MRI baseline on GPQA. This is a concrete ablation result with specific numbers.
已证实 (75%) Analysis of evolved genomes reveals stable structural patterns, including selective preservation of attention modules and stronger recombination in feed-forward components.
已证实 (80%) Across all tested sizes (4B-35B), independently evolved Darwin models consistently converge to intermediate MRI-trust values and exhibit asymmetric recombination patterns, with stronger preservation of attention components and more aggressive recombination in feed-forward layers.
证据不足 (55%) These structural regularities remain stable across independently evolved models, including recursive second-generation merges and mixed-architecture variants, suggesting that Darwin discovers scale-invariant merging principles rather than exploiting properties unique to a single model configuration.
已证实 (85%) As of April 2026, community downloads exceed 96,000 across official and quantized distributions.
Specific numerical data is provided in p_80: 'community downloads exceed 96,000 across official and quantized distributions' with reference to Table 7. This is a concrete, verifiable metric.
已证实 (95%) The weighting parameter α controls the relative contribution of static and probe-based diagnostics and is fixed to α = 0.5 in all experiments.
The paper explicitly states in p_21 that α is fixed to 0.5 in all experiments. This is a clear design choice specification.
已证实 (95%) The coefficients β_1 = 0.5, β_2 = 0.3, and β_3 = 0.2 are fixed heuristic weights for the Architecture Mapper compatibility score.
The paper explicitly states the coefficient values in p_23: β_1 = 0.5, β_2 = 0.3, β_3 = 0.2. This is a clear design choice specification.

... 共 43 个论点

可复现性评估

较低可复现性 (0%)

缺失的复现细节

局限与证据边界

本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv

分析时间:2026-05-18T07:17:29+00:00 · 数据来源:Paper Collector