paper-with-me

홈 › Papers

Data-efficient pre-training by scaling synthetic megadocs

2026-03-19 · Konwoo Kim, Suhas Kotha, Yejin Choi, Tatsunori Hashimoto, Nick Haber, Percy Liang arxiv

Synthetic data augmentation has emerged as a promising solution when pre-training is constrained by data rather than compute. We study how to design synthetic data algorithms that achieve better loss scaling: not only lowering loss at finite compute but especially as compute approaches infinity. We first show that pre-training on web data mixed with synthetically generated rephrases improves i.i.d. validation loss on the web data, despite the synthetic data coming from an entirely different distribution. With optimal mixing and epoching, loss and benchmark accuracy improve without overfitting as the number of synthetic generations grows, plateauing near $1.48\times$ data efficiency at 32 rephrases per document. We find even better loss scaling under a new perspective: synthetic generations from the same document can form a single substantially longer megadocument instead of many short documents. We show two ways to construct megadocs: stitching synthetic rephrases from the same web document or stretching a document by inserting rationales. Both methods improve i.i.d. loss, downstream benchmarks, and especially long-context loss relative to simple rephrasing, increasing data efficiency from $1.48\times$ to $1.80\times$ at $32$ generations per document. Importantly, the improvement of megadocs over simple rephrasing widens as more synthetic data is generated. Our results show how to design synthetic data algorithms that benefit more from increasing compute when data-constrained.

📄 PDF Abstract BibTeX arXiv:2603.18534

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

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…

Synthetic Mixed Training: Scaling Parametric Knowledge Acquisition Beyond RAG

2026-03-24 · Seungju Han, Konwoo Kim, Chanwoo Park, Benjamin Newman 외 arxiv

Synthetic data augmentation helps language models learn new knowledge in data-constrained domains. However, naively scaling existing synthetic data methods by training on more synthetic tokens or using stronger generator…

Reading ComprehensionData Augmentation

Demystifying Synthetic Data in LLM Pre-training: A Systematic Study of Scaling Laws, Benefits, and Pitfalls

2025-10-02 · Feiyang Kang, Newsha Ardalani, Michael Kuchnik, Youssef Emad 외 arxiv

Training data plays a crucial role in Large Language Models (LLM) scaling, yet high quality data is of limited supply. Synthetic data techniques offer a potential path toward sidestepping these limitations. We conduct a …

PluRel: Synthetic Data unlocks Scaling Laws for Relational Foundation Models

2026-02-03 · Vignesh Kothapalli, Rishabh Ranjan, Valter Hudovernik, Vijay Prakash Dwivedi 외 arxiv

Relational Foundation Models (RFMs) facilitate data-driven decision-making by learning from complex multi-table databases. However, the diverse relational databases needed to train such models are rarely public due to pr…

Scaling Laws of Synthetic Data for Language Models

2025-03-25 · Zeyu Qin, Qingxiu Dong, Xingxing Zhang, Li Dong 외

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. Syntheti…

Synthetic Data Generation