LGCLFeb 9, 2025

Scaling Laws for Forgetting during Finetuning with Pretraining Data Injection

arXiv:2502.06042v227 citationsh-index: 39ICML
Originality Incremental advance
AI Analysis

This addresses a practical challenge in adapting language models to new domains, though it is incremental as it builds on existing finetuning methods.

The paper tackles the problem of model forgetting and overfitting during finetuning on limited target data by deriving scaling laws and showing that injecting just 1% of pretraining data prevents forgetting.

A widespread strategy to obtain a language model that performs well on a target domain is to finetune a pretrained model to perform unsupervised next-token prediction on data from that target domain. Finetuning presents two challenges: (i) if the amount of target data is limited, as in most practical applications, the model will quickly overfit, and (ii) the model will drift away from the original model, forgetting the pretraining data and the generic knowledge that comes with it. We aim to derive scaling laws that quantify these two phenomena for various target domains, amounts of available target data, and model scales. We measure the efficiency of injecting pretraining data into the finetuning data mixture to avoid forgetting and mitigate overfitting. A key practical takeaway from our study is that injecting as little as 1% of pretraining data in the finetuning data mixture prevents the model from forgetting the pretraining set.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes