TL;DR
Existing methods for extracting training data from large language models primarily focus on prefix-conditioned extraction, which underestimates risks in diffusion language models (DLMs). A new method called infilling extraction was developed, allowing for data extraction using arbitrary binary masks.
✦ Why It Matters
Engineers and researchers should consider the implications of data extraction risks in diffusion language models for privacy and security.
Key Takeaways
How It Works
Infilling extraction utilizes a binary mask to selectively probe the memory of diffusion language models. Unlike prefix-conditioned methods, which only examine sequences from the start, this approach allows for denoising at any token position, leveraging the bidirectional nature of DLMs.
This flexibility enables the extraction of more comprehensive data, revealing hidden memorization patterns.
Related