paper-with-me

홈 › Papers

The Empirical Impact of Data Sanitization on Language Models

2024-11-08 · Anwesan Pal, Radhika Bhargava, Kyle Hinsz, Jacques Esterhuizen, Sudipta Bhattacharya

Data sanitization in the context of language modeling involves identifying sensitive content, such as personally identifiable information (PII), and redacting them from a dataset corpus. It is a common practice used in natural language processing (NLP) to maintain privacy. Nevertheless, the impact of data sanitization on the language understanding capability of a language model remains less studied. This paper empirically analyzes the effects of data sanitization across several benchmark language-modeling tasks including comprehension question answering (Q&A), entailment, sentiment analysis, and text classification. Our experiments cover a wide spectrum comprising finetuning small-scale language models, to prompting large language models (LLMs), on both original and sanitized datasets, and comparing their performance across the tasks. Interestingly, our results suggest that for some tasks such as sentiment analysis or entailment, the impact of redaction is quite low, typically around 1-5%, while for tasks such as comprehension Q&A there is a big drop of >25% in performance observed in redacted queries as compared to the original. For tasks that have a higher impact, we perform a deeper dive to inspect the presence of task-critical entities. Finally, we investigate correlation between performance and number of redacted entities, and also suggest a strategy to repair an already redacted dataset by means of content-based subsampling. Additional details are available at https://sites.google.com/view/datasan.

📄 PDF Abstract BibTeX arXiv:2411.05978

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingQuestion AnsweringSentiment Analysistext-classificationText Classification

Similar Papers 제목 키워드 기반

Neural Text Sanitization with Privacy Risk Indicators: An Empirical Analysis

2023-10-22 · Anthi Papadopoulou, Pierre Lison, Mark Anderson, Lilja Øvrelid 외

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 …

Language Modellingnamed-entity-recognitionNamed Entity RecognitionText Anonymization

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…

Construction of Differentially Private Empirical Distributions from a low-order Marginals Set through Solving Linear Equations with l2 Regularization

2018-12-12 · Evercita C. Eugenio, Fang Liu

We introduce a new algorithm, Construction of dIfferentially Private Empirical Distributions from a low-order marginals set tHrough solving linear Equations with l2 Regularization (CIPHER), that produces differentially p…

L2 Regularization

Neural Multi-task Text Normalization and Sanitization with Pointer-Generator

2020-07-01 · WS 2020 7 · Hoang Nguyen, S Cavallari, ro

Text normalization and sanitization are intrinsic components of Natural Language Inferences. In Information Retrieval or Dialogue Generation, normalization of user queries or utterances enhances linguistic understanding …

Dialogue GenerationInformation RetrievalRetrievalText Generation+1

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