paper-with-me

Papers

MoPe: Model Perturbation-based Privacy Attacks on Language Models

2023-10-22 · Marvin Li, Jason Wang, Jeffrey Wang, Seth Neel

Recent work has shown that Large Language Models (LLMs) can unintentionally leak sensitive information present in their training data. In this paper, we present Model Perturbations (MoPe), a new method to identify with high confidence if a given text is in the training data of a pre-trained language model, given white-box access to the models parameters. MoPe adds noise to the model in parameter space and measures the drop in log-likelihood at a given point $x$, a statistic we show approximates the trace of the Hessian matrix with respect to model parameters. Across language models ranging from $70$M to $12$B parameters, we show that MoPe is more effective than existing loss-based attacks and recently proposed perturbation-based methods. We also examine the role of training point order and model size in attack success, and empirically demonstrate that MoPe accurately approximate the trace of the Hessian in practice. Our results show that the loss of a point alone is insufficient to determine extractability -- there are training points we can recover using our method that have average loss. This casts some doubt on prior works that use the loss of a point as evidence of memorization or unlearning.

📄 PDF Abstract BibTeX arXiv:2310.14369

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingMemorization

Similar Papers 제목 키워드 기반

Mixture of Predefined Experts: Maximizing Data Usage on Vertical Federated Learning

2026-02-13 · Jon Irureta, Gorka Azkune, Jon Imaz, Aizea Lojo 외 arxiv

Vertical Federated Learning (VFL) has emerged as a critical paradigm for collaborative model training in privacy-sensitive domains such as finance and healthcare. However, most existing VFL frameworks rely on the idealiz…

Federated Learning

MoPE-CLIP: Structured Pruning for Efficient Vision-Language Models with Module-wise Pruning Error Metric

2024-03-12 · CVPR 2024 1 · Haokun Lin, Haoli Bai, Zhili Liu, Lu Hou 외

Vision-language pre-trained models have achieved impressive performance on various downstream tasks. However, their large model sizes hinder their utilization on platforms with limited computational resources. We find th…

An Accuracy-Lossless Perturbation Method for Defending Privacy Attacks in Federated Learning

2020-02-23 · Xue Yang, Yan Feng, Weijun Fang, Jun Shao 외

Although federated learning improves privacy of training data by exchanging local gradients or parameters rather than raw data, the adversary still can leverage local gradients and parameters to obtain local training dat…

Federated Learning

SemOpenAlex: The Scientific Landscape in 26 Billion RDF Triples

2023-08-07 · Michael Färber, David Lamprecht, Johan Krause, Linn Aung 외

We present SemOpenAlex, an extensive RDF knowledge graph that contains over 26 billion triples about scientific publications and their associated entities, such as authors, institutions, journals, and concepts. SemOpenAl…

Recommendation Systems

A Differentially Private Framework for Deep Learning with Convexified Loss Functions

2022-04-03 · Zhigang Lu, Hassan Jameel Asghar, Mohamed Ali Kaafar, Darren Webb 외

Differential privacy (DP) has been applied in deep learning for preserving privacy of the underlying training sets. Existing DP practice falls into three categories - objective perturbation, gradient perturbation and out…

Sensitivity