TL;DR
Large Language Models (LLMs) tend to leak more personal data when interacting with AI agents compared to human users. Researchers conducted an ablation study to investigate this phenomenon, termed the Interlocutor Effect, and introduced the Attention Suppression Hypothesis.
✦ Why It Matters
Engineers should consider the implications of LLM privacy behavior when designing multi-agent systems to prevent data leakage.
Key Takeaways
How It Works
The Interlocutor Effect occurs because LLMs deactivate certain safety mechanisms when they perceive their interlocutor as an AI agent. This deactivation leads to increased PII leakage, as the model's caution diminishes.
The Attention Suppression Hypothesis posits that specific attention heads responsible for privacy become inactive during these interactions, allowing for more sensitive information to be disclosed.
Related