paper-with-me

Papers

Scaling Laws for Optimal Data Mixtures

2025-07-12 · Mustafa Shukor, Louis Bethune, Dan Busbridge, David Grangier, Enrico Fini, Alaaeldin El-Nouby, Pierre Ablin arxiv

Large foundation models are typically trained on data from multiple domains, with the data mixture--the proportion of each domain used--playing a critical role in model performance. The standard approach to selecting this mixture relies on trial and error, which becomes impractical for large-scale pretraining. We propose a systematic method to determine the optimal data mixture for any target domain using scaling laws. Our approach accurately predicts the loss of a model of size $N$ trained with $D$ tokens and a specific domain weight vector $h$. We validate the universality of these scaling laws by demonstrating their predictive power in three distinct and large-scale settings: large language model (LLM), native multimodal model (NMM), and large vision models (LVM) pretraining. We further show that these scaling laws can extrapolate to new data mixtures and across scales: their parameters can be accurately estimated using a few small-scale training runs, and used to estimate the performance at larger scales and unseen domain weights. The scaling laws allow to derive the optimal domain weights for any target domain under a given training budget ($N$,$D$), providing a principled alternative to costly trial-and-error methods.

📄 PDF Abstract BibTeX arXiv:2507.09404

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Explaining Data Mixing Scaling Laws

2026-06-06 · Rui Dai, Shuran Zheng arxiv

Recent research has established empirical scaling laws to predict model performance on multi-domain data mixtures. However, a theoretical understanding of these model loss behaviors remains absent. In this work, we propo…

Scaling Laws are Redundancy Laws

2025-09-25 · Yuda Bi, Vince D Calhoun arxiv

Scaling laws, a defining feature of deep learning, reveal a striking power-law improvement in model performance with increasing dataset and model size. Yet, their mathematical origins, especially the scaling exponent, ha…

Mixtures of Experts Unlock Parameter Scaling for Deep RL

2024-02-13 · Johan Obando-Ceron, Ghada Sokar, Timon Willi, Clare Lyle 외

The recent rapid progress in (self) supervised learning models is in large part predicted by empirical scaling laws: a model's performance scales proportionally to its size. Analogous scaling laws remain elusive for rein…

reinforcement-learningReinforcement LearningSelf-Supervised Learning

Data Mixing Laws: Optimizing Data Mixtures by Predicting Language Modeling Performance

2024-03-25 · Jiasheng Ye, Peiju Liu, Tianxiang Sun, Yunhua Zhou 외

Pretraining data of large language models composes multiple domains (e.g., web texts, academic papers, codes), whose mixture proportions crucially impact the competence of outcome models. While existing endeavors rely on…

Language ModelingLanguage Modelling

Scaling Laws for Code: A More Data-Hungry Regime

2025-10-09 · Xianzhen Luo, Wenzhen Zheng, Qingfu Zhu, Rongyi Zhang 외 arxiv

Code Large Language Models (LLMs) are revolutionizing software engineering. However, scaling laws that guide the efficient training are predominantly analyzed on Natural Language (NL). Given the fundamental differences l…