REVIEW 2 cited by
DP-OPT: Make Large Language Model Your Privacy-Preserving Prompt Engineer
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Large Language Models (LLMs) have emerged as dominant tools for various tasks, particularly when tailored for a specific target by prompt tuning. Nevertheless, concerns surrounding data privacy present obstacles due to the tuned prompts' dependency on sensitive private information. A practical solution is to host a local LLM and optimize a soft prompt privately using data. Yet, hosting a local model becomes problematic when model ownership is protected. Alternative methods, like sending data to the model's provider for training, intensify these privacy issues facing an untrusted provider. In this paper, we present a novel solution called Differentially-Private Offsite Prompt Tuning (DP-OPT) to address this challenge. Our approach involves tuning a discrete prompt on the client side and then applying it to the desired cloud models. We demonstrate that prompts suggested by LLMs themselves can be transferred without compromising performance significantly. To ensure that the prompts do not leak private information, we introduce the first private prompt generation mechanism, by a differentially-private (DP) ensemble of in-context learning with private demonstrations. With DP-OPT, generating privacy-preserving prompts by Vicuna-7b can yield competitive performance compared to non-private in-context learning on GPT3.5 or local private prompt tuning. Codes are available at https://github.com/VITA-Group/DP-OPT .
Forward citations
Cited by 2 Pith papers
-
Efficient and Privacy-Preserving Soft Prompt Transfer for LLMs
POST tunes a soft prompt privately on a small distilled model and transfers it to the large model using a two-term public-data loss, with optional differential privacy.
-
Differentially Private In-context Learning via Sampling Few-shot Mixed with Zero-shot Outputs
DPS-MOZO samples each generated token from the product of per-example distributions mixed with the zero-shot distribution to make in-context learning differentially private without additive noise.
Discussion (0). Continue with ORCID to comment.