paper-with-me

Papers

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

2025-09-17 · Bishnu Bhusal, Manoj Acharya, Ramneet Kaur, Colin Samplawski, Anirban Roy, Adam D. Cobb, Rohit Chadha, Susmit Jha 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 risk of information leakage, where adversaries can extract sensitive information embedded in the prompts. In this work, we introduce a novel private prediction framework for generating high-quality synthetic text with strong privacy guarantees. Our approach leverages the Differential Privacy (DP) framework to ensure worst-case theoretical bounds on information leakage without requiring any fine-tuning of the underlying models. The proposed method performs inference on private records and aggregates the resulting per-token output distributions. This enables the generation of longer and coherent synthetic text while maintaining privacy guarantees. Additionally, we propose a simple blending operation that combines private and public inference to further enhance utility. Empirical evaluations demonstrate that our approach outperforms previous state-of-the-art methods on in-context-learning (ICL) tasks, making it a promising direction for privacy-preserving text generation while maintaining high utility. Our code is available at https://github.com/bhusalb/privacy-preserving-icl.

📄 PDF Abstract BibTeX arXiv:2509.13625

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language UnderstandingText 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 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-…

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

Deploying Privacy Guardrails for LLMs: A Comparative Analysis of Real-World Applications

2025-01-21 · Shubhi Asthana, Bing Zhang, Ruchi Mahindru, Chad Deluca 외

The adoption of Large Language Models (LLMs) has revolutionized AI applications but poses significant challenges in safeguarding user privacy. Ensuring compliance with privacy regulations such as GDPR and CCPA while addr…

Privacy Preserving

Agentic Privacy-Preserving Machine Learning

2025-07-30 · Mengyu Zhang, Zhuotao Liu, Jingwen Huang, Xuanqi Liu arxiv

Privacy-preserving machine learning (PPML) is critical to ensure data privacy in AI. Over the past few years, the community has proposed a wide range of provably secure PPML schemes that rely on various cryptography prim…