paper-with-me

Papers

Text Sanitization Beyond Specific Domains: Zero-Shot Redaction & Substitution with Large Language Models

2023-11-16 · Federico Albanese, Daniel Ciolek, Nicolas D'Ippolito

In the context of information systems, text sanitization techniques are used to identify and remove sensitive data to comply with security and regulatory requirements. Even though many methods for privacy preservation have been proposed, most of them are focused on the detection of entities from specific domains (e.g., credit card numbers, social security numbers), lacking generality and requiring customization for each desirable domain. Moreover, removing words is, in general, a drastic measure, as it can degrade text coherence and contextual information. Less severe measures include substituting a word for a safe alternative, yet it can be challenging to automatically find meaningful substitutions. We present a zero-shot text sanitization technique that detects and substitutes potentially sensitive information using Large Language Models. Our evaluation shows that our method excels at protecting privacy while maintaining text coherence and contextual information, preserving data utility for downstream tasks.

📄 PDF Abstract BibTeX arXiv:2311.10785

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Controlling the privacy loss with the input feature maps of the layers in convolutional neural networks

2018-05-09 · Woohyung Chun, Sung-Min Hong, Junho Huh, Inyup Kang

We propose the method to sanitize the privacy of the IFM(Input Feature Map)s that are fed into the layers of CNN(Convolutional Neural Network)s. The method introduces the degree of the sanitization that makes the applica…

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

Adaptive and Robust Data Poisoning Detection and Sanitization in Wearable IoT Systems using Large Language Models

2025-11-04 · W. K. M Mithsara, Ning Yang, Ahmed Imteaj, Hussein Zangoti 외 arxiv

The widespread integration of wearable sensing devices in Internet of Things (IoT) ecosystems, particularly in healthcare, smart homes, and industrial applications, has required robust human activity recognition (HAR) te…

Human Activity RecognitionFew-Shot Learning

Initial Exploration of Zero-Shot Privacy Utility Tradeoffs in Tabular Data Using GPT-4

2024-04-07 · Bishwas Mandal, George Amariucai, Shuangqing Wei

We investigate the application of large language models (LLMs), specifically GPT-4, to scenarios involving the tradeoff between privacy and utility in tabular data. Our approach entails prompting GPT-4 by transforming ta…

Fairness

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