paper-with-me

Papers

Differentially Private Preference Data Synthesis for Large Language Model Alignment

2026-05-29 · Fengyu Gao, Jing Yang arxiv

Preference alignment is a crucial post-training step for large language models (LLMs) to ensure their outputs align with human values. However, post-training on real human preference data raises privacy concerns, as these datasets often contain sensitive user prompts and human judgments. To address this, we propose DPPrefSyn, a novel algorithm for generating differentially private (DP) synthetic preference data to enable privacy-preserving preference alignment. DPPrefSyn is a principled framework grounded in the Bradley-Terry preference model and the intrinsic geometric structure of pairwise human preference data. It first learns an underlying preference model from private data with formal differential privacy guarantees, and then leverages the learned model together with public prompts to synthesize high-quality preference data. It exploits the shared linear structure of per-cluster reward models to effectively capture heterogeneous human preferences in private datasets, and leverages DP Principal Component Analysis (DP-PCA) to improve learning accuracy. Extensive experimental results demonstrate that DPPrefSyn achieves competitive alignment performance under strong DP guarantees. These findings highlight the potential of synthetic preference data as a practical alternative for privacy-preserving preference alignment across a broad range of applications. To the best of our knowledge, this is the first work to generate DP synthetic preference data for LLM alignment. Our code is available at https://github.com/gfengyu/Differentially-Private-Preference-Data-Synthesis.

📄 PDF Abstract BibTeX arXiv:2605.30808

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Differentially Private Mechanisms

2021-01-04 · Subhajit Roy, Justin Hsu, Aws Albarghouthi

Differential privacy is a formal, mathematical definition of data privacy that has gained traction in academia, industry, and government. The task of correctly constructing differentially private algorithms is non-trivia…

Program Synthesis

Differentially Private Synthetic Data: Applied Evaluations and Enhancements

2020-11-11 · Lucas Rosenblatt, Xiaoyan Liu, Samira Pouyanfar, Eduardo de Leon 외

Machine learning practitioners frequently seek to leverage the most informative available data, without violating the data owner's privacy, when building predictive models. Differentially private data synthesis protects …

BIG-bench Machine Learning

DPAF: Image Synthesis via Differentially Private Aggregation in Forward Phase

2023-04-20 · Chih-Hsun Lin, Chia-Yi Hsu, Chia-Mu Yu, Yang Cao 외

Differentially private synthetic data is a promising alternative for sensitive data release. Many differentially private generative models have been proposed in the literature. Unfortunately, they all suffer from the low…

Image Generation

Differentially Private Matrix Completion Revisited

2017-12-28 · ICML 2018 7 · Prateek Jain, Om Thakkar, Abhradeep Thakurta

We provide the first provably joint differentially private algorithm with formal utility guarantees for the problem of user-level privacy-preserving collaborative filtering. Our algorithm is based on the Frank-Wolfe meth…

Collaborative FilteringMatrix CompletionPrivacy Preserving

Differentially Private Tabular Data Synthesis using Large Language Models

2024-06-03 · Toan V. Tran, Li Xiong

Synthetic tabular data generation with differential privacy is a crucial problem to enable data sharing with formal privacy. Despite a rich history of methodological research and development, developing differentially pr…

FairnessTabular Data Generation