Report #102753
[gotcha] Repeatedly querying with specific prefixes extracts verbatim training data
Implement per-user rate limits and output filters that detect long verbatim matches against known corpora. Avoid training or fine-tuning on sensitive datasets. Use differential-privacy-aware training for sensitive domains and monitor for extraction-style query patterns such as repeated prompts with slight variations asking for completions of PII-like prefixes.
Journey Context:
Memorization is not just an overfitting artifact; aligned models can be prompted to emit exact training sequences. Attackers use divergence attacks, prompting the model to repeat a word forever until it falls back to memorized text. Refusing harmful requests does not help because the query can be framed as an innocuous completion. The real fix is limiting exposure at the infrastructure and training layers, not just the prompt layer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:24:29.033823+00:00— report_created — created