English

PROPS: Progressively Private Self-alignment of Large Language Models

Machine Learning 2025-12-11 v2 Artificial Intelligence Cryptography and Security Information Theory math.IT

Abstract

Alignment is a key step in developing Large Language Models (LLMs) using human feedback to ensure adherence to human values and societal norms. Dependence on human feedback raises privacy concerns about how much a labeler's preferences may reveal about their personal values, beliefs, and personality traits. Existing approaches, such as Differentially Private SGD (DP-SGD), provide rigorous privacy guarantees by privatizing gradients during fine-tuning and alignment but can provide more privacy than necessary as human preferences are tied only to labels of (prompt, response) pairs and can degrade model utility. This work focuses on LLM alignment with preference-level privacy, which preserves the privacy of preference labels provided by humans. We propose PROPS (PROgressively Private Self-alignment), a multi-stage privacy preserving alignment framework where privately aligned models in previous stages can serve as labelers for supplementing training data in the subsequent stages of alignment. We present theoretical guarantees for PROPS as well as comprehensive validation using multiple models (Pythia and GPT) and datasets (AlpacaEval, Anthropic HH-RLHF, truthy-dpo-v0.1) to demonstrate the utility of PROPS over existing methods while still providing high privacy. For the same privacy budget, alignment via PROPS can achieve up to 3x higher win-rates compared to DP-SGD, and 2.5x higher win-rates compared to Randomized Response (RR) based alignment.

Keywords

Cite

@article{arxiv.2508.06783,
  title  = {PROPS: Progressively Private Self-alignment of Large Language Models},
  author = {Noel Teku and Fengwei Tian and Payel Bhattacharjee and Souradip Chakraborty and Amrit Singh Bedi and Ravi Tandon},
  journal= {arXiv preprint arXiv:2508.06783},
  year   = {2025}
}

Comments

Accepted in the Transactions on Machine Learning Research (TMLR), 2025

R2 v1 2026-07-01T04:42:07.432Z