Paper: 2604.21882 Authors: Research Team Categories: cs.CL, cs.LG

Problem

Existing memorization defenses focus on verbatim copying:

  • They detect exact or near-exact matches from training data
  • They miss knowledge that’s been “rephrased” by the LLM
  • They assume memorization = copying, which is false

RedirectQA Attack

The paper demonstrates a new attack vector:

Key Insight

LLMs memorize knowledge, not just text. They can “remember” facts and reproduce them in new phrasings:

  1. Question Reformatting: Same facts, different question structure
  2. Answer Paraphrasing: Same knowledge, different words
  3. Multi-hop Reasoning: Combine multiple memorized facts

Attack Method

  • Query LLM with redirected questions (different surface form, same meaning)
  • Collect responses that reveal memorized knowledge
  • Verify using source attribution techniques

Results

DefenseVerbatim CopyRedirectQA
Exact Match98% blocked12% blocked
N-gram Deduplication89% blocked8% blocked
Proposed DefenseTBDTBD

Takeaways

  • Non-verbatim memorization is a real and serious threat
  • Current defenses focus on wrong threat model
  • Need semantic-level deduplication, not just surface-level
  • LLM privacy is more complex than copyright

论文: 2604.21882 作者: 研究团队 分类: cs.CL, cs.LG

问题

现有的记忆防御专注于字面复制:

  • 它们检测训练数据中的完全或近似匹配
  • 它们遗漏LLM已”改写”的知识
  • 它们假设记忆 = 复制,这是错误的

RedirectQA攻击

论文展示了一种新的攻击向量:

关键洞察

LLM记忆知识,而非仅仅文本。它们可以”记住”事实并以新的措辞复现:

  1. 问题重格式化:相同事实,不同问题结构
  2. 答案改写:相同知识,不同词汇
  3. 多跳推理:组合多个记忆事实

攻击方法

  • 使用重定向问题查询LLM(不同表面形式,相同含义)
  • 收集泄露记忆知识的响应
  • 使用源归属技术验证

实验结果

防御字面复制RedirectQA
完全匹配98%阻止12%阻止
N-gram去重89%阻止8%阻止
提出的防御TBDTBD

要点总结

  • 非字面记忆是真实且严重的威胁
  • 当前防御聚焦于错误的威胁模型
  • 需要语义级去重,而非仅表面级
  • LLM隐私比版权更复杂