paper-with-me

Papers

MergeMix: Optimizing Mid-Training Data Mixtures via Learnable Model Merging

2026-01-25 · Jiapeng Wang, Changxin Tian, Kunlong Chen, Ziqi Liu, Jiaxin Mao, Wayne Xin Zhao, Zhiqiang Zhang, Jun Zhou arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.17858

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MergeMix: A Unified Augmentation Paradigm for Visual and Multi-Modal Understanding

2025-10-27 · Xin Jin, Siyuan Li, Siyong Jian, Kai Yu 외 arxiv

Vision-language alignment in multi-modal large language models (MLLMs) relies on supervised fine-tuning (SFT) or reinforcement learning (RL). To align multi-modal large language models (MLLMs) in the post-training stage,…

Reinforcement Learning

Predictive PAC Learning and Process Decompositions

2013-09-19 · NeurIPS 2013 12 · Cosma Rohilla Shalizi, Aryeh Kontorovich

We informally call a stochastic process learnable if it admits a generalization error approaching zero in probability for any concept class with finite VC-dimension (IID processes are the simplest example). A mixture of …

PAC learning

Sample-Efficient Learning of Mixtures

2017-06-06 · Hassan Ashtiani, Shai Ben-David, Abbas Mehrabian

We consider PAC learning of probability distributions (a.k.a. density estimation), where we are given an i.i.d. sample generated from an unknown target distribution, and want to output a distribution that is close to the…

Density EstimationPAC learning

Optimizing Pre-Training Data Mixtures with Mixtures of Data Expert Models

2025-02-21 · Lior Belenki, Alekh Agarwal, Tianze Shi, Kristina Toutanova

We propose a method to optimize language model pre-training data mixtures through efficient approximation of the cross-entropy loss corresponding to each candidate mixture via a Mixture of Data Experts (MDE). We use this…

DecoderLanguage ModelingLanguage Modellingregression

Mixtures of Gaussians are Privately Learnable with a Polynomial Number of Samples

2023-09-07 · Mohammad Afzali, Hassan Ashtiani, Christopher Liaw

We study the problem of estimating mixtures of Gaussians under the constraint of differential privacy (DP). Our main result is that $\text{poly}(k,d,1/\alpha,1/\varepsilon,\log(1/\delta))$ samples are sufficient to estim…