Early Detection and Reduction of Memorisation for Domain Adaptation and Instruction Tuning
Dean L. Slack, Noura Al Moubayed
TL;DR
This paper examines how fine-tuning domain adaptation and instruction tuning of large language models leads to memorisation of training data, often early in training. It introduces an $n$-gram memorisation score as a practical early-warning signal and shows that early stopping based on this signal can reduce memorisation with minimal performance loss, while an $n$-gram regularisation loss further lowers memorisation by up to around 40% across models. The study evaluates multiple model families (e.g., Pythia, Llama3, Mistral) and diverse datasets, finding that memorisation scales with model size and that mitigation strategies vary in effectiveness depending on architecture and task. Overall, the work provides actionable, scalable insights into memorisation dynamics and practical defenses during fine-tuning in domain adaptation and instruction-tuning contexts.
Abstract
Although large language models excel across many tasks, they can memorise training data and thereby expose private or copyrighted text. Most defences target the pre-training stage, leaving memorisation during fine-tuning, especially for domain adaptation and instruction tuning, poorly understood. We fine-tune Pythia, Llama3, and Mistral models spanning 1.4B-70B parameters on common evaluation datasets and track verbatim memorisation throughout training. We find that memorisation increases dramatically in the first few epochs, often significantly before either validation perplexity or evaluation performance is optimised. We use a simple but effective n-gram memorisation score which reliably precedes verbatim memorisation; using it as an early-stopping criterion mitigates memorisation with minimal performance loss. Further, we introduce an n-gram-aware loss regulariser and show that it reduces memorisation across all model families tested by up to 40% while minimising evaluation performance trade-offs when compared to an existing memorisation mitigation strategy. These results yield practical, scalable insights into memorisation dynamics during language model fine-tuning.
