paper-with-me

홈 › Papers

KnowledgeSG: Privacy-Preserving Synthetic Text Generation with Knowledge Distillation from Server

2024-10-08 · Wenhao Wang, Xiaoyu Liang, Rui Ye, Jingyi Chai, Siheng Chen, Yanfeng Wang

The success of large language models (LLMs) facilitate many parties to fine-tune LLMs on their own private data. However, this practice raises privacy concerns due to the memorization of LLMs. Existing solutions, such as utilizing synthetic data for substitution, struggle to simultaneously improve performance and preserve privacy. They either rely on a local model for generation, resulting in a performance decline, or take advantage of APIs, directly exposing the data to API servers. To address this issue, we propose KnowledgeSG, a novel client-server framework which enhances synthetic data quality and improves model performance while ensuring privacy. We achieve this by learning local knowledge from the private data with differential privacy (DP) and distilling professional knowledge from the server. Additionally, inspired by federated learning, we transmit models rather than data between the client and server to prevent privacy leakage. Extensive experiments in medical and financial domains demonstrate the effectiveness of KnowledgeSG. Our code is now publicly available at https://github.com/wwh0411/KnowledgeSG.

📄 PDF Abstract BibTeX arXiv:2410.05725

Code (1)

wwh0411/knowledgesg 공식 구현 pytorch

Tasks

Federated LearningKnowledge DistillationMemorizationPrivacy PreservingText Generation

Similar Papers 제목 키워드 기반

Private Seeds, Public LLMs: Realistic and Privacy-Preserving Synthetic Data Generation

2026-04-08 · Qian Ma, Sarah Rajtmajer arxiv

Large language models (LLMs) have emerged as a powerful tool for synthetic data generation. A particularly important use case is producing synthetic replicas of private text, which requires carefully balancing privacy an…

Synthetic Data Generation

Privacy-Preserving Synthetic Review Generation with Diverse Writing Styles Using LLMs

2025-07-24 · Tevin Atwal, Chan Nam Tieu, Yefeng Yuan, Zhan Shi 외 arxiv

The increasing use of synthetic data generated by Large Language Models (LLMs) presents both opportunities and challenges in data-driven applications. While synthetic data provides a cost-effective, scalable alternative …

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

Controlled Generation for Private Synthetic Text

2025-09-30 · Zihao Zhao, Anjalie Field arxiv

Text anonymization is essential for responsibly developing and deploying AI in high-stakes domains such as healthcare, social services, and law. In this work, we propose a novel methodology for privacy-preserving synthet…

Text Generation

Differentially Private Synthetic Text Generation for Retrieval-Augmented Generation (RAG)

2025-10-08 · Junki Mori, Kazuya Kakizaki, Taiki Miyagawa, Jun Sakuma arxiv

Retrieval-Augmented Generation (RAG) enhances large language models (LLMs) by grounding them in external knowledge. However, its application in sensitive domains is limited by privacy risks. Existing private RAG methods …

Text Generation