memorization-is-dual-use-capability-and-vulnerability

IN derived (depth 2)

Created 2026-06-21T10:25:10+00:00 · Reviewed 2026-06-21T14:41:08+00:00

Training data memorization exhibits dual-use characteristics: the same retention mechanism that contributes to model knowledge also creates an attack surface for deliberate data poisoning, as memorization rates serve as a quantitative proxy for poisoning vulnerability. GPT-2's early demonstration of both measurable memorization (1-7% exact duplicates) and capability-related safety concerns suggests this tension scales with model capability, though the evidence characterizes the pattern at one scale rather than confirming it as a universal structural property.

Summary

The mechanism that lets a model learn and retain knowledge is the same one that makes it possible for malicious training data to resurface later, so you cannot separate the learning from the vulnerability without sacrificing the learning itself. GPT-2 showed this tension early, and the pattern likely intensifies as models scale, though the evidence so far comes from a single model at one size rather than confirming a universal rule.

Justifications

SL — Memorization simultaneously enables knowledge acquisition and creates poisoning vulnerability, and both scale together

Antecedents (all must be IN):

  • IN memorization-creates-attack-surface-for-training-poisoning — LLM training data memorization (measured at 1-7% exact duplicates in GPT-2) is a plausible mechanism through which deliberate data poisoning (grooming) could materialize in model outputs — if poisoned content is memorized, it may be retrievable at inference time, suggesting that memorization rates could serve as one indicator of susceptibility to poisoning attacks.
  • IN gpt2-foreshadowed-capability-risk-dual-scaling — GPT-2's staged release over misuse concerns, combined with measurements showing 1-7% exact duplicate training data in its outputs, illustrated early tensions between scaling language models and managing associated risks such as memorization and potential misuse.

Dependents

These beliefs depend on this one: