paper-with-me

Papers

Model Merging Scaling Laws in Large Language Models

2025-09-29 · Yuanyi Wang, Yanggan Gu, Yiming Zhang, Qi Zhou, Zhaoyi Yan, Congkai Xie, Xinyao Wang, Jianbo Yuan, Hongxia Yang arxiv

We study empirical scaling laws for language model merging measured by cross-entropy. Despite its wide practical use, merging lacks a quantitative rule that predicts returns as we add experts or scale the model size. We identify a compact power law that links model size and expert number: the size-dependent floor decreases with model capacity, while the merging tail exhibits clear diminishing returns in the number of experts. The law holds in-domain and cross-domain, tightly fits measured curves across diverse architectures and methods (Average, TA, TIES, DARE), and explains two robust regularities: most gains arrive early, and variability shrinks as more experts are included. Building on this, we present a simple theory that explains why gains fall roughly as 1/k and links the floor and tail to properties of the base model and the diversity across domains. This law enables predictive planning: estimate how many experts are needed to reach a target loss, decide when to stop adding experts, and trade off scaling the base model versus adding experts under a fixed budget--turning merging from heuristic practice into a computationally efficient, planable alternative to multitask training. This suggests a scaling principle for distributed generative AI: predictable gains can be achieved by composing specialists, offering a complementary path toward AGI-level systems.

📄 PDF Abstract BibTeX arXiv:2509.24244

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Engineering Scaling Laws with Pretraining Data Composition

2026-06-18 · Jan-Lucas Uslu, Kevin Greif, Daniel Whiteson, Benjamin Nachman arxiv

Neural scaling laws describe how model performance improves as a power law in compute, model size, and dataset size. While well-established for large language models, these relationships are emerging for large models in …

LLMs as Noisy Channels: A Shannon Perspective on Model Capacity and Scaling Laws

2026-05-22 · Xu Ouyang, Deyi Liu, Yuhang Cai, Jing Liu 외 arxiv

Existing scaling laws for Large Language Models (LLMs), predominantly monotonic power laws, fail to explain emerging non-monotonic phenomena such as catastrophic overtraining and quantization-induced degradation, where p…

Generalizing Scaling Laws for Dense and Sparse Large Language Models

2025-08-08 · Md Arafat Hossain, Xingfu Wu, Valerie Taylor, Ali Jannesari arxiv

Despite recent advancements of large language models (LLMs), optimally predicting the model size for LLM pretraining or allocating optimal resources still remains a challenge. Several efforts have addressed the challenge…

Reproducible scaling laws for contrastive language-image learning

2022-12-14 · CVPR 2023 1 · Mehdi Cherti, Romain Beaumont, Ross Wightman, Mitchell Wortsman 외

Scaling up neural networks has led to remarkable performance across a wide range of tasks. Moreover, performance often follows reliable scaling laws as a function of training set size, model size, and compute, which offe…

Image ClassificationOpen Vocabulary Attribute DetectionRetrievalzero-shot-classification+3

Scaling Laws Under the Microscope: Predicting Transformer Performance from Small Scale Experiments

2022-02-13 · Maor Ivgi, Yair Carmon, Jonathan Berant

Neural scaling laws define a predictable relationship between a model's parameter count and its performance after training in the form of a power law. However, most research to date has not explicitly investigated whethe…

Model Selection