Exposing Privacy Gaps: Membership Inference Attack on Preference Data for LLM Alignment
Qizhang Feng, Siva Rajesh Kasa, Santhosh Kumar Kasa, Hyokun Yun, Choon Hui Teo, Sravan Babu Bodapati
TL;DR
The paper investigates privacy risks in LLM alignment data by analyzing membership inference attacks (MIAs) on PPO- and DPO-based methods. It theoretically demonstrates that DPO overfits preference data and is more susceptible to MIAs, and then introduces PREMIA, a reference-based attack framework tailored to preference tuples. Empirically, PREMIA and existing MIAs reveal stronger MIA vulnerability for DPO across multiple models and tasks, with model size and task difficulty modulating the risk. The work highlights a practical privacy-utility trade-off in alignment strategies and motivates future privacy-preserving approaches for preference-based fine-tuning of LLMs.
Abstract
Large Language Models (LLMs) have seen widespread adoption due to their remarkable natural language capabilities. However, when deploying them in real-world settings, it is important to align LLMs to generate texts according to acceptable human standards. Methods such as Proximal Policy Optimization (PPO) and Direct Preference Optimization (DPO) have enabled significant progress in refining LLMs using human preference data. However, the privacy concerns inherent in utilizing such preference data have yet to be adequately studied. In this paper, we investigate the vulnerability of LLMs aligned using two widely used methods - DPO and PPO - to membership inference attacks (MIAs). Our study has two main contributions: first, we theoretically motivate that DPO models are more vulnerable to MIA compared to PPO models; second, we introduce a novel reference-based attack framework specifically for analyzing preference data called PREMIA (\uline{Pre}ference data \uline{MIA}). Using PREMIA and existing baselines we empirically show that DPO models have a relatively heightened vulnerability towards MIA.
