MergeMix: Optimizing Mid-Training Data Mixtures via Learnable Model Merging
Jiapeng Wang, Changxin Tian, Kunlong Chen, Ziqi Liu, Jiaxin Mao, Wayne Xin Zhao, Zhiqiang Zhang, Jun Zhou
TL;DR
MergeMix tackles the costly problem of optimizing mid-training data mixtures for large language models by recasting it as a weight-space merging task. It trains domain-specific experts on limited data, then learns a performance surface that maps merging weights to downstream capabilities, enabling a utility-driven optimization without full retraining. The approach is theoretically grounded in first-order equivalence between data-gradient accumulation and weight interpolation, with second-order terms bounded, and empirically validated on 8B and 16B parameter models where it matches or surpasses manual tuning at over 100× lower search cost. The method achieves high rank consistency (Spearman ρ>0.9) and strong cross-scale transfer, offering a scalable, automated path to enhancing targeted capabilities while reducing the cost and effort of data-mix exploration.
Abstract
Optimizing data mixtures is essential for unlocking the full potential of large language models (LLMs), yet identifying the optimal composition remains computationally prohibitive due to reliance on heuristic trials or expensive proxy training. To address this, we introduce \textbf{MergeMix}, a novel approach that efficiently determines optimal data mixing ratios by repurposing model merging weights as a high-fidelity, low-cost performance proxy. By training domain-specific experts on minimal tokens and optimizing their merging weights against downstream benchmarks, MergeMix effectively optimizes the performance of data mixtures without incurring the cost of full-scale training. Extensive experiments on models with 8B and 16B parameters validate that MergeMix achieves performance comparable to or surpassing exhaustive manual tuning while drastically reducing search costs. Furthermore, MergeMix exhibits high rank consistency (Spearman $ρ> 0.9$) and strong cross-scale transferability, offering a scalable, automated solution for data mixture optimization.
