paper-with-me

Papers

Early Detection and Reduction of Memorisation for Domain Adaptation and Instruction Tuning

2025-10-13 · Dean L. Slack, Noura Al Moubayed arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.11372

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

Generalisation First, Memorisation Second? Memorisation Localisation for Natural Language Classification Tasks

2024-08-09 · Verna Dankers, Ivan Titov

Memorisation is a natural part of learning from real-world data: neural models pick up on atypical input-output combinations and store those training examples in their parameter space. That this happens is well-known, bu…

image-classificationImage Classification

Memorisation Cartography: Mapping out the Memorisation-Generalisation Continuum in Neural Machine Translation

2023-11-09 · Verna Dankers, Ivan Titov, Dieuwke Hupkes

When training a neural network, it will quickly memorise some source-target mappings from your dataset but never learn some others. Yet, memorisation is not easily expressed as a binary feature that is good or bad: indiv…

counterfactualMachine TranslationNMTPosition

Causal Estimation of Memorisation Profiles

2024-06-06 · Pietro Lesci, Clara Meister, Thomas Hofmann, Andreas Vlachos 외

Understanding memorisation in language models has practical and societal implications, e.g., studying models' training dynamics or preventing copyright infringements. Prior work defines memorisation as the causal effect …

counterfactualEconometrics

What do larger image classifiers memorise?

2023-10-09 · Michal Lukasik, Vaishnavh Nagarajan, Ankit Singh Rawat, Aditya Krishna Menon 외

The success of modern neural networks has prompted study of the connection between memorisation and generalisation: overparameterised models generalise well, despite being able to perfectly fit (memorise) completely rand…

image-classificationImage ClassificationKnowledge DistillationMemorization+1

Continuous Test-time Domain Adaptation for Efficient Fault Detection under Evolving Operating Conditions

2024-06-06 · Han Sun, Kevin Ammann, Stylianos Giannoulakis, Olga Fink

Fault detection is crucial in industrial systems to prevent failures and optimize performance by distinguishing abnormal from normal operating conditions. Data-driven methods have been gaining popularity for fault detect…

Anomaly DetectionDomain AdaptationFault DetectionTransfer Learning