paper-with-me

홈 › Papers

Qrlew: Rewriting SQL into Differentially Private SQL

2024-01-11 · Nicolas Grislain, Paul Roussel, Victoria de Sainte Agathe

This paper introduces Qrlew, an open source library that can parse SQL queries into Relations -- an intermediate representation -- that keeps track of rich data types, value ranges, and row ownership; so that they can easily be rewritten into differentially-private equivalent and turned back into SQL queries for execution in a variety of standard data stores. With Qrlew, a data practitioner can express their data queries in standard SQL; the data owner can run the rewritten query without any technical integration and with strong privacy guarantees on the output; and the query rewriting can be operated by a privacy-expert who must be trusted by the owner, but may belong to a separate organization.

📄 PDF Abstract BibTeX arXiv:2401.06273

Code (1)

qrlew/qrlew 공식 구현

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

DP-Rewrite: Towards Reproducibility and Transparency in Differentially Private Text Rewriting

2022-08-22 · COLING 2022 10 · Timour Igamberdiev, Thomas Arnold, Ivan Habernal

Text rewriting with differential privacy (DP) provides concrete theoretical guarantees for protecting the privacy of individuals in textual documents. In practice, existing systems may lack the means to validate their pr…

Privacy Preserving

DP-MLM: Differentially Private Text Rewriting Using Masked Language Models

2024-06-30 · Stephen Meisenbacher, Maulik Chevli, Juraj Vladika, Florian Matthes

The task of text privatization using Differential Privacy has recently taken the form of $\textit{text rewriting}$, in which an input text is obfuscated via the use of generative (large) language models. While these meth…

Decoder

Differentially-Private Text Rewriting reshapes Linguistic Style

2026-04-29 · Stefan Arnold arxiv

Differential Privacy (DP) for text matured from disjointed word-level substitutions to contiguous sentence-level rewriting by leveraging the generative capacity of language models. While this form of text privatization i…

Just Rewrite It Again: A Post-Processing Method for Enhanced Semantic Similarity and Privacy Preservation of Differentially Private Rewritten Text

2024-05-30 · Stephen Meisenbacher, Florian Matthes

The study of Differential Privacy (DP) in Natural Language Processing often views the task of text privatization as a $\textit{rewriting}$ task, in which sensitive input texts are rewritten to hide explicit or implicit p…

Privacy PreservingSemantic SimilaritySemantic Textual Similarity

Spend Your Budget Wisely: Towards an Intelligent Distribution of the Privacy Budget in Differentially Private Text Rewriting

2025-03-28 · Stephen Meisenbacher, Chaeeun Joy Lee, Florian Matthes

The task of $\textit{Differentially Private Text Rewriting}$ is a class of text privatization techniques in which (sensitive) input textual documents are $\textit{rewritten}$ under Differential Privacy (DP) guarantees. T…