paper-with-me

Papers

The Interlocutor Effect: Why LLMs Leak More Personal Data to Agents Than Humans

2026-04-26 · Faouzi El Yagoubi, Godwin Badu-Marfo, Ranwa Al Mallah arxiv

Large Language Models (LLMs) alter their privacy behavior based on the perceived identity of their interlocutor. While safety mechanisms typically prevent LLMs from releasing Personally Identifiable Information (PII) to human users, these models tend to reveal more sensitive data when addressing another AI agent. We refer to this as the \textbf{Interlocutor Effect}. Through an ablation study, we find evidence that the technical nature of the recipient contributes to this effect, thereby diminishing the model's caution regarding privacy. To explore this further, we introduce the Attention Suppression Hypothesis, which posits that safety-aligned attention heads become inactive during interactions with agents. We assess this quantitatively by comparing human-directed and agent-directed prompts in 222 sensitive scenarios. Our findings, drawn from 3,464 interactions, indicate that portraying the recipient as an AI agent elevates PII leakage by up to 23 percentage points. Initial experiments on Llama-3.1-8B-Instruct corroborate this: deactivating one safety head induces leakage, whereas reactivating it reinstates privacy safeguards. We consider the implications for developing secure multi-agent systems.

📄 PDF Abstract BibTeX arXiv:2606.09844

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stranger, Fan, or Peer? A Systematic Study on the Role of Interlocutor in Persona-Based Dialogue Generation

2026-08-28 · Daniela Occhipinti, Malvina Nissim, Marco Guerini arxiv

Persona-based dialogue systems are usually conditioned on speaker biography, but dialogues involve at least two participants, and who has access to whose biography can vary across training, inference, and evaluation. Pri…

Dialogue Generation

Personality Differences Drive Conversational Dynamics: A High-Dimensional NLP Approach

2024-10-14 · Julia R. Fischer, Nilam Ram

This paper investigates how the topical flow of dyadic conversations emerges over time and how differences in interlocutors' personality traits contribute to this topical flow. Leveraging text embeddings, we map the traj…

A Little Leak Will Sink a Great Ship: Survey of Transparency for Large Language Models from Start to Finish

2024-03-24 · Masahiro Kaneko, Timothy Baldwin

Large Language Models (LLMs) are trained on massive web-crawled corpora. This poses risks of leakage, including personal information, copyrighted texts, and benchmark datasets. Such leakage leads to undermining human tru…

Few-Shot Learning

Simple Prompt Injection Attacks Can Leak Personal Data Observed by LLM Agents During Task Execution

2025-06-01 · Meysam Alizadeh, Zeynab Samei, Daria Stetsenko, Fabrizio Gilardi

Previous benchmarks on prompt injection in large language models (LLMs) have primarily focused on generic tasks and attacks, offering limited insights into more complex threats like data exfiltration. This paper examines…

ProPILE: Probing Privacy Leakage in Large Language Models

2023-07-04 · NeurIPS 2023 11

The rapid advancement and widespread use of large language models (LLMs) have raised significant concerns regarding the potential leakage of personally identifiable information (PII). These models are often trained on va…