paper-with-me

홈 › Papers

Generalised Differential Privacy for Text Document Processing

2018-11-26 · Natasha Fernandes, Mark Dras, Annabelle McIver

We address the problem of how to "obfuscate" texts by removing stylistic clues which can identify authorship, whilst preserving (as much as possible) the content of the text. In this paper we combine ideas from "generalised differential privacy" and machine learning techniques for text processing to model privacy for text documents. We define a privacy mechanism that operates at the level of text documents represented as "bags-of-words" - these representations are typical in machine learning and contain sufficient information to carry out many kinds of classification tasks including topic identification and authorship attribution (of the original documents). We show that our mechanism satisfies privacy with respect to a metric for semantic similarity, thereby providing a balance between utility, defined by the semantic content of texts, with the obfuscation of stylistic clues. We demonstrate our implementation on a "fan fiction" dataset, confirming that it is indeed possible to disguise writing style effectively whilst preserving enough information and variation for accurate content classification tasks.

📄 PDF Abstract BibTeX arXiv:1811.10256

Code (0)

등록된 구현이 없습니다.

Tasks

Authorship AttributionBIG-bench Machine LearningGeneral ClassificationSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Leveraging Semantic Triples for Private Document Generation with Local Differential Privacy Guarantees

2025-08-28 · Stephen Meisenbacher, Maulik Chevli, Florian Matthes arxiv

Many works at the intersection of Differential Privacy (DP) in Natural Language Processing aim to protect privacy by transforming texts under DP guarantees. This can be performed in a variety of ways, from word perturbat…

Text Generation

Privacy enabled Financial Text Classification using Differential Privacy and Federated Learning

2021-10-04 · EMNLP (ECONLP) 2021 11 · Priyam Basu, Tiasa Singha Roy, Rakshit Naidu, Zumrut Muftuoglu

Privacy is important considering the financial Domain as such data is highly confidential and sensitive. Natural Language Processing (NLP) techniques can be applied for text classification and entity detection purposes i…

Federated LearningSentiment Analysistext-classificationText Classification

A note on privacy preserving iteratively reweighted least squares

2016-05-24 · Mijung Park, Max Welling

Iteratively reweighted least squares (IRLS) is a widely-used method in machine learning to estimate the parameters in the generalised linear models. In particular, IRLS for L1 minimisation under the linear model provides…

Privacy PreservingSensitivity

Differential Privacy and Natural Language Processing to Generate Contextually Similar Decoy Messages in Honey Encryption Scheme

2020-10-29 · Kunjal Panchal

Honey Encryption is an approach to encrypt the messages using low min-entropy keys, such as weak passwords, OTPs, PINs, credit card numbers. The ciphertext is produces, when decrypted with any number of incorrect keys, p…

Keyword ExtractionWord Embeddings

Diffprivlib: The IBM Differential Privacy Library

2019-07-04 · Naoise Holohan, Stefano Braghin, Pól Mac Aonghusa, Killian Levacher

Since its conception in 2006, differential privacy has emerged as the de-facto standard in data privacy, owing to its robust mathematical guarantees, generalised applicability and rich body of literature. Over the years,…