paper-with-me

Papers

Synthesizing Privacy-Preserving Text Data via Finetuning without Finetuning Billion-Scale LLMs

2025-03-16 · Bowen Tan, Zheng Xu, Eric Xing, Zhiting Hu, Shanshan Wu

Synthetic data offers a promising path to train models while preserving data privacy. Differentially private (DP) finetuning of large language models (LLMs) as data generator is effective, but is impractical when computation resources are limited. Meanwhile, prompt-based methods such as private evolution, depend heavily on the manual prompts, and ineffectively use private information in their iterative data selection process. To overcome these limitations, we propose CTCL (Data Synthesis with ConTrollability and CLustering), a novel framework for generating privacy-preserving synthetic data without extensive prompt engineering or billion-scale LLM finetuning. CTCL pretrains a lightweight 140M conditional generator and a clustering-based topic model on large-scale public data. To further adapt to the private domain, the generator is DP finetuned on private data for fine-grained textual information, while the topic model extracts a DP histogram representing distributional information. The DP generator then samples according to the DP histogram to synthesize a desired number of data examples. Evaluation across five diverse domains demonstrates the effectiveness of our framework, particularly in the strong privacy regime. Systematic ablation validates the design of each framework component and highlights the scalability of our approach.

📄 PDF Abstract BibTeX arXiv:2503.12347

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringPrivacy PreservingPrompt Engineering

Similar Papers 제목 키워드 기반

Privately Customizing Prefinetuning to Better Match User Data in Federated Learning

2023-02-17 · Charlie Hou, Hongyuan Zhan, Akshat Shrivastava, Sid Wang 외

In Federated Learning (FL), accessing private client data incurs communication and privacy costs. As a result, FL deployments commonly prefinetune pretrained foundation models on a (large, possibly public) dataset that i…

Federated LearningLanguage ModelingLanguage ModellingLarge Language Model+1

Differentially Private Synthetic Data via Foundation Model APIs 2: Text

2024-03-04 · Chulin Xie, Zinan Lin, Arturs Backurs, Sivakanth Gopi 외

Text data has become extremely valuable due to the emergence of machine learning algorithms that learn from it. A lot of high-quality text data generated in the real world is private and therefore cannot be shared or use…

Privacy Preserving

StreamVoiceAnon+: Emotion-Preserving Streaming Speaker Anonymization via Frame-Level Acoustic Distillation

2026-03-06 · Nikita Kuzmin, Kong Aik Lee, Eng Siong Chng arxiv

We address the challenge of preserving emotional content in streaming speaker anonymization (SA). Neural audio codec language models trained for audio continuation tend to degrade source emotion: content tokens discard e…

Privacy-Preserving Large Language Models: Mechanisms, Applications, and Future Directions

2024-12-09 · Guoshenghui Zhao, Eric Song

The rapid advancement of large language models (LLMs) has revolutionized natural language processing, enabling applications in diverse domains such as healthcare, finance and education. However, the growing reliance on e…

Federated LearningPrivacy PreservingSurvey

Privacy-Preserving Multiple Tensor Factorization for Synthesizing Large-Scale Location Traces with Cluster-Specific Features

2019-11-11 · Takao Murakami, Koki Hamada, Yusuke Kawamoto, Takuma Hatano

With the widespread use of LBSs (Location-based Services), synthesizing location traces plays an increasingly important role in analyzing spatial big data while protecting user privacy. In particular, a synthetic trace t…

Privacy Preserving