AIAug 11, 2025

1-2-3 Check: Enhancing Contextual Privacy in LLM via Multi-Agent Reasoning

arXiv:2508.07667v111 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users of LLMs in interactive settings like meeting summarization, representing a strong domain-specific improvement.

The paper tackles the problem of contextual privacy in LLMs when processing information from multiple sources by introducing a multi-agent framework that decomposes privacy reasoning into specialized subtasks, reducing private information leakage by 18% on ConfAIde and 19% on PrivacyLens with GPT-4o while preserving public content fidelity.

Addressing contextual privacy concerns remains challenging in interactive settings where large language models (LLMs) process information from multiple sources (e.g., summarizing meetings with private and public information). We introduce a multi-agent framework that decomposes privacy reasoning into specialized subtasks (extraction, classification), reducing the information load on any single agent while enabling iterative validation and more reliable adherence to contextual privacy norms. To understand how privacy errors emerge and propagate, we conduct a systematic ablation over information-flow topologies, revealing when and why upstream detection mistakes cascade into downstream leakage. Experiments on the ConfAIde and PrivacyLens benchmark with several open-source and closed-sourced LLMs demonstrate that our best multi-agent configuration substantially reduces private information leakage (\textbf{18\%} on ConfAIde and \textbf{19\%} on PrivacyLens with GPT-4o) while preserving the fidelity of public content, outperforming single-agent baselines. These results highlight the promise of principled information-flow design in multi-agent systems for contextual privacy with LLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes