iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Privacy-Preserving Text Sanitization for Distributed Agents via Disentangled Representations

Privacy-Preserving Text Sanitization for Distributed Agents via Disentangled Representations

Researchers propose DiSan, a privacy-preserving text sanitization framework that uses disentangled representations to separate task semantics from style identifiers. Experiments show it reduces personally identifiable information exposure by 20 times while maintaining 83% answer faithfulness on a multi-agent RAG benchmark, outperforming token-level masking.

iG
iGEN Editorial
June 16, 2026
Privacy-Preserving Text Sanitization for Distributed Agents via Disentangled Representations

When distributed agents exchange text across organizational boundaries, privacy leakage arises not only from explicit identifiers but also from distributional signatures such as formatting conventions, vocabulary choices, and syntactic patterns, according to a paper published on arXiv. The researchers introduce DiSan (Disentangled Sanitization), a framework designed to protect such exchanges by factorizing text into a source-invariant role subspace that preserves task semantics and a source-identifying style subspace that remains local.

The Limits of Token-Level Masking

Traditional approaches often rely on masking personally identifiable information (PII) tokens. However, the paper demonstrates that this method is insufficient. Specifically, masking 19.2% of tokens reduces TF-IDF stylometric attribution by only 18.6%. This suggests that stylistic fingerprints persist even after heavy masking.

Method Token Masking Rate Stylometric Attribution Reduction PII Exposure Reduction Answer Faithfulness
Token-level masking 19.2% 18.6%
DiSan (answer-level) 73.2% (TF-IDF), 70.6% (neural probe) 20× reduction 83%

Disentangled Sanitization via DiSan

DiSan uses a two-stream encoder to separate content from style. One stream captures the role-specific semantics needed for the task, while the other encodes stylistic patterns that could identify the source. The framework employs federated prototype alignment and adversarial regularization to enable joint training without centralizing raw text. This allows multiple distributed agents to collaborate while keeping their stylistic patterns local.

DiSan is described as a built-in component of Intern-Shannon, a broader system for multi-agent collaboration. The paper does not provide further details on Intern-Shannon's architecture.

Measuring Effectiveness

The researchers evaluated DiSan on two benchmarks:

  • Distributed multi-agent RAG benchmark: DiSan reduces answer-level PII exposure by 20 times while maintaining 83% answer faithfulness.
  • Enron email dataset: DiSan lowers stylometric attribution by 73.2% under TF-IDF analysis and 70.6% under a neural probe attack.

These results indicate that disentangled representations provide a stronger privacy guarantee than identifier masking alone, as they address both explicit identifiers and latent stylistic signatures.

Implications for Enterprise Data Sharing

For organizations that rely on distributed agents—such as supply chain partners exchanging logistics data or financial institutions collaborating on trade finance—the threat of information leakage extends beyond explicit names and numbers. Stylistic patterns can inadvertently reveal organizational identity or even individual authorship. DiSan's approach offers a formal framework to strip away these signals while preserving the semantic content needed for collaborative tasks. The technique is agnostic to the underlying task, making it potentially applicable to any text-based multi-agent system where privacy is a concern. Future work may explore integration with existing privacy-preserving technologies like federated learning and differential privacy.


Sources:

Keep Reading

Recommended Stories

SDFLoRA: Selective Decoupled Federated LoRA for Privacy-Preserving Fine-Tuning with Heterogeneous Clients Technology

SDFLoRA: Selective Decoupled Federated LoRA for Privacy-Preserving Fine-Tuning with Heterogeneous Clients

Federated learning for LLMs faces challenges from heterogeneous client ranks and data distributions. SDFLoRA proposes a structure-aware LoRA framework that decouples updates into shared and private components, enabling stable aggregation, personalization, and improved differential privacy. Experiments show it outperforms existing federated LoRA baselines.

June 16, 2026
Large Language Models Can Read Compressed Text That Humans Cannot, Researchers Find Technology

Large Language Models Can Read Compressed Text That Humans Cannot, Researchers Find

A new research paper introduces BabelTele, a compact, non-human-readable text format that large language models can still interpret with high semantic fidelity. The approach compresses text to 27.9% of its original length while preserving 99.5% of meaning, potentially reducing context overhead and costs in enterprise AI deployments.

June 20, 2026
Fast LLM-Based Semantic Filtering: Unified Framework and Adaptive Two-Phase Method Deliver 1.6–2.0x Speed Gains Technology

Fast LLM-Based Semantic Filtering: Unified Framework and Adaptive Two-Phase Method Deliver 1.6–2.0x Speed Gains

A new research paper from Kim, Catheland, and Ailamaki introduces a unified framework and adaptive two-phase method for LLM-based semantic filtering. By composing model-free clustering and online-trained proxies adaptively, and using oracle confidence for multiple purposes, the method achieves 1.6–2.0x faster performance than prior cascades while meeting a 90% accuracy target on 95% of queries across three 10K-document corpora.

June 16, 2026
AL-GNN: New Privacy-Preserving Continual Graph Learning Eliminates Replay Buffers and Backpropagation Technology

AL-GNN: New Privacy-Preserving Continual Graph Learning Eliminates Replay Buffers and Backpropagation

Researchers propose AL-GNN, a continual graph learning framework that uses analytic learning to avoid replay buffers and backpropagation. It achieves 10% higher average performance on CoraFull, reduces forgetting by over 30% on Reddit, and cuts training time by nearly 50% while preserving data privacy.

June 16, 2026