TL;DR
Large language models trained on massive datasets risk exposing their pretraining data, creating privacy and evaluation integrity problems. This survey maps membership inference (detecting if specific data was in training) and data contamination (test data leaking into training) as complementary attack vectors.
✦ Why It Matters
Engineers can use this framework to audit training pipelines, detect contamination, and implement privacy-preserving pretraining practices.
Key Takeaways
How It Works
PDE is assessed through various exposure levels, where researchers can employ specific attack strategies to determine if certain data was included in the training set. Techniques such as membership inference attacks leverage model outputs to infer the presence of data points, while defenses may involve data sanitization or differential privacy methods to mitigate risks.
Related