paper-with-me

홈 › Papers

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. The motivation behind such methods is to hide both explicit and implicit identifiers that could be contained in text, while still retaining the semantic meaning of the original text, thus preserving utility. Recent years have seen an uptick in research output in this field, offering a diverse array of word-, sentence-, and document-level DP rewriting methods. Common to these methods is the selection of a privacy budget (i.e., the $\varepsilon$ parameter), which governs the degree to which a text is privatized. One major limitation of previous works, stemming directly from the unique structure of language itself, is the lack of consideration of $\textit{where}$ the privacy budget should be allocated, as not all aspects of language, and therefore text, are equally sensitive or personal. In this work, we are the first to address this shortcoming, asking the question of how a given privacy budget can be intelligently and sensibly distributed amongst a target document. We construct and evaluate a toolkit of linguistics- and NLP-based methods used to allocate a privacy budget to constituent tokens in a text document. In a series of privacy and utility experiments, we empirically demonstrate that given the same privacy budget, intelligent distribution leads to higher privacy levels and more positive trade-offs than a naive distribution of $\varepsilon$. Our work highlights the intricacies of text privatization with DP, and furthermore, it calls for further work on finding more efficient ways to maximize the privatization benefits offered by DP in text rewriting.

📄 PDF Abstract BibTeX arXiv:2503.22379

Code (1)

sjmeis/EpsilonDistributor 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Spending Privacy Budget Fairly and Wisely

2022-04-27 · Lucas Rosenblatt, Joshua Allen, Julia Stoyanovich

Differentially private (DP) synthetic data generation is a practical method for improving access to data as a means to encourage productive partnerships. One issue inherent to DP is that the "privacy budget" is generally…

FairnessFeature ImportanceSynthetic Data Generation

Optimal Spend Rate Estimation and Pacing for Ad Campaigns with Budgets

2022-02-04 · Bhuvesh Kumar, Jamie Morgenstern, Okke Schrijvers

Online ad platforms offer budget management tools for advertisers that aim to maximize the number of conversions given a budget constraint. As the volume of impressions, conversion rates and prices vary over time, these …

Management

Spend Wisely: Maximizing Post-Training Gains in Iterative Synthetic Data Boostrapping

2025-01-31 · Pu Yang, Yunzhen Feng, ZiYuan Chen, Yuhang Wu 외

Modern foundation models often undergo iterative ``bootstrapping'' in their post-training phase: a model generates synthetic data, an external verifier filters out low-quality samples, and the high-quality subset is used…

DenoisingImage DenoisingMath

Bayesian Optimization with Directionally Constrained Search

2019-06-22 · Yang Li, Yaqiang Yao

Bayesian optimization offers a flexible framework to optimize an objective function that is expensive to be evaluated. A Bayesian optimizer iteratively queries the function values on its carefully selected points. Subseq…

Bayesian Optimization

Sharpen Your Flow: Sharpness-Aware Sampling for Flow Matching

2026-05-12 · Aditi Gupta, Soon Hoe Lim, Annan Yu, N. Benjamin Erichson arxiv

Flow matching models generate samples by numerically integrating a learned velocity field, with each integration step requiring a neural network evaluation. Fast generation therefore requires using a small fixed evaluati…