paper-with-me

홈 › Papers

Does fine-tuning GPT-3 with the OpenAI API leak personally-identifiable information?

2023-07-31 · Albert Yu Sun, Eliott Zemour, Arushi Saxena, Udith Vaidyanathan, Eric Lin, Christian Lau, Vaikkunth Mugunthan

Machine learning practitioners often fine-tune generative pre-trained models like GPT-3 to improve model performance at specific tasks. Previous works, however, suggest that fine-tuned machine learning models memorize and emit sensitive information from the original fine-tuning dataset. Companies such as OpenAI offer fine-tuning services for their models, but no prior work has conducted a memorization attack on any closed-source models. In this work, we simulate a privacy attack on GPT-3 using OpenAI's fine-tuning API. Our objective is to determine if personally identifiable information (PII) can be extracted from this model. We (1) explore the use of naive prompting methods on a GPT-3 fine-tuned classification model, and (2) we design a practical word generation task called Autocomplete to investigate the extent of PII memorization in fine-tuned GPT-3 within a real-world context. Our findings reveal that fine-tuning GPT3 for both tasks led to the model memorizing and disclosing critical personally identifiable information (PII) obtained from the underlying fine-tuning dataset. To encourage further research, we have made our codes and datasets publicly available on GitHub at: https://github.com/albertsun1/gpt3-pii-attacks

📄 PDF Abstract BibTeX arXiv:2307.16382

Code (1)

albertsun1/gpt3-pii-attacks 공식 구현

Tasks

Memorization

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

The Janus Interface: How Fine-Tuning in Large Language Models Amplifies the Privacy Risks

2023-10-24 · Xiaoyi Chen, Siyuan Tang, Rui Zhu, Shijun Yan 외

The rapid advancements of large language models (LLMs) have raised public concerns about the privacy leakage of personally identifiable information (PII) within their extensive training datasets. Recent studies have demo…

In-Context Learning

Reconstruction of Personally Identifiable Information from Supervised Finetuned Models

2026-05-12 · Sae Furukawa, Alina Oprea arxiv

Supervised Finetuning (SFT) has become one of the primary methods for adapting a large language model (LLM) with extensive pre-trained knowledge to domain-specific, instruction-following tasks. SFT datasets, composed of …

End-to-End triplet loss based fine-tuning for network embedding in effective PII detection

2025-02-13 · Rishika Kohli, Shaifu Gupta, Manoj Singh Gaur

There are many approaches in mobile data ecosystem that inspect network traffic generated by applications running on user's device to detect personal data exfiltration from the user's device. State-of-the-art methods rel…

feature selectionLarge Language ModelNetwork EmbeddingTriplet

PrivAgent: Agentic-based Red-teaming for LLM Privacy Leakage

2024-12-07 · Yuzhou Nie, Zhun Wang, Ye Yu, Xian Wu 외

Recent studies have discovered that LLMs have serious privacy leakage concerns, where an LLM may be fooled into outputting private information under carefully crafted adversarial prompts. These risks include leaking syst…

Red TeamingSafety Alignment

Understanding Privacy Risks in Code Models Through Training Dynamics: A Causal Approach

2025-12-08 · Hua Yang, Alejandro Velasco, Sen Fang, Bowen Xu 외 arxiv

Large language models for code (LLM4Code) have greatly improved developer productivity but also raise privacy concerns due to their reliance on open-source repositories containing abundant personally identifiable informa…