TL;DR
Large language models (LLMs) can inadvertently memorize sensitive training data, posing privacy risks. A new method generates synthetic 'canary' examples to enhance empirical privacy auditing (EPA) by measuring data leakage.
✦ Why It Matters
Engineers can implement synthetic canaries to enhance privacy audits in machine learning models effectively.
Key Takeaways
How It Works
The proposed method generates synthetic canaries by sampling from LLMs at high temperatures, which creates diverse and identifiable examples. These canaries are mixed with sensitive training data to test the model's ability to protect privacy.
Since the canaries are non-private, they can be reused without compromising real data, enhancing the robustness of privacy audits.
Related