Large Language Models are Advanced Anonymizers
Robin Staab, Mark Vero, Mislav Balunović, Martin Vechev
TL;DR
The paper addresses the growing privacy risks posed by large language models inferring sensitive attributes from online text. It introduces an adversarial anonymization framework where a surrogate adversary LLM performs attribute inferences and an anonymizer LLM iteratively rewrites text to thwart these inferences while preserving readability and meaning. Through extensive experiments on 13 LLMs across real-world PersonalReddit and synthetic SynthPAI data, the authors demonstrate that feedback-guided adversarial anonymization achieves a superior privacy-utility tradeoff compared to industry baselines like Azure Language Services, with a human study validating user-perceived improvements. The work also discusses scalability with model size, local deployment feasibility, and ethical considerations, highlighting practical avenues for deploying robust, readable anonymized text in real-world online settings.
Abstract
Recent privacy research on large language models (LLMs) has shown that they achieve near-human-level performance at inferring personal data from online texts. With ever-increasing model capabilities, existing text anonymization methods are currently lacking behind regulatory requirements and adversarial threats. In this work, we take two steps to bridge this gap: First, we present a new setting for evaluating anonymization in the face of adversarial LLM inferences, allowing for a natural measurement of anonymization performance while remedying some of the shortcomings of previous metrics. Then, within this setting, we develop a novel LLM-based adversarial anonymization framework leveraging the strong inferential capabilities of LLMs to inform our anonymization procedure. We conduct a comprehensive experimental evaluation of adversarial anonymization across 13 LLMs on real-world and synthetic online texts, comparing it against multiple baselines and industry-grade anonymizers. Our evaluation shows that adversarial anonymization outperforms current commercial anonymizers both in terms of the resulting utility and privacy. We support our findings with a human study (n=50) highlighting a strong and consistent human preference for LLM-anonymized texts.
