PII-Scope: A Comprehensive Study on Training Data PII Extraction Attacks in LLMs
Krishna Kanth Nakka, Ahmed Frikha, Ricardo Mendes, Xue Jiang, Xuebing Zhou
TL;DR
PII-Scope introduces a unified benchmark for evaluating PII extraction attacks on LLMs across diverse threat settings, providing a taxonomy of five attack types and a standardized evaluation protocol. The study demonstrates that single-query leakage estimates substantially underestimate real-world risk, while multi-query and continual attack scenarios can increase PII leakage up to about fivefold for email and reveal greater vulnerability in finetuned models. Using pretrained and finetuned GPT-J-6B and Pythia-6.9B (and LLaMa-7B with scrubbing), the authors show pervasive privacy risks across two PIIs (email and phone) and reveal hyperparameter sensitivities across hard-prompt, soft-prompt, and in-context strategies. The work offers a rigorous empirical foundation for defense development and model auditing, highlighting the need for robust privacy-preserving techniques and principled data-leakage evaluation sets.
Abstract
In this work, we introduce PII-Scope, a comprehensive benchmark designed to evaluate state-of-the-art methodologies for PII extraction attacks targeting LLMs across diverse threat settings. Our study provides a deeper understanding of these attacks by uncovering several hyperparameters (e.g., demonstration selection) crucial to their effectiveness. Building on this understanding, we extend our study to more realistic attack scenarios, exploring PII attacks that employ advanced adversarial strategies, including repeated and diverse querying, and leveraging iterative learning for continual PII extraction. Through extensive experimentation, our results reveal a notable underestimation of PII leakage in existing single-query attacks. In fact, we show that with sophisticated adversarial capabilities and a limited query budget, PII extraction rates can increase by up to fivefold when targeting the pretrained model. Moreover, we evaluate PII leakage on finetuned models, showing that they are more vulnerable to leakage than pretrained models. Overall, our work establishes a rigorous empirical benchmark for PII extraction attacks in realistic threat scenarios and provides a strong foundation for developing effective mitigation strategies.
