LGJun 6, 2024

Causal Estimation of Memorisation Profiles

arXiv:2406.04327v131 citations
Originality Highly original
AI Analysis

This work addresses a computational bottleneck in understanding memorisation for researchers and practitioners, offering a more efficient approach to study training dynamics and prevent issues like copyright infringement.

The paper tackles the problem of efficiently and accurately estimating memorisation in language models by proposing a new method based on difference-in-differences design, finding that memorisation is stronger in larger models, influenced by data order and learning rate, and predictable across model sizes.

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.

Code Implementations1 repo
Foundations

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

Your Notes