paper-with-me

홈 › Papers

Scaling Laws of Synthetic Data for Language Models

2025-03-25 · Zeyu Qin, Qingxiu Dong, Xingxing Zhang, Li Dong, Xiaolong Huang, ZiYi Yang, Mahmoud Khademi, Dongdong Zhang, Hany Hassan Awadalla, Yi R. Fung, Weizhu Chen, Minhao Cheng, Furu Wei

Large language models (LLMs) achieve strong performance across diverse tasks, largely driven by high-quality web data used in pre-training. However, recent studies indicate this data source is rapidly depleting. Synthetic data emerges as a promising alternative, but it remains unclear whether synthetic datasets exhibit predictable scalability comparable to raw pre-training data. In this work, we systematically investigate the scaling laws of synthetic data by introducing SynthLLM, a scalable framework that transforms pre-training corpora into diverse, high-quality synthetic datasets. Our approach achieves this by automatically extracting and recombining high-level concepts across multiple documents using a graph algorithm. Key findings from our extensive mathematical experiments on SynthLLM include: (1) SynthLLM generates synthetic data that reliably adheres to the rectified scaling law across various model sizes; (2) Performance improvements plateau near 300B tokens; and (3) Larger models approach optimal performance with fewer training tokens. For instance, an 8B model peaks at 1T tokens, while a 3B model requires 4T. Moreover, comparisons with existing synthetic data generation and augmentation methods demonstrate that SynthLLM achieves superior performance and scalability. Our findings highlight synthetic data as a scalable and reliable alternative to organic pre-training corpora, offering a viable path toward continued improvement in model performance.

📄 PDF Abstract BibTeX arXiv:2503.19551

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

Deriving Neural Scaling Laws from the statistics of natural language

2026-02-07 · Francesco Cagnetta, Allan Raventós, Surya Ganguli, Matthieu Wyart arxiv

Despite the fact that experimental neural scaling laws have substantially guided empirical progress in large-scale machine learning, no existing theory can quantitatively predict the exponents of these important laws for…

A Tale of Tails: Model Collapse as a Change of Scaling Laws

2024-02-10 · Elvis Dohmatob, Yunzhen Feng, Pu Yang, Francois Charton 외

As AI model size grows, neural scaling laws have become a crucial tool to predict the improvements of large models when increasing capacity and the size of original (human or natural) training data. Yet, the widespread u…

Language ModelingLanguage ModellingLarge Language ModelText Generation

Bayesian scaling laws for in-context learning

2024-10-21 · Aryaman Arora, Dan Jurafsky, Christopher Potts, Noah D. Goodman

In-context learning (ICL) is a powerful technique for getting language models to perform complex tasks with no training updates. Prior work has established strong correlations between the number of in-context examples pr…

In-Context LearningSafety Alignment

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 …

Scaling Laws of Synthetic Images for Model Training ... for Now

2023-12-07 · CVPR 2024 1 · Lijie Fan, KaiFeng Chen, Dilip Krishnan, Dina Katabi 외

Recent significant advances in text-to-image models unlock the possibility of training vision systems using synthetic images, potentially overcoming the difficulty of collecting curated data at scale. It is unclear, howe…