MERGE$^3$: Efficient Evolutionary Merging on Consumer-grade GPUs
Tommaso Mencattini, Adrian Robert Minut, Donato Crisostomi, Andrea Santilli, Emanuele Rodolà
TL;DR
MERGE$^3$ tackles the high computational barrier of evolutionary model merging by combining a reduced fitness evaluation dataset with Item Response Theory–based ability estimation and IRT-driven performance estimators. The method achieves roughly $50$-fold reductions in compute on consumer-grade GPUs while maintaining or improving downstream accuracy, enabling cross-lingual transfer and multilingual model synthesis. The authors provide theoretical guarantees for the estimators and release the Mergenetic library to democratize access to high-quality model merging. Empirical results demonstrate effective cross-lingual skill transfer (e.g., math from English to Japanese) and superior multilingual merging performance on ARC/GSM8K benchmarks, underscoring the practical impact for low-resource and multilingual NLP applications.
Abstract
Evolutionary model merging enables the creation of high-performing multi-task models but remains computationally prohibitive for consumer hardware. We introduce MERGE$^3$, an efficient framework that makes evolutionary merging feasible on a single GPU by reducing fitness computation costs 50$\times$ while preserving performance. MERGE$^3$ achieves this by Extracting a reduced dataset for evaluation, Estimating model abilities using Item Response Theory (IRT), and Evolving optimal merges via IRT-based performance estimators. Our method enables state-of-the-art multilingual and cross-lingual merging, transferring knowledge across languages with significantly lower computational overhead. We provide theoretical guarantees and an open-source library, democratizing high-quality model merging.
