pretraining-finetune-dominant-but-fragile

IN derived (depth 1)

Created 2026-06-21T10:06:02+00:00 · Reviewed 2026-06-21T15:37:01+00:00

The pretrain-then-finetune paradigm is dominant for modern deep learning — underpinning both BERT and GPT — but is empirically fragile, as pretraining can actually hurt performance when strong data augmentation or self-training alternatives are available.

Justifications

SL — Paradigm dominance coexists with documented failure cases

Antecedents (all must be IN):

  • IN pretrain-finetune-paradigm — The dominant transformer training paradigm is self-supervised pretraining on unlabeled data followed by supervised fine-tuning on labeled task-specific data.
  • IN generative-pretraining-paradigm-unsupervised-then-finetune — The generative pretraining paradigm (train unsupervised, then fine-tune supervised) is the foundation of modern LLMs
  • IN pretraining-can-hurt-zoph-2020 — Zoph et al. (2020) showed pre-training can reduce accuracy in some cases, finding self-training can outperform transfer learning when strong data augmentation is available.

Dependents

These beliefs depend on this one: