Papers › Locally Differentially Private Document Generation Using Zero Shot Prompting

Locally Differentially Private Document Generation Using Zero Shot Prompting

24 Oct 2023arXiv:2310.16111archive 2025-07-28

Saiteja Utpala, Sara Hooker, Pin Yu Chen

Numerous studies have highlighted the privacy risks associated with pretrained large language models. In contrast, our research offers a unique perspective by demonstrating that pretrained large language models can effectively contribute to privacy preservation. We propose a locally differentially private mechanism called DP-Prompt, which leverages the power of pretrained large language models and zero-shot prompting to counter author de-anonymization attacks while minimizing the impact on downstream utility. When DP-Prompt is used with a powerful language model like ChatGPT (gpt-3.5), we observe a notable reduction in the success rate of de-anonymization attacks, showing that it surpasses existing approaches by a considerable margin despite its simpler design. For instance, in the case of the IMDB dataset, DP-Prompt (with ChatGPT) perfectly recovers the clean sentiment F1 score while achieving a 46\% reduction in author identification F1 score against static attackers and a 26\% reduction against adaptive attackers. We conduct extensive experiments across six open-source large language models, ranging up to 7 billion parameters, to analyze various effects of the privacy-utility tradeoff.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.16111")

Code

Syntology Ran 14 of 22 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 14 ran with no contract checked.

By repository: official repository: 22 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

saitejautpala/dp_prompt officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 14 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14ran
8unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from saitejautpala/dp_prompt. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_idx_to_n_dict saitejautpala/dp_prompt/mechanisms/documentlevel/paraphrase_generation_data_utils.py official repository ran MIT (permissive) · da4a1d96cbd0b5d6 · report
compute_metrics saitejautpala/dp_prompt/attacks/text_attacker_architecture.py official repository ran MIT (permissive) · 9cd82bb0714b58e3 · report
generate saitejautpala/dp_prompt/mechanisms/documentlevel/openai_paraphrase_generation.py official repository ran MIT (permissive) · 4b5ebeb9c7fe2859 · report
get_clipping_boundaries saitejautpala/dp_prompt/mechanisms/sentencelevel/truncated_laplace.py official repository ran fingerprinted MIT (permissive) · 4718ef9387d6bbac · report
get_save_path saitejautpala/dp_prompt/mechanisms/documentlevel/paraphrase_generation_data_utils.py official repository ran MIT (permissive) · bf23d78423539474 · report
multivariate_laplace saitejautpala/dp_prompt/mechanisms/wordlevel/madlib.py official repository ran fingerprinted MIT (permissive) · ab1e036af7138a3a · report
multivariate_mahalanobis_sample saitejautpala/dp_prompt/mechanisms/wordlevel/mahalanobis.py official repository ran MIT (permissive) · 2e7db695e1d4a39c · report
prompt_template_fn saitejautpala/dp_prompt/mechanisms/documentlevel/openai_paraphrase_generation.py official repository ran fingerprinted MIT (permissive) · 3eac08badfb8dd5d · report
radius_neighbors saitejautpala/dp_prompt/mechanisms/wordlevel/tem.py official repository ran MIT (permissive) · 273fbd3b2860c533 · report
run_eval saitejautpala/dp_prompt/attacks/text_attacker_architecture.py official repository ran MIT (permissive) · cb16209dce94db5f · report
save_strings_to_files saitejautpala/dp_prompt/mechanisms/documentlevel/paraphrase_generation_data_utils.py official repository ran MIT (permissive) · 423e7a192563b20b · report
split_into_sentences saitejautpala/dp_prompt/attacks/embedding_attacker_architecture.py official repository ran fingerprinted MIT (permissive) · 56d503b9d0430bed · report
train_step saitejautpala/dp_prompt/attacks/embedding_attacker_architecture.py official repository ran MIT (permissive) · 480709d96ec54bf8 · report
train_step saitejautpala/dp_prompt/mechanisms/sentencelevel/deep_candidate.py official repository ran MIT (permissive) · 6dd4947c1a74cf75 · report
attack saitejautpala/dp_prompt/attacks/text_attack.py official repository unverified MIT (permissive) · badaa3f953333d88 · report
generate_df saitejautpala/dp_prompt/mechanisms/documentlevel/openai_paraphrase_generation.py official repository unverified MIT (permissive) · 2f08a06ea4a774e9 · report
get_text_attack_stats saitejautpala/dp_prompt/attacks/text_attack.py official repository unverified MIT (permissive) · 982fb5af87c4fc90 · report
preprocess_df saitejautpala/dp_prompt/attacks/embedding_attacker_architecture.py official repository unverified MIT (permissive) · 8cf7ca578c3d0196 · report
preprocess_df saitejautpala/dp_prompt/mechanisms/sentencelevel/deep_candidate.py official repository unverified MIT (permissive) · e320b1070a6a8f5f · report
preprocess_df saitejautpala/dp_prompt/mechanisms/sentencelevel/truncated_laplace.py official repository unverified MIT (permissive) · 2c51d5e1a22d4e0f · report
split_into_sentences saitejautpala/dp_prompt/mechanisms/sentencelevel/deep_candidate.py official repository unverified MIT (permissive) · cf8124a7098de674 · report
split_into_sentences saitejautpala/dp_prompt/mechanisms/sentencelevel/truncated_laplace.py official repository unverified MIT (permissive) · 245e7444d9ed2ce3 · report

Tasks

Language ModelingLanguage Modelling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections