← Search

Milad Nasr

18 accepted papers

2025

AutoAdvExBench: Benchmarking Autonomous Exploitation of Adversarial Example Defenses

ICML 2025oral

We introduce AutoAdvExBench, a benchmark to evaluate if large language models (LLMs) can autonomously exploit defenses to adversarial examples. Unlike existing security benchmarks that often serve as proxies for real-world tasks, AutoAdvExBench directly measures LLMs' success on tasks regularly perf…

2025

Exploring and Mitigating Adversarial Manipulation of Voting-Based Leaderboards

ICML 2025oral

It is now common to evaluate Large Language Models (LLMs) by having humans manually vote to evaluate model outputs, in contrast to typical benchmarks that evaluate knowledge or skill at some particular task. Chatbot Arena, the most popular benchmark of this type, ranks models by asking users to sele…

Cited by 4SourcePDFScholar
2025

Exploring the limits of strong membership inference attacks on large language models

NeurIPS 2025poster

State-of-the-art membership inference attacks (MIAs) typically require training many reference models, making it difficult to scale these attacks to large pre-trained language models (LLMs). As a result, prior research has either relied on weaker attacks that avoid training references (e.g., fine-tu…

Cited by 0SourceScholar
2025

Measuring memorization in language models via probabilistic extraction

NAACL 2025long

Large language models (LLMs) are susceptible to memorizing training data, raising concerns about the potential extraction of sensitive information at generation time. Discoverable extraction is the most common method for measuring this issue: split a training example into a prefix and suffix, then p…

Cited by 2SourcePDFScholar
2025

On Evaluating the Durability of Safeguards for Open-Weight LLMs

ICLR 2025poster

Many stakeholders---from model developers to policymakers---seek to minimize the risks of large language models (LLMs). Key to this goal is whether technical safeguards can impede the misuse of LLMs, even when models are customizable via fine-tuning or when model weights are openly available. Severa…

2025

Privacy Auditing of Large Language Models

ICLR 2025poster

Current techniques for privacy auditing of large language models (LLMs) have limited efficacy---they rely on basic approaches to generate canaries which leads to weak membership inference attacks that in turn give loose lower bounds on the empirical privacy leakage. We develop canaries that are far…

Cited by 5SourcePDFScholar
2025

Scalable Extraction of Training Data from Aligned, Production Language Models

ICLR 2025poster

Large language models are prone to *memorizing* some of their training data. Memorized (and possibly sensitive) samples can then be extracted at generation time by adversarial or benign users. There is hope that *model alignment*---a standard training process that tunes a model to harmlessly follow…

Cited by 9SourcePDFScholar
2025

The Last Iterate Advantage: Empirical Auditing and Principled Heuristic Analysis of Differentially Private SGD

ICLR 2025poster

We propose a simple heuristic privacy analysis of noisy clipped stochastic gradient descent (DP-SGD) in the setting where only the last iterate is released and the intermediate iterates remain hidden. Namely, our heuristic assumes a linear structure for the model. We show experimentally that our he…

Cited by 3SourcePDFScholar
2025

Unlearn and Burn: Adversarial Machine Unlearning Requests Destroy Model Accuracy

ICLR 2025poster

Machine unlearning algorithms, designed for selective removal of training data from models, have emerged as a promising approach to growing privacy concerns. In this work, we expose a critical yet underexplored vulnerability in the deployment of unlearning systems: the assumption that the data reque…

Cited by 1SourcePDFScholar
2024

Auditing Private Prediction

ICML 2024poster

Differential privacy (DP) offers a theoretical upper bound on the potential privacy leakage of an algorithm, while empirical auditing establishes a practical lower bound. Auditing techniques exist for DP training algorithms. However machine learning can also be made private at inference. We propose…

Cited by 4SourcePDFScholar
2024

Query-Based Adversarial Prompt Generation

NeurIPS 2024poster

Recent work has shown it is possible to construct adversarial examples that cause aligned language models to emit harmful strings or perform harmful behavior. Existing attacks work either in the white-box setting (with full access to the model weights), or through _transferability_: the phenomenon t…

Cited by 32SourcePDFScholar
2024

Stealing part of a production language model

ICML 2024oral

We introduce the first model-stealing attack that extracts precise, nontrivial information from black-box production language models like OpenAI's ChatGPT or Google's PaLM-2. Specifically, our attack recovers the embedding projection layer (up to symmetries) of a transformer model, given typical API…

Cited by 84SourcePDFScholar
2024

Synthetic Query Generation for Privacy-Preserving Deep Retrieval Systems using Differentially Private Language Models

NAACL 2024long

We address the challenge of ensuring differential privacy (DP) guarantees in training deep retrieval systems. Training these systems often involves the use of contrastive-style losses, which are typically non-per-example decomposable, making them difficult to directly DP-train with since common tech…

Cited by 5SourcePDFScholar
2023

Are aligned neural networks adversarially aligned?

NeurIPS 2023poster

Large language models are now tuned to align with the goals of their creators, namely to be "helpful and harmless." These models should respond helpfully to user questions, but refuse to answer requests that could cause harm. However, adversarial users can construct inputs which circumvent attempts…

Cited by 312SourcePDFScholar
2023

Effectively Using Public Data in Privacy Preserving Machine Learning

ICML 2023poster

Differentially private (DP) machine learning techniques are notorious for their degradation of model utility (e.g., they degrade classification accuracy). A recent line of work has demonstrated that leveraging *public data* can improve the trade-off between privacy and utility when training models w…

Cited by 19SourcePDFScholar
2023

Students Parrot Their Teachers: Membership Inference on Model Distillation

NeurIPS 2023oral

Model distillation is frequently proposed as a technique to reduce the privacy leakage of machine learning. These empirical privacy defenses rely on the intuition that distilled ``student'' models protect the privacy of training data, as they only interact with this data indirectly through a ``teach…

Cited by 36SourcePDFScholar
2023

Why Is Public Pretraining Necessary for Private Model Training?

ICML 2023poster

In the privacy-utility tradeoff of a model trained on benchmark language and vision tasks, remarkable improvements have been widely reported when the model is pretrained on public data. Some gain is expected as these models inherit the benefits of transfer learning, which is the standard motivation…

Cited by 51SourcePDFScholar