PrivacyAlign: Contextual Privacy Alignment for LLM Agents
Summary
PrivacyAlign introduces a human-annotated dataset and training framework for aligning LLM agents to respect contextual privacy norms, showing that frontier models still leak sensitive information and that human-grounded evaluation improves alignment.
View Cached Full Text
Cached at: 06/25/26, 05:13 PM
Paper page - PrivacyAlign: Contextual Privacy Alignment for LLM Agents
Source: https://huggingface.co/papers/2606.21710 Agents are powerful because they can use tools to gather information, remember context, and act on our behalf. But those same capabilities create new privacy risks: an agent with access to emails, calendars, files, databases, tools, and memory may disclose sensitive information that should not have been shared.
I’m excited to share PrivacyAlign, our new work on privacy alignment for LLM agents.
Privacy is not simply the absence of disclosure. It depends on context: what information should flow, to whom, in what situation, and at what level of detail.
That makes privacy alignment especially challenging for LLMs, because the right answer often depends on scenario-specific social norms.
In PrivacyAlign, we introduce a human-annotated dataset and training/evaluation framework for studying these risks in agentic settings: • 1,350 privacy-sensitive agent response pairs • 3,516 annotations • 599 human annotators
On the PrivacyAlign test set, frontier models still often leak sensitive information: • GPT-5.5: 23.3% • Claude Opus 4.7: 34.1% • Gemini 3.1 Pro: 41.4%
We also show that privacy evaluation is difficult to automate with LLM judges alone. When judges are given same-scenario human annotations and rationales, their judgments become more reliable and closer to audited gold labels.
One core contribution is annotation-conditioned rewards: during alignment training, the reward judge sees human annotations and rationales for reference responses from the same scenario. This keeps the privacy signal contextual, specific, and human-grounded.
The result: models leak much less while still sharing what the task needs.
The broader takeaway: if privacy is defined by human norms, then privacy evaluation and training must be grounded in human judgment.
Project page:https://privacyalign.github.io/ Paper:https://arxiv.org/abs/2606.21710 Dataset:https://huggingface.co/datasets/ServiceNow/PrivacyAlign
Similar Articles
@stanfordnlp: Lots of @stanfordnlp work at @icmlconf. See you in Seoul! Contextualized Privacy Defense for LLM Agents Yule Wen, @Stev…
The paper proposes Contextualized Defense Instructing (CDI), a new paradigm for privacy defense in LLM agents that uses a reinforcement learning-trained instructor model to generate step-specific, context-aware guidance, achieving a better balance between privacy preservation and helpfulness.
Hidden Latent-State Shifts in LLMs: Why Current Alignment Is Blind to Real Internal Dangers — Especially With Agents
This paper demonstrates that LLMs can enter measurably different internal latent states under coherent context while maintaining aligned outputs, revealing a blind spot in current alignment methods that only monitor surface tokens. The Gemma-3-12B-IT experiment shows strong residual stream geometry shifts that existing safety frameworks cannot detect, with implications for agentic AI deployment.
Re-Centering Humans in LLM Personalization
This paper studies the gap between synthetic and human data for evaluating LLM personalization across three stages: attribute extraction, relevance matching, and response generation. Results show models perform worse on real human data, and the authors introduce lightweight training interventions to improve alignment.
Context-Aware RL for Agentic and Multimodal LLMs
Introduces ContextRL, a reinforcement learning approach that teaches LLMs to identify which context supports an answer, achieving gains on agentic and multimodal benchmarks.
Safeguarding LLM Agents from Misalignment through Provenance Analysis
This paper proposes a provenance-based framework and multi-stage pipeline, \tool, to detect misalignment in LLM agents' tool invocations before execution, reducing error rates significantly compared to LLM-as-a-judge baselines.