paper-with-me

홈 › Papers

Neural Text Sanitization with Privacy Risk Indicators: An Empirical Analysis

2023-10-22 · Anthi Papadopoulou, Pierre Lison, Mark Anderson, Lilja Øvrelid, Ildikó Pilán

Text sanitization is the task of redacting a document to mask all occurrences of (direct or indirect) personal identifiers, with the goal of concealing the identity of the individual(s) referred in it. In this paper, we consider a two-step approach to text sanitization and provide a detailed analysis of its empirical performance on two recently published datasets: the Text Anonymization Benchmark (Pil\'an et al., 2022) and a collection of Wikipedia biographies (Papadopoulou et al., 2022). The text sanitization process starts with a privacy-oriented entity recognizer that seeks to determine the text spans expressing identifiable personal information. This privacy-oriented entity recognizer is trained by combining a standard named entity recognition model with a gazetteer populated by person-related terms extracted from Wikidata. The second step of the text sanitization process consists in assessing the privacy risk associated with each detected text span, either isolated or in combination with other text spans. We present five distinct indicators of the re-identification risk, respectively based on language model probabilities, text span classification, sequence labelling, perturbations, and web search. We provide a contrastive analysis of each privacy indicator and highlight their benefits and limitations, notably in relation to the available labeled data.

📄 PDF Abstract BibTeX arXiv:2310.14312

Code (0)

등록된 구현이 없습니다.

Tasks

Language Modellingnamed-entity-recognitionNamed Entity RecognitionText Anonymization

Similar Papers 제목 키워드 기반

The Double-edged Sword of LLM-based Data Reconstruction: Understanding and Mitigating Contextual Vulnerability in Word-level Differential Privacy Text Sanitization

2025-08-26 · Stephen Meisenbacher, Alexandra Klymenko, Andreea-Elena Bodea, Florian Matthes arxiv

Differentially private text sanitization refers to the process of privatizing texts under the framework of Differential Privacy (DP), providing provable privacy guarantees while also empirically defending against adversa…

Truthful Text Sanitization Guided by Inference Attacks

2024-12-17 · Ildikó Pilán, Benet Manzanares-Salor, David Sánchez, Pierre Lison

The purpose of text sanitization is to rewrite those text spans in a document that may directly or indirectly identify an individual, to ensure they no longer disclose personal information. Text sanitization must strike …

Text Anonymization

A False Sense of Privacy: Evaluating Textual Data Sanitization Beyond Surface-level Privacy Leakage

2025-04-28 · Rui Xin, Niloofar Mireshghallah, Shuyue Stella Li, Michael Duan 외

Sanitizing sensitive text data typically involves removing personally identifiable information (PII) or generating synthetic data under the assumption that these methods adequately protect privacy; however, their effecti…

MedQA

One Size Fits All? A Modular Adaptive Sanitization Kit (MASK) for Customizable Privacy-Preserving Phone Scam Detection

2025-10-21 · Kangzhong Wang, Zitong Shen, Youqian Zhang, Michael MK Cheung 외 arxiv

Phone scams remain a pervasive threat to both personal safety and financial security worldwide. Recent advances in large language models (LLMs) have demonstrated strong potential in detecting fraudulent behavior by analy…

Differential Privacy for Text Analytics via Natural Text Sanitization

2021-06-02 · Findings (ACL) 2021 8 · Xiang Yue, Minxin Du, Tianhao Wang, Yaliang Li 외

Texts convey sophisticated knowledge. However, texts also convey sensitive information. Despite the success of general-purpose language models and domain-specific mechanisms with differential privacy (DP), existing text …

Language ModelingLanguage ModellingPrivacy Preserving