Zizhao Hu, Ameya Godbole, Johnny Tian-zheng Wei, Mohammad Rostami, Jesse Thomason, Robin Jia
GLAMOUR Lab · Allegro Lab · University of Southern California · June 2026
LLMs memorize training data — this creates real-world risks
Personal data leakage, GDPR compliance
Bioweapons, exploits, chemical synthesis
Verbatim text reproduction, IP violations
Classified data exposure, national security
Outdated facts, false claims at scale
Inflated benchmarks, unreliable LLM evals
Goal: Remove specific knowledge while preserving everything else
Retraining is expensive · Model editing is destructive
Remove forget data from training set, retrain from scratch
✓ Perfect unlearning guarantee
✗ Extremely costly — full retraining from scratch
✗ Not scalable — must retrain again for each new request
Modify the model post-hoc to remove specific knowledge
✓ Fast — minutes instead of weeks
✓ Scalable — handles sequential requests
⚠ Risk of destroying model utility
Method inspiration
Memorized content has a distinctive probability signature
Function words, common patterns — NOT memorization
Rare tokens, specific names/facts — THIS is memorization
Target only the bottom P% tokens by probability — leave everything else untouched
For each position in the forget set, create a target distribution
L = KL(qtarget ‖ pmodel) — single loss, no separate retain set needed
SHRED (circles) is the only method in the top-left corner on all four benchmarks
200 fine-tune steps on 40 forget examples: SHRED +0.15 vs RMU +0.67 · NPO +0.47 (oracle +0.05)
Small-batch SHRED reaches PrivLeak ≈ 0 (the oracle); retain-set baselines stay near −100
Utility drops only ~0.08 by round 3 — vs ~0.15 for NPO and RMU
Optimal at P = 50–75% (default 50%); P = 100% (UNDIAL-like) is strictly worse
8-bit optimizer is free · small batch preserves utility · LoRA costs ~8 utility pts
Utility rises above both Full (base) and the retrained Target oracle. The Target was never trained on the forget set — so SHRED doesn't just revert fine-tuning, it reduces hallucination in general.
Next Steps
Efficient training · Localization · Hallucination reduction
Zizhao Hu · University of Southern California · 2026