arXiv:2606.16246cs.LGcs.AI2026-06被引 1

用数据增强解决小数据下语言模型过拟合问题

Demystifying Training-Time Augmentation for Data-Constrained Language Model Pretraining

  • 引入三类训练时增强:词级噪声、序列重排、目标偏移预测
  • 随机替换词效果最佳,组合使用可降低验证损失
  • 适合在有限数据下进行数百轮训练的研究者

随着算力超越高质量文本生成速度,语言模型预训练进入数据受限、算力充裕的新阶段,需在固定语料上进行多轮训练。标准自回归预训练在此场景下严重过拟合,早期达最优后持续退化。本文研究训练时数据增强作为正则化手段,缓解过拟合,实现数百轮有效训练。提出三类增强方法:词级噪声(掩码、随机替换)、序列重排(反向预测、填空)、目标偏移预测(预测未来位置 $x_{t+i}$,$i > 1$)。系统消融实验表明,各类增强均能延缓过拟合并降低验证损失,其中随机替换表现最佳;组合使用进一步提升性能。实验验证,数据增强可有效缓解自回归预训练的数据低效性,为数据受限时代提供可行方案。代码与数据已公开于 https://github.com/michaelchen-lab/data-augmentations-for-pretraining。

原文摘要 · Abstract (English)

As AI labs approach a data ceiling where compute capacity outpaces the rate of new high-quality text generation, language model pretraining is shifting toward a data-constrained, compute-abundant regime that demands productive multi-epoch training on fixed corpora. Standard autoregressive (AR) pretraining overfits severely in this setting, reaching its optimum early and then continuously deteriorating. We investigate training-time data augmentation as a regularizer to mitigate this overfitting and enable productive training for hundreds of epochs on the same data. We introduce three orthogonal categories of augmentation for AR pretraining: token-level noise (masking, random replacement), sequence permutations (right-to-left prediction, Fill-in-the-Middle), and target offset prediction ($x_{t+i}$ for $i > 1$). Through systematic ablations, we find that individual augmentations delay overfitting and lower validation loss relative to the baseline, with random token replacement achieving the best minimum loss among individual methods. Combining augmentation categories further lowers the minimum validation loss. Our experiments demonstrate that data augmentations mitigate AR pretraining's data inefficiency and offer a promising solution to the data-constrained regime~\footnote{All code and data are available at https://github.com/ michaelchen-lab/ data-augmentations-for-pretraining.

语言模型数据增强过拟合预训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。