Differentially Private Preference Data Synthesis for Large Language Model Alignment
Abstract
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.
Lay Summary
Aligning large language models with human preferences often requires sensitive user prompts and human judgments, which can create privacy risks. This work studies how to use such data for preference alignment while protecting the privacy of the people who contributed it. We propose DPPrefSyn, a method for generating synthetic preference data with formal differential privacy guarantees. Instead of directly releasing or training on the original private preference data, DPPrefSyn privately learns patterns in how people compare model responses and then uses public prompts to create new synthetic preference examples. The method also accounts for the fact that different groups of users may have different preferences by learning separate preference patterns for different clusters. Our experiments show that synthetic preference data generated by DPPrefSyn can lead to strong alignment performance under strong privacy protection. This suggests that differentially private synthetic preference data can be a practical alternative to directly using sensitive human preference datasets for aligning large language models.