179 questions
No questions match those filters.
What is a "divergence attack" against an LLM, and why d...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansLanguage models memorize some fraction of their training data verbatim — more than most people expect, and more for data that appeared many times or was unusually distinctive. A divergence attack is a technique for surfacing that memorized content deliberately: by pushing the model into an unusual, out-of-distribution generation mode (a well-known example is prompting it to repeat a single word indefinitely), the model’s normal conversational behavior breaks down and it can fall back on emitting raw memorized training sequences instead — sequences that have been shown, in published research, to include verbatim personal information and copyrighted text.
This matters practically because it moves memorization from a theoretical property (“the model has seen this data”) to a demonstrated extraction risk (“an attacker can retrieve this data from the model”). For anyone deploying a model fine-tuned or exposed to sensitive data, it means “the weights don’t literally store a copy of your data” is not a safe claim to make to a client or a regulator without qualification — extraction attacks are an active research area precisely because the naive intuition about how neural networks store information turns out to be wrong often enough to matter.