用合成数据让大模型更充分学完有限的原始文本。
Generating Pretraining Tokens from Organic Data for Data-Bound Scaling

- 通过重述和改写,让同一原文生成多样形式,帮助模型深入学习。
- 在1.1亿参数模型上,有效训练量提升3.7至5.2倍,超标准重复。
- 适合追求数据利用率的模型训练者,尤其在数据受限时。
大语言模型预训练正从算力主导转向数据主导,但现有人工文本远不足以满足扩展需求。本文提出SynPro框架,通过重述和改写两种操作,以多样化形式呈现相同原始内容,帮助模型更深入学习有限有机数据,不引入外部信息。两个生成器通过强化学习优化,奖励包括质量、忠实度和数据影响。在预训练中持续更新,针对模型尚未吸收的内容进行合成。我们在4亿和11亿参数模型上,仅使用原始最优数据量的10%(分别为0.8B和2.2B tokens)来自DCLM-Baseline,模拟前沿预训练中的真实数据约束环境。结果表明,标准重复策略严重低估了原始数据潜力;SynPro使有效训练量提升3.7至5.2倍,甚至超过同等唯一数据量下的非数据约束基准。分析证实,忠实且模型感知的合成可维持数据边界扩展,避免分布坍塌。代码已开源。
原文摘要 · Abstract (English)
LLM pretraining is shifting from a compute-bound to a data-bound regime, where available human (organic) text falls far short of scaling demands. However, reaching the data-bound regime does not mean the model has fully utilized its organic corpus. In this paper, we introduce SynPro, a synthetic data generation framework that helps LLMs more thoroughly learn from limited organic data. SynPro applies two operations, rephrasing and reformat, that present the same organic source in diverse forms to facilitate deeper learning without introducing external information. Both generators are optimized via reinforcement learning with quality, faithfulness, and data influence rewards, and are continuously updated as pretraining plateaus to target content the model has yet to absorb. We pretrain 400M and 1.1B models with 10% of their Chinchilla-optimal tokens (0.8B and 2.2B) from DCLM-Baseline, reflecting a realistic data-bound regime in frontier pretraining. Our results reveal that organic data is significantly underutilized by standard repetition: SynPro unlocks 3.7-5.2x the effective tokens of repetition, even surpassing the non-data-bound oracle that trains on equivalent unique data at the 1.1B scale. Analyses confirm that faithful, model-aware synthesis sustains data-bound scaling without causing distribution collapse. We open-source our code at https://github.com/cxcscmu/SynPro.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。