paper-with-me

홈 › Papers

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

2026-06-15 · Michael K. Chen, Xikun Zhang, Fan Bai, Zhengding Hu, Zhen Wang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.16246

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationText Generation

Similar Papers 제목 키워드 기반

CoDa: Constrained Generation based Data Augmentation for Low-Resource NLP

2024-03-30 · Chandra Kiran Reddy Evuru, Sreyan Ghosh, Sonal Kumar, Ramaneswaran S 외

We present CoDa (Constrained Generation based Data Augmentation), a controllable, effective, and training-free data augmentation technique for low-resource (data-scarce) NLP. Our approach is based on prompting off-the-sh…

Data AugmentationInstruction Following

Demystifying Manifold Constraints in LLM Pre-training

2026-05-06 · Kang An, Jiaxiang Li, Donald Goldfarb, Shiqian Ma arxiv

The empirical success of large language model (LLM) pre-training relies heavily on heuristic stabilization techniques, such as explicit normalization layers and weight decay. While recent constrained optimization approac…

Aspect-Based Sentiment Analysis with Explicit Sentiment Augmentations

2023-12-18 · Jihong Ouyang, Zhiyao Yang, Silong Liang, Bing Wang 외

Aspect-based sentiment analysis (ABSA), a fine-grained sentiment classification task, has received much attention recently. Many works investigate sentiment information through opinion words, such as ''good'' and ''bad''…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis+1

Demystifying Contrastive Self-Supervised Learning: Invariances, Augmentations and Dataset Biases

2020-07-28 · NeurIPS 2020 12 · Senthil Purushwalkam, Abhinav Gupta

Self-supervised representation learning approaches have recently surpassed their supervised learning counterparts on downstream tasks like object detection and image classification. Somewhat mysteriously the recent gains…

ClassificationGeneral Classificationimage-classificationImage Classification+7

Demystifying Flux Architecture

2025-07-13 · Or Greenberg arxiv

FLUX.1 is a diffusion-based text-to-image generation model developed by Black Forest Labs, designed to achieve faithful text-image alignment while maintaining high image quality and diversity. FLUX is considered state-of…

Text-to-Image Generation