← Search

Eric Wallace

20 accepted papers

2026

Estimating Worst-Case Frontier Risks of Open-Weight LLMs

ICLR 2026poster

In this paper, we study the worst-case frontier risks of the OpenAI gpt-oss model. We introduce malicious fine-tuning (MFT), where we attempt to elicit maximum capabilities by fine-tuning gpt-oss to be as capable as possible in two domains: biology and cybersecurity. To maximize biological risk (bio…

Cited by 0SourcecodeScholar
2025

Unfamiliar Finetuning Examples Control How Language Models Hallucinate

NAACL 2025long

Large language models are known to hallucinate, but the underlying mechanism that govern how models hallucinate are not yet fully understood. In this work, we find that unfamiliar examples in the models’ finetuning data – those that introduce concepts beyond the base model’s scope of knowledge – are…

2024

Covert Malicious Finetuning: Challenges in Safeguarding LLM Adaptation

ICML 2024poster

Black-box finetuning is an emerging interface for adapting state-of-the-art language models to user needs. However, such access may also let malicious actors undermine model safety. To demonstrate the challenge of defending finetuning interfaces, we introduce covert malicious finetuning, a method to…

Cited by 30SourcePDFScholar
2024

SILO Language Models: Isolating Legal Risk In a Nonparametric Datastore

ICLR 2024spotlight

The legality of training language models (LMs) on copyrighted or otherwise restricted data is under intense debate. However, as we show, model performance significantly degrades if trained only on low-risk text (e.g., out-of-copyright books or government documents), due to its limited size and domai…

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

The False Promise of Imitating Proprietary Language Models

ICLR 2024spotlight

An emerging method to cheaply improve a weaker language model is to finetune it on outputs from a stronger model, such as a proprietary system like ChatGPT (e.g., Alpaca, Self-Instruct, and others). In this work, we critically analyze this approach of imitating language models. We first finetune a s…

Cited by 11SourcePDFScholar
2023

InCoder: A Generative Model for Code Infilling and Synthesis

ICLR 2023top-25%

Code is seldom written in a single left-to-right pass and is instead repeatedly edited and refined. We introduce InCoder, a unified generative model that can perform program synthesis (via left-to-right generation) as well as editing (via masking and infilling). InCoder is trained to generate code f…

2023

Large Language Models Struggle to Learn Long-Tail Knowledge

ICML 2023poster

The Internet contains a wealth of knowledge---from the birthdays of historical figures to tutorials on how to code---all of which may be learned by language models. However, while certain pieces of information are ubiquitous on the web, others appear extremely rarely. In this paper, we study the rel…

2023

Measuring Forgetting of Memorized Training Examples

ICLR 2023poster

Machine learning models exhibit two seemingly contradictory phenomena: training data memorization and various forms of forgetting. In memorization, models overfit specific training examples and become susceptible to privacy attacks. In forgetting, examples which appeared early in training are forgot…

Cited by 112SourcePDFScholar
2022

Analyzing Dynamic Adversarial Training Data in the Limit

ACL 2022findings

To create models that are robust across a wide range of test inputs, training datasets should include diverse examples that span numerous phenomena. Dynamic adversarial data collection (DADC), where annotators craft examples that challenge continually improving models, holds promise as an approach f…

2022

Automated Crossword Solving

ACL 2022long

We present the Berkeley Crossword Solver, a state-of-the-art approach for automatically solving crossword puzzles. Our system works by generating answer candidates for each crossword clue using neural question answering models and then combines loopy belief propagation with local search to find full…

2022

Cutting Down on Prompts and Parameters: Simple Few-Shot Learning with Language Models

ACL 2022findings

Prompting language models (LMs) with training examples and task descriptions has been seen as critical to recent successes in few-shot learning. In this work, we show that finetuning LMs in the few-shot setting can considerably reduce the need for prompt engineering. In fact, one can use null prompt…

2022

Deduplicating Training Data Mitigates Privacy Risks in Language Models

ICML 2022spotlight

Past work has shown that large language models are susceptible to privacy attacks, where adversaries generate sequences from a trained model and detect which sequences are memorized from the training set. In this work, we show that the success of these attacks is largely due to duplication in common…

2021

Calibrate Before Use: Improving Few-shot Performance of Language Models

ICML 2021oral

GPT-3 can perform numerous tasks when provided a natural language prompt that contains a few training examples. We show that this type of few-shot learning can be unstable: the choice of prompt format, training examples, and even the order of the examples can cause accuracy to vary from near chance…

2021

Detoxifying Language Models Risks Marginalizing Minority Voices

NAACL 2021long

Language models (LMs) must be both safe and equitable to be responsibly deployed in practice. With safety in mind, numerous detoxification techniques (e.g., Dathathri et al. 2020; Krause et al. 2020) have been proposed to mitigate toxic LM generations. In this work, we show that these detoxification…

2020

Train Big, Then Compress: Rethinking Model Size for Efficient Training and Inference of Transformers

ICML 2020poster

Since hardware resources are limited, the objective of training deep learning models is typically to maximize accuracy subject to the time and memory constraints of training and inference. We study the impact of model size in this setting, focusing on Transformer models for NLP tasks that are limite…

Cited by 360SourcePDFScholar
2019

Understanding Impacts of High-Order Loss Approximations and Features in Deep Learning Interpretation

ICML 2019oral

Current saliency map interpretations for neural networks generally rely on two key assumptions. First, they use first-order approximations of the loss function, neglecting higher-order terms such as the loss curvature. Second, they evaluate each feature’s importance in isolation, ignoring feature in…