🤖 AI Summary
This work addresses the challenge of efficiently determining optimal data mixture ratios in large language model pretraining that balance general capabilities with performance on demanding tasks such as mathematics and code. The authors propose DeMix, a framework that decouples mixture ratio search from training by first training component models on individual candidate datasets and then constructing a data mixture proxy via weighted model merging. This approach enables efficient evaluation of vast numbers of mixture configurations without additional training, substantially reducing search costs while yielding superior mixing strategies that enhance downstream benchmark performance. The study also releases DeMix Corpora, a high-quality 22T-token pretraining dataset, to support future research.
📝 Abstract
Determining an effective data mixture is a key factor in Large Language Model (LLM) pre-training, where models must balance general competence with proficiency on hard tasks such as math and code. However, identifying an optimal mixture remains an open challenge, as existing approaches either rely on unreliable tiny-scale proxy experiments or require prohibitively expensive large-scale exploration. To address this, we propose Decouple Searching from Training Mix (DeMix), a novel framework that leverages model merging to predict optimal data ratios. Instead of training proxy models for every sampled mixture, DeMix trains component models on candidate datasets at scale and derives data mixture proxies via weighted model merging. This paradigm decouples search from training costs, enabling evaluation of unlimited sampled mixtures without extra training burden and thus facilitating better mixture discovery through more search trials. Extensive experiments demonstrate that DeMix breaks the trade-off between sufficiency, accuracy and efficiency, obtaining the optimal mixture with higher benchmark performance at lower search cost. Additionally, we release the DeMix Corpora, a comprehensive 22T-token dataset comprising high-quality pre-training data with validated mixtures to facilitate open research. Our code and DeMix Corpora is available at https://github.com/Lucius-lsr/DeMix.