Detecting Memorization in Large Language Models
Eduardo Slonski
TL;DR
This work tackles memorization in large language models by shifting from output-based signals to internal neuron activations. It introduces a mechanism-focused pipeline that identifies activations separating memorized from non-memorized tokens, and trains probes that achieve near-perfect detection accuracy, enabling interventions that suppress memorization without harming general performance. The approach extends to repetition and uncovers a certainty-related activation, offering interpretable insights into how internal mechanisms manifest. Practically, this enables scalable token labeling, improved evaluation integrity, and targeted control of model behavior for safer, more reliable AI systems.
Abstract
Large language models (LLMs) have achieved impressive results in natural language processing but are prone to memorizing portions of their training data, which can compromise evaluation metrics, raise privacy concerns, and limit generalization. Traditional methods for detecting memorization rely on output probabilities or loss functions, often lacking precision due to confounding factors like common language patterns. In this paper, we introduce an analytical method that precisely detects memorization by examining neuron activations within the LLM. By identifying specific activation patterns that differentiate between memorized and not memorized tokens, we train classification probes that achieve near-perfect accuracy. The approach can also be applied to other mechanisms, such as repetition, as demonstrated in this study, highlighting its versatility. Intervening on these activations allows us to suppress memorization without degrading overall performance, enhancing evaluation integrity by ensuring metrics reflect genuine generalization. Additionally, our method supports large-scale labeling of tokens and sequences, crucial for next-generation AI models, improving training efficiency and results. Our findings contribute to model interpretability and offer practical tools for analyzing and controlling internal mechanisms in LLMs.
