paper-with-me

홈 › Papers

Measuring memorization through probabilistic discoverable extraction

2024-10-25 · Jamie Hayes, Marika Swanberg, Harsh Chaudhari, Itay Yona, Ilia Shumailov

Large language models (LLMs) are susceptible to memorizing training data, raising concerns due to the potential extraction of sensitive information. Current methods to measure memorization rates of LLMs, primarily discoverable extraction (Carlini et al., 2022), rely on single-sequence greedy sampling, potentially underestimating the true extent of memorization. This paper introduces a probabilistic relaxation of discoverable extraction that quantifies the probability of extracting a target sequence within a set of generated samples, considering various sampling schemes and multiple attempts. This approach addresses the limitations of reporting memorization rates through discoverable extraction by accounting for the probabilistic nature of LLMs and user interaction patterns. Our experiments demonstrate that this probabilistic measure can reveal cases of higher memorization rates compared to rates found through discoverable extraction. We further investigate the impact of different sampling schemes on extractability, providing a more comprehensive and realistic assessment of LLM memorization and its associated risks. Our contributions include a new probabilistic memorization definition, empirical evidence of its effectiveness, and a thorough evaluation across different models, sizes, sampling schemes, and training data repetitions.

📄 PDF Abstract BibTeX arXiv:2410.19482

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Extracting Training Data from Unconditional Diffusion Models

2024-06-18 · Yunhao Chen, Xingjun Ma, Difan Zou, Yu-Gang Jiang

As diffusion probabilistic models (DPMs) are being employed as mainstream models for generative artificial intelligence (AI), the study of their memorization of the raw training data has attracted growing attention. Exis…

Memorization

Unlocking Memorization in Large Language Models with Dynamic Soft Prompting

2024-09-20 · Zhepeng Wang, Runxue Bao, Yawen Wu, Jackson Taylor 외

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 t…

Code GenerationMemorizationQuestion AnsweringText Generation

Extractable Memorization From First Principles

2026-07-14 · A. Feder Cooper, Marika Swanberg, Jamie Hayes, Lea Duesterwald 외 arxiv

Recent work on extractable memorization in LLMs suffers from two contrasting validity problems. Some studies overstate extraction, e.g., relying on sequences too short to distinguish memorization from predictability. Oth…

MultiMem: Measuring and Mitigating Memorization in Multi-Modal Contrastive Learning

2026-06-20 · Wenhao Wang, Franziska Boenisch, Michael Backes, Adam Dziedzic arxiv

Memorization in machine learning models enables high performance on rare in-distribution samples by capturing their atypical patterns. However, it also causes harmful retention of noise and outliers, degrading generaliza…

Self-Supervised LearningContrastive Learning

Characterizing Memorization in Diffusion Language Models: Generalized Extraction and Sampling Effects

2026-03-02 · Xiaoyu Luo, Wenrui Yu, Qiongxiu Li, Johannes Bjerva arxiv

Autoregressive language models (ARMs) have been shown to memorize and occasionally reproduce training data verbatim, raising concerns about privacy and copyright liability. Diffusion language models (DLMs) have recently …