๐ค AI Summary
This work proposes IntentAnony, a novel intent-aware fine-grained text anonymization framework that addresses the limitations of existing approaches which uniformly treat all attributes and struggle to balance privacy preservation with semantic utility. By modeling usersโ pragmatic intent, IntentAnony constructs a privacy inference evidence chain and dynamically allocates an exposure budget to suppress only those privacy cues irrelevant to the underlying intent. This strategy effectively preserves semantic structure, emotional nuance, and interactive functionality. Experimental results demonstrate that IntentAnony achieves a comprehensive improvement of approximately 30% over state-of-the-art methods in both privacy inference success rate and textual utility metrics.
๐ Abstract
Anonymizing sensitive information in user text is essential for privacy, yet existing methods often apply uniform treatment across attributes, which can conflict with communicative intent and obscure necessary information. This is particularly problematic when personal attributes are integral to expressive or pragmatic goals. The central challenge lies in determining which attributes to protect, and to what extent, while preserving semantic and pragmatic functions. We propose IntentAnony, a utility-preserving anonymization approach that performs intent-conditioned exposure control. IntentAnony models pragmatic intent and constructs privacy inference evidence chains to capture how distributed cues support attribute inference. Conditioned on intent, it assigns each attribute an exposure budget and selectively suppresses non-intent inference pathways while preserving intent-relevant content, semantic structure, affective nuance, and interactional function. We evaluate IntentAnony using privacy inference success rates, text utility metrics, and human evaluation. The results show an approximately 30% improvement in the overall privacy--utility trade-off, with notably stronger usability of anonymized text compared to prior state-of-the-art methods. Our code is available at https://github.com/Nevaeh7/IntentAnony.