paper-with-me

Papers

Robust Utility-Preserving Text Anonymization Based on Large Language Models

2024-07-16 · Tianyu Yang, Xiaodan Zhu, Iryna Gurevych

Text anonymization is crucial for sharing sensitive data while maintaining privacy. Existing techniques face the emerging challenges of re-identification attack ability of Large Language Models (LLMs), which have shown advanced capability in memorizing detailed information and patterns as well as connecting disparate pieces of information. In defending against LLM-based re-identification attacks, anonymization could jeopardize the utility of the resulting anonymized data in downstream tasks -- the trade-off between privacy and data utility requires deeper understanding within the context of LLMs. This paper proposes a framework composed of three LLM-based components -- a privacy evaluator, a utility evaluator, and an optimization component, which work collaboratively to perform anonymization. To provide a practical model for large-scale and real-time environments, we distill the anonymization capabilities into a lightweight model using Direct Preference Optimization (DPO). Extensive experiments demonstrate that the proposed models outperform baseline models, showing robustness in reducing the risk of re-identification while preserving greater data utility in downstream tasks. Our code and dataset are available at https://github.com/UKPLab/arxiv2024-rupta.

📄 PDF Abstract BibTeX arXiv:2407.11770

Code (1)

ukplab/arxiv2024-rupta 공식 구현 pytorch

Tasks

Text Anonymization

Similar Papers 제목 키워드 기반

Adaptive Text Anonymization: Learning Privacy-Utility Trade-offs via Prompt Optimization

2026-02-24 · Gabriel Loiseau, Damien Sileo, Damien Riquet, Maxime Meyer 외 arxiv

Anonymizing textual documents is a highly context-sensitive problem: the appropriate balance between privacy protection and utility preservation varies with the data domain, privacy objectives, and downstream application…

LLM Anonymization Against Agentic Re-Identification

2026-05-29 · Ziwen Li, Jianing Wen, Tianshi Li arxiv

Agentic LLMs with web search change the threat model for text anonymization: weak contextual cues can become cross-referenceable evidence for re-identification, yet those same details also carry downstream analytic value…

Deep Reinforcement Learning-based Text Anonymization against Private-Attribute Inference

2019-11-01 · IJCNLP 2019 11 · Ahmadreza Mosallanezhad, Ghazaleh Beigi, Huan Liu

User-generated textual data is rich in content and has been used in many user behavioral modeling tasks. However, it could also leak user private-attribute information that they may not want to disclose such as age and l…

AttributeDeep Reinforcement Learningreinforcement-learningReinforcement Learning+2

Learnable Privacy-Preserving Anonymization for Pedestrian Images

2022-07-24 · Junwu Zhang, Mang Ye, Yao Yang

This paper studies a novel privacy-preserving anonymization problem for pedestrian images, which preserves personal identity information (PII) for authorized models and prevents PII from being recognized by third parties…

DecoderPerson Re-IdentificationPrivacy Preserving

A Survey on Current Trends and Recent Advances in Text Anonymization

2025-08-29 · Tobias Deußer, Lorenz Sparrenberg, Armin Berger, Max Hahnbück 외 arxiv

The proliferation of textual data containing sensitive personal information across various domains requires robust anonymization techniques to protect privacy and comply with regulations, while preserving data usability …