paper-with-me

Papers

Causal Estimation of Memorisation Profiles

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

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 of training with an instance on the model's ability to predict that instance. This definition relies on a counterfactual: the ability to observe what would have happened had the model not seen that instance. Existing methods struggle to provide computationally efficient and accurate estimates of this counterfactual. Further, they often estimate memorisation for a model architecture rather than for a specific model instance. This paper fills an important gap in the literature, proposing a new, principled, and efficient method to estimate memorisation based on the difference-in-differences design from econometrics. Using this method, we characterise a model's memorisation profile--its memorisation trends across training--by only observing its behaviour on a small set of instances throughout training. In experiments with the Pythia model suite, we find that memorisation (i) is stronger and more persistent in larger models, (ii) is determined by data order and learning rate, and (iii) has stable trends across model sizes, thus making memorisation in larger models predictable from smaller ones.

📄 PDF Abstract BibTeX arXiv:2406.04327

Code (1)

pietrolesci/memorisation-profiles 공식 구현 pytorch

Tasks

counterfactualEconometrics

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…

Similar 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…

Domain Adaptation

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

Probe-Geometry Alignment: Erasing the Cross-Sequence Memorization Signature Below Chance

2026-05-03 · Anamika Paul Rupa, Anietie Andy arxiv

Recent attacks show that behavioural unlearning of large language models leaves internal traces recoverable by adversarial probes. We characterise where this retention lives and show it can be surgically removed without …

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

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