CLAICRLGSep 20, 2024

Unlocking Memorization in Large Language Models with Dynamic Soft Prompting

arXiv:2409.13853v131 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses security and privacy concerns for users of LLMs by improving memorization measurement, though it is incremental as it builds on prior soft prompt methods.

The paper tackles the problem of measuring memorization in large language models (LLMs) to address security risks like privacy breaches, and proposes a method using dynamic soft prompts that achieves up to 112.75% and 32.26% improvement in memorization rates for text and code generation tasks.

Pretrained large language models (LLMs) have revolutionized natural language processing (NLP) tasks such as summarization, question answering, and translation. However, LLMs pose significant security risks due to their tendency to memorize training data, leading to potential privacy breaches and copyright infringement. Accurate measurement of this memorization is essential to evaluate and mitigate these potential risks. However, previous attempts to characterize memorization are constrained by either using prefixes only or by prepending a constant soft prompt to the prefixes, which cannot react to changes in input. To address this challenge, we propose a novel method for estimating LLM memorization using dynamic, prefix-dependent soft prompts. Our approach involves training a transformer-based generator to produce soft prompts that adapt to changes in input, thereby enabling more accurate extraction of memorized data. Our method not only addresses the limitations of previous methods but also demonstrates superior performance in diverse experimental settings compared to state-of-the-art techniques. In particular, our method can achieve the maximum relative improvement of 112.75% and 32.26% over the vanilla baseline in terms of discoverable memorization rate for the text generation task and code generation task respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes