SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2605.30808 · ICML · 2026

Differentially Private Preference Data Synthesis for Large Language Model Alignment

Jing Yang, Fengyu Gao

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

FunctionStatusWhere it lives
extract_anthropic_prompt Ran gfengyu/Differentially-Private-Preference-Data-Synthesis/DPPrefSyn_HH.py
pointer only (licence: NONE) · get_code("12f6803880f9b17e")
process_hh Ran gfengyu/Differentially-Private-Preference-Data-Synthesis/DPPrefSyn_HH.py
pointer only (licence: NONE) · get_code("341a5e90230f49a0")
process_oasst Ran gfengyu/Differentially-Private-Preference-Data-Synthesis/DPPrefSyn_OA.py
pointer only (licence: NONE) · get_code("6f49b1c49bcdc93e")
process_summarize_from_feedback Ran gfengyu/Differentially-Private-Preference-Data-Synthesis/DPPrefSyn_summarize.py
pointer only (licence: NONE) · get_code("9b0c6e4357475773")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

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. DPPref-Syn 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.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2605.30808")
get_code_for_paper("2605.30808")
have("2605.30808")

Connect an agent — have() is free.