Papers › Privacy-Preserving In-Context Learning with Differentially Private Few-Shot Generation

Privacy-Preserving In-Context Learning with Differentially Private Few-Shot Generation

21 Sep 2023arXiv:2309.11765archive 2025-07-28

Xinyu Tang, Richard Shin, Huseyin A. Inan, Andre Manoel, FatemehSadat Mireshghallah, Zinan Lin, Sivakanth Gopi, Janardhan Kulkarni, Robert Sim

We study the problem of in-context learning (ICL) with large language models (LLMs) on private datasets. This scenario poses privacy risks, as LLMs may leak or regurgitate the private examples demonstrated in the prompt. We propose a novel algorithm that generates synthetic few-shot demonstrations from the private dataset with formal differential privacy (DP) guarantees, and show empirically that it can achieve effective ICL. We conduct extensive experiments on standard benchmarks and compare our algorithm with non-private ICL and zero-shot solutions. Our results demonstrate that our algorithm can achieve competitive performance with strong privacy levels. These results open up new possibilities for ICL with privacy protection for a broad range of applications.

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="2309.11765")

Code

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

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

microsoft/dp-few-shot-generation officialmentioned in paperMIT 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

17 samples harvested; 17 ran; 0 honoured the contract we drafted; 0 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.

17ran

Licence: 0 of the 17 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 microsoft/dp-few-shot-generation. “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.

bucket microsoft/dp-few-shot-generation/lmapi/src/lmapi/async_tools/asyncitertools.py official repository ran MIT (permissive) · 44638cce82907058 · report
construct_prompt_same microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_agnews.py official repository ran MIT (permissive) · 0bf84d7908b72654 · report
construct_prompt_same microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_dbpedia.py official repository ran MIT (permissive) · fa8cab36e1361d87 · report
construct_prompt_same microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_movie.py official repository ran MIT (permissive) · 5b5e01e114acc5e6 · report
construct_prompt_same microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_trec.py official repository ran MIT (permissive) · eecf2939e2cad740 · report
densify microsoft/dp-few-shot-generation/src/dp_few_shot_generation/prob_utils.py official repository ran MIT (permissive) · 5c7d9873d8d10f37 · report
format_full_datum_for_prompt microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_agnews.py official repository ran MIT (permissive) · 1adc0f8de046bd4b · report
format_full_datum_for_prompt microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_dbpedia.py official repository ran MIT (permissive) · 5ccd170c8c25a1a9 · report
format_full_datum_for_prompt microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_movie.py official repository ran MIT (permissive) · b6fe1bbe225ef52b · report
format_full_datum_for_prompt microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_trec.py official repository ran MIT (permissive) · 9c8615eda7477f90 · report
format_test_input_for_prompt microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_agnews.py official repository ran MIT (permissive) · 34f0eccbe92abf73 · report
format_test_input_for_prompt microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_dbpedia.py official repository ran MIT (permissive) · 52e0b351e17a4c5b · report
format_test_input_for_prompt microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_movie.py official repository ran fingerprinted MIT (permissive) · 1eb0215575d63ba9 · report
format_test_input_for_prompt microsoft/dp-few-shot-generation/src/dp_few_shot_generation/run_exp_trec.py official repository ran MIT (permissive) · 4d172e7132a9045a · report
log_max_normalize microsoft/dp-few-shot-generation/src/dp_few_shot_generation/prob_utils.py official repository ran MIT (permissive) · ccccd602b13c9a9f · report
log_normalize microsoft/dp-few-shot-generation/src/dp_few_shot_generation/prob_utils.py official repository ran MIT (permissive) · 33a763306ed859f8 · report
openai_token_to_bytes microsoft/dp-few-shot-generation/lmapi/src/lmapi/openai.py official repository ran MIT (permissive) · dbda3623619056cc · report

Tasks

In-Context LearningPrivacy Preserving

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