paper-with-me

Papers

When Data Is Scarce: Scaling Sparse Language Models with Repeated Training

2026-05-31 · Boqian Wu, Qiao Xiao, Patrik Okanovic, Tomasz Sternal, Maurice van Keulen, Mykola Pechenizkiy, Elena Mocanu, Torsten Hoefler, Decebal Constantin Mocanu arxiv

Scaling laws for dense LLMs under infinite data are well explored, but how sparsity interacts with limited data is not. In this work, we study sparse training in data-constrained regimes where limited unique tokens require multi-epoch training. Our experiments span models up to 1.92B parameters in the fitting set, sparsity up to 93.75%, unique data budgets up to 2.6B tokens, and total training tokens up to 41.6B over 16 epochs; we further validate extrapolation on held-out dense-equivalent models up to 7.68B parameters. We find that: 1. Sparse scaling in data-limited settings: We introduce a scaling law that models loss as a function of active parameters, unique tokens, data repetition, and sparsity, accurately predicting performance across compute and data budgets. 2. Delayed data saturation: sparse training postpones diminishing returns from repeated data, making multi-epoch training more effective. 3. Resource trade-offs: With fixed data, loss-optimal sparsity is moderate ~ 50%, while compute-optimal sparsity is higher and grows with data scale. Overall, sparsity is not just a tool for efficiency, but a mechanism for improving scaling trade-offs under data scarcity. Our code is available at: https://github.com/boqian333/sparse-dc-scaling.

📄 PDF Abstract BibTeX arXiv:2606.01155

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Epistemic Throughput: Fundamental Limits of Attention-Constrained Inference

2026-02-09 · Lei You arxiv

Recent generative and tool-using AI systems can surface a large volume of candidates at low marginal cost, yet only a small fraction can be checked carefully. This creates a decoder-side bottleneck: downstream decision-m…

Skaling: Chinchilla's Exponents Meet Kaplan's Coupling

2026-08-07 · Mathurin Videau, Badr Youbi-Idrissi, David Lopez-Paz, Kartik Ahuja hf

Neural scaling laws are foundational for language model development, yet standard formulations systematically under- and overestimate loss at data-scarce and overtraining extremes. This failure originates in the underlyi…

Scaling Performance of Large Language Model Pretraining

2025-09-05 · Alexander Interrante-Grant, Carla Varela-Rosa, Suhaas Narayan, Chris Connelly 외 arxiv

Large language models (LLMs) show best-in-class performance across a wide range of natural language processing applications. Training these models is an extremely computationally expensive task; frontier Artificial Intel…

Proof Artifact Co-training for Theorem Proving with Language Models

2021-02-11 · ICLR 2022 4 · Jesse Michael Han, Jason Rute, Yuhuai Wu, Edward W. Ayers 외

Labeled data for imitation learning of theorem proving in large libraries of formalized mathematics is scarce as such libraries require years of concentrated effort by human specialists to be built. This is particularly …

Automated Theorem ProvingImitation LearningLanguage ModelingLanguage Modelling

Scaling Laws for Masked-Reconstruction Transformers on Single-Cell Transcriptomics

2026-02-16 · Ihor Kendiukhov arxiv

Neural scaling laws -- power-law relationships between loss, model size, and data -- have been extensively documented for language and vision transformers, yet their existence in single-cell genomics remains largely unex…