paper-with-me

Papers

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, produces plausible-looking but bogus plaintext called "honey messages". But the current techniques used in producing the decoy plaintexts do not model human language entirely. A gibberish, random assortment of words is not enough to fool an attacker; that will not be acceptable and convincing, whether or not the attacker knows some information of the genuine source. In this paper, I focus on the plaintexts which are some non-numeric informative messages. In order to fool the attacker into believing that the decoy message can actually be from a certain source, we need to capture the empirical and contextual properties of the language. That is, there should be no linguistic difference between real and fake message, without revealing the structure of the real message. I employ natural language processing and generalized differential privacy to solve this problem. Mainly I focus on machine learning methods like keyword extraction, context classification, bags-of-words, word embeddings, transformers for text processing to model privacy for text documents. Then I prove the security of this approach with e-differential privacy.

📄 PDF Abstract BibTeX arXiv:2010.15985

Code (0)

등록된 구현이 없습니다.

Tasks

Keyword ExtractionWord Embeddings

Similar Papers 제목 키워드 기반

Differential Privacy in Natural Language Processing The Story So Far

2022-07-01 · NAACL (PrivateNLP) 2022 7 · Oleksandra Klymenko, Stephen Meisenbacher, Florian Matthes

As the tide of Big Data continues to influence the landscape of Natural Language Processing (NLP), the utilization of modern NLP methods has grounded itself in this data, in order to tackle a variety of text-based tasks.…

Differential Privacy in Natural Language Processing: The Story So Far

2022-08-17 · Oleksandra Klymenko, Stephen Meisenbacher, Florian Matthes

As the tide of Big Data continues to influence the landscape of Natural Language Processing (NLP), the utilization of modern NLP methods has grounded itself in this data, in order to tackle a variety of text-based tasks.…

Differentially Private Attention Computation

2023-05-08 · Yeqi Gao, Zhao Song, Xin Yang, Yufa Zhou

Large language models (LLMs), especially those based on the Transformer architecture, have had a profound impact on various aspects of daily life, such as natural language processing, content generation, research methodo…

Differentially Private Language Models Benefit from Public Pre-training

2020-09-13 · EMNLP (PrivateNLP) 2020 11 · Gavin Kerrigan, Dylan Slack, Jens Tuyls

Language modeling is a keystone task in natural language processing. When training a language model on sensitive information, differential privacy (DP) allows us to quantify the degree to which our private data is protec…

Language ModelingLanguage ModellingPrivacy Preserving

When Explainability Meets Privacy: An Investigation at the Intersection of Post-hoc Explainability and Differential Privacy in the Context of Natural Language Processing

2025-08-14 · Mahdi Dhaini, Stephen Meisenbacher, Ege Erdogan, Florian Matthes 외 arxiv

In the study of trustworthy Natural Language Processing (NLP), a number of important research fields have emerged, including that of explainability and privacy. While research interest in both explainable and privacy-pre…