paper-with-me

Papers

User Inference Attacks on Large Language Models

2023-10-13 · Nikhil Kandpal, Krishna Pillutla, Alina Oprea, Peter Kairouz, Christopher A. Choquette-Choo, Zheng Xu

Fine-tuning is a common and effective method for tailoring large language models (LLMs) to specialized tasks and applications. In this paper, we study the privacy implications of fine-tuning LLMs on user data. To this end, we consider a realistic threat model, called user inference, wherein an attacker infers whether or not a user's data was used for fine-tuning. We design attacks for performing user inference that require only black-box access to the fine-tuned LLM and a few samples from a user which need not be from the fine-tuning dataset. We find that LLMs are susceptible to user inference across a variety of fine-tuning datasets, at times with near perfect attack success rates. Further, we theoretically and empirically investigate the properties that make users vulnerable to user inference, finding that outlier users, users with identifiable shared features between examples, and users that contribute a large fraction of the fine-tuning data are most susceptible to attack. Based on these findings, we identify several methods for mitigating user inference including training with example-level differential privacy, removing within-user duplicate examples, and reducing a user's contribution to the training data. While these techniques provide partial mitigation of user inference, we highlight the need to develop methods to fully protect fine-tuned LLMs against this privacy risk.

📄 PDF Abstract BibTeX arXiv:2310.09266

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Gradient Clipping One difficulty that arises with optimization of deep neural networks is that large parameter gradients can lead an SGD optimizer to update…
Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Evaluating Apple Intelligence's Writing Tools for Privacy Against Large Language Model-Based Inference Attacks: Insights from Early Datasets

2025-06-04 · Mohd. Farhan Israk Soumik, Syed Mhamudul Hasan, Abdur R. Shahid

The misuse of Large Language Models (LLMs) to infer emotions from text for malicious purposes, known as emotion inference attacks, poses a significant threat to user privacy. In this paper, we investigate the potential o…

Language ModelingLanguage ModellingLarge Language ModelPrivacy Preserving

Privacy Risks in Time Series Forecasting: User- and Record-Level Membership Inference

2025-09-04 · Nicolas Johansson, Tobias Olsson, Daniel Nilsson, Johan Östman 외 arxiv

Membership inference attacks (MIAs) aim to determine whether specific data were used to train a model. While extensively studied on classification models, their impact on time series forecasting remains largely unexplore…

Time Series Forecasting

BitHydra: Towards Bit-flip Inference Cost Attack against Large Language Models

2025-05-22 · Xiaobei Yan, Yiming Li, Zhaoxin Fan, Han Qiu 외

Large language models (LLMs) have shown impressive capabilities across a wide range of applications, but their ever-increasing size and resource demands make them vulnerable to inference cost attacks, where attackers ind…

A Survey of Attacks on Large Language Models

2025-05-18 · Wenrui Xu, Keshab K. Parhi

Large language models (LLMs) and LLM-based agents have been widely deployed in a wide range of applications in the real world, including healthcare diagnostics, financial analysis, customer support, robotics, and autonom…

Autonomous DrivingFinancial AnalysisSurvey

Membership Inference Attacks on In-Context Examples in LLM-based Recommender Systems

2025-08-26 · Jiajie He, Min-Chun Chen, Xintong Chen, Xinyang Fang 외 arxiv

Large language models (LLMs) based recommender systems (RecSys) can adapt flexibly across different domains. It uses in-context learning (ICL), i.e., prompts, including sensitive historical user-specific item interaction…