paper-with-me

홈 › Papers

Privacy-Preserving In-Context Learning for Large Language Models

2023-05-02 · Tong Wu, Ashwinee Panda, Jiachen T. Wang, Prateek Mittal

In-context learning (ICL) is an important capability of Large Language Models (LLMs), enabling these models to dynamically adapt based on specific, in-context exemplars, thereby improving accuracy and relevance. However, LLM's responses may leak the sensitive private information contained in in-context exemplars. To address this challenge, we propose Differentially Private In-context Learning (DP-ICL), a general paradigm for privatizing ICL tasks. The key idea for DP-ICL paradigm is generating differentially private responses through a noisy consensus among an ensemble of LLM's responses based on disjoint exemplar sets. Based on the general paradigm of DP-ICL, we instantiate several techniques showing how to privatize ICL for text classification and language generation. We evaluate DP-ICL on four text classification benchmarks and two language generation tasks, and our empirical results show that DP-ICL achieves a strong utility-privacy tradeoff.

📄 PDF Abstract BibTeX arXiv:2305.01639

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningPrivacy Preservingtext-classificationText ClassificationText Generation

Similar Papers 제목 키워드 기반

Token-Level Privacy in Large Language Models

2025-03-05 · Re'em Harel, Niv Gilboa, Yuval Pinter

The use of language models as remote services requires transmitting private information to external providers, raising significant privacy concerns. This process not only risks exposing sensitive data to untrusted servic…

Privacy PreservingSemantic SimilaritySemantic Textual Similarity

Privacy Preserving In-Context-Learning Framework for Large Language Models

2025-09-17 · Bishnu Bhusal, Manoj Acharya, Ramneet Kaur, Colin Samplawski 외 arxiv

Large language models (LLMs) have significantly transformed natural language understanding and generation, but they raise privacy concerns due to potential exposure of sensitive information. Studies have highlighted the …

Natural Language UnderstandingText Generation

A Federated Learning Approach to Privacy Preserving Offensive Language Identification

2024-04-17 · Marcos Zampieri, Damith Premasiri, Tharindu Ranasinghe

The spread of various forms of offensive speech online is an important concern in social media. While platforms have been investing heavily in ways of coping with this problem, the question of privacy remains largely una…

Federated LearningLanguage IdentificationPrivacy Preserving

PDSS: A Privacy-Preserving Framework for Step-by-Step Distillation of Large Language Models

2024-06-18 · Tao Fan, Yan Kang, Weijing Chen, Hanlin Gu 외

In the context of real-world applications, leveraging large language models (LLMs) for domain-specific tasks often faces two major challenges: domain-specific knowledge privacy and constrained resources. To address these…

DecoderLanguage ModelingLanguage ModellingMulti-Task Learning+3

Privacy-Preserving RAG via Multi-Agent Semantic Rewriting: Achieving Confidentiality Without Compromising Contextual Fidelity

2026-06-23 · Yuanhe Zhao, Tianyu Zhang, Huafei Xing, Derek F. Wong 외 arxiv

Retrieval-Augmented Generation enhances large language models by incorporating external knowledge, but deploying it in sensitive scenarios risks privacy leakage via malicious prompts. To address this, we propose a multi-…