Search papers, labs, and topics across Lattice.
This paper systematically investigates the impact of prompt design, generator model size, and source data on the quality of synthetic pretraining data. Through controlled experiments generating over one trillion tokens, the authors find that structured output formats consistently outperform curated web baselines and previous synthetic methods, while generator model size plateaus beyond 1B parameters. They leverage these insights to create \textsc{FinePhrase}, a 486B token dataset of rephrased web text that outperforms existing synthetic datasets at a fraction of the generation cost.
Forget scaling laws for synthetic data: structured prompts plus smart data mixing beats bigger generator models and slashes costs by 30x.
Synthetic data is a standard component in training large language models, yet systematic comparisons across design dimensions, including rephrasing strategy, generator model, and source data, remain absent. We conduct extensive controlled experiments, generating over one trillion tokens, to identify critical factors in rephrasing web text into synthetic pretraining data. Our results reveal that structured output formats, such as tables, math problems, FAQs, and tutorials, consistently outperform both curated web baselines and prior synthetic methods. Notably, increasing the size of the generator model beyond 1B parameters provides no additional benefit. Our analysis also demonstrates that the selection of the original data used for mixing substantially influences performance. By applying our findings, we develop \textbf{\textsc{FinePhrase}}, a 486-billion-token open dataset of rephrased web text. We show that \textsc{FinePhrase} outperforms all existing synthetic data baselines while reducing generation costs by up to 30 times. We provide the dataset, all prompts, and the generation framework to the research community.