← Search

Jacob Steinhardt

67 accepted papers

2026

Language Model Circuits Are Sparse in the Neuron Basis

ICML 2026spotlight

The high-level concepts that a neural network uses to perform computation need not be aligned to individual neurons (Smolensky, 1986). Language model interpretability research has thus turned to techniques such as *sparse autoencoders* (SAEs) to decompose the neuron basis into more interpretable uni…

Cited by 0SourceScholar
2026

Learning a Generative Meta-Model of LLM Activations

ICML 2026poster

Existing approaches for manipulating neural network activations, such as PCA and SAEs, rely on strong assumptions about activation structure. We develop a generative approach that models activations with diffusion, that makes minimal assumptions and improves with data and model scale. We use this ac…

Cited by 0SourceScholar
2025

Eliciting Language Model Behaviors with Investigator Agents

ICML 2025poster

Language models exhibit complex, diverse behaviors when prompted with free-form text, making it hard to characterize the space of possible outputs. We study the problem of behavioral elicitation, where the goal is to search for prompts that induce specific target behaviors (e.g., hallucinations, har…

Cited by 3SourcePDFScholar
2025

Establishing Best Practices in Building Rigorous Agentic Benchmarks

NeurIPS 2025poster

Benchmarks are essential for quantitatively tracking progress in AI. As AI agents become increasingly capable, researchers and practitioners have introduced agentic benchmarks to evaluate agents on complex, real-world tasks. These benchmarks typically measure agent capabilities by evaluating task ou…

Cited by 0SourceScholar
2025

Extractive Structures Learned in Pretraining Enable Generalization on Finetuned Facts

ICML 2025poster

Pretrained language models (LMs) can generalize to implications of facts that they are finetuned on. For example, if finetuned on "John Doe lives in Tokyo," LMs correctly answer "What language do the people in John Doe's city speak?'' with "Japanese''. However, little is known about the mechanisms t…

2025

Iterative Label Refinement Matters More than Preference Optimization under Weak Supervision

ICLR 2025spotlight

Language model (LM) post-training relies on two stages of human supervision: task demonstrations for supervised finetuning (SFT), followed by preference comparisons for reinforcement learning from human feedback (RLHF). As LMs become more capable, the tasks they are given become harder to supervise.…

2025

Language Models Learn to Mislead Humans via RLHF

ICLR 2025poster

Language models (LMs) can produce errors that are hard to detect for humans, especially when the task is complex. RLHF, the most popular post-training method, may exacerbate this problem: to achieve higher rewards, LMs might get better at convincing humans that they are right even when they are wron…

2025

Monitoring Latent World States in Language Models with Propositional Probes

ICLR 2025spotlight

Language models (LMs) are susceptible to bias, sycophancy, backdoors, and other tendencies that lead to unfaithful responses to the input context. Interpreting internal states of LMs could help monitor and correct unfaithful behavior. We hypothesize that LMs faithfully represent their input contexts…

2025

Uncovering Gaps in How Humans and LLMs Interpret Subjective Language

ICLR 2025spotlight

Humans often rely on subjective natural language to direct language models (LLMs); for example, users might instruct the LLM to write an *enthusiastic* blogpost, while developers might train models to be *helpful* and *harmless* using LLM-based edits. The LLM’s *operational semantics* of such subjec…

Cited by 0SourcePDFScholar
2025

VibeCheck: Discover and Quantify Qualitative Differences in Large Language Models

ICLR 2025poster

Large language models (LLMs) often exhibit subtle yet distinctive characteristics in their outputs that users intuitively recognize, but struggle to quantify. These "vibes" -- such as tone, formatting, or writing style -- influence user preferences, yet traditional evaluations focus primarily on the…

2025

What Do Learning Dynamics Reveal About Generalization in LLM Mathematical Reasoning?

ICML 2025poster

Modern large language models (LLMs) excel at fitting finetuning data, but often struggle on unseen examples. In order to teach models genuine reasoning abilities rather than superficial pattern matching, our work aims to better understand how the learning dynamics of LLM finetuning shapes downstream…

Cited by 0SourcePDFScholar
2024

Approaching Human-Level Forecasting with Language Models

NeurIPS 2024poster

Forecasting future events is important for policy and decision making. In this work, we study whether language models (LMs) can forecast at the level of competitive human forecasters. Towards this goal, we develop a retrieval-augmented LM system designed to automatically search for relevant informat…

Cited by 35SourcePDFScholar
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

Describing Differences in Image Sets with Natural Language

CVPR 2024poster

How do two sets of images differ? Discerning set-level differences is crucial for understanding model behaviors and analyzing datasets yet manually sifting through thousands of images is impractical. To aid in this discovery process we explore the task of automatically describing the differences bet…

2024

Do Models Explain Themselves? Counterfactual Simulatability of Natural Language Explanations

ICML 2024spotlight

Large language models (LLMs) are trained to imitate humans to explain human decisions. However, do LLMs explain themselves? Can they help humans build mental models of how LLMs process different inputs? To answer these questions, we propose to evaluate $\textbf{counterfactual simulatability}$ of nat…

Cited by 57SourcePDFScholar
2024

Explaining Datasets in Words: Statistical Models with Natural Language Parameters

NeurIPS 2024poster

To make sense of massive data, we often first fit simplified models and then interpret the parameters; for example, we cluster the text embeddings and then interpret the mean parameters of each cluster. However, these parameters are often high-dimensional and hard to interpret. To make model paramet…

2024

Feedback Loops With Language Models Drive In-Context Reward Hacking

ICML 2024poster

Language models influence the external world: they query APIs that read and write to web pages, generate content that shapes human behavior, and run system commands as autonomous agents. These interactions form feedback loops: LLM outputs affect the world, which in turn affect subsequent LLM outputs…

2024

Interpreting CLIP's Image Representation via Text-Based Decomposition

ICLR 2024oral

We investigate the CLIP image encoder by analyzing how individual model components affect the final representation. We decompose the image representation as a sum across individual image patches, model layers, and attention heads, and use CLIP's text representation to interpret the summands. Interpr…

2024

Overthinking the Truth: Understanding how Language Models Process False Demonstrations

ICLR 2024spotlight

Modern language models can imitate complex patterns through few-shot learning, enabling them to complete challenging tasks without fine-tuning. However, imitation can also lead models to reproduce inaccuracies or harmful content if present in the context. We study harmful imitation through the lens…

2023

Are Neurons Actually Collapsed? On the Fine-Grained Structure in Neural Representations

ICML 2023poster

Recent work has observed an intriguing "Neural Collapse'' phenomenon in well-trained neural networks, where the last-layer representations of training samples with the same label collapse into each other. This appears to suggest that the last-layer representations are completely determined by the la…

Cited by 14SourcePDFScholar
2023

Automatically Auditing Large Language Models via Discrete Optimization

ICML 2023poster

Auditing large language models for unexpected behaviors is critical to preempt catastrophic deployments, yet remains challenging. In this work, we cast auditing as an optimization problem, where we automatically search for input-output pairs that match a desired target behavior. For example, we migh…

2023

Discovering Latent Knowledge in Language Models Without Supervision

ICLR 2023poster

Existing techniques for training language models can be misaligned with the truth: if we train models with imitation learning, they may reproduce errors that humans make; if we train them to generate text that humans rate highly, they may output errors that human evaluators can't detect. We propose…

2023

Goal Driven Discovery of Distributional Differences via Language Descriptions

NeurIPS 2023poster

Exploring large corpora can generate useful discoveries but is time-consuming for humans. We formulate a new task, D5, that automatically discovers differences between two large corpora in a goal-driven way. The task input is a problem comprising a user-specified research goal (“*comparing…

Cited by 46SourcePDFScholar
2023

Improved Bayes Risk Can Yield Reduced Social Welfare Under Competition

NeurIPS 2023poster

As the scale of machine learning models increases, trends such as scaling laws anticipate consistent downstream improvements in predictive accuracy. However, these trends take the perspective of a single model-provider in isolation, while in reality providers often compete with each other for users.…

2023

Interpretability in the Wild: a Circuit for Indirect Object Identification in GPT-2 Small

ICLR 2023poster

Research in mechanistic interpretability seeks to explain behaviors of ML models in terms of their internal components. However, most previous work either focuses on simple behaviors in small models, or describes complicated behaviors in larger models with broad strokes. In this work, we bridge this…

2023

Mass-Producing Failures of Multimodal Systems with Language Models

NeurIPS 2023poster

Deployed multimodal models can fail in ways that evaluators did not anticipate. In order to find these failures before deployment, we introduce MultiMon, a system that automatically identifies systematic failures---generalizable, natural-language descriptions that describe categories of individual f…

2023

Progress measures for grokking via mechanistic interpretability

ICLR 2023top-25%

Neural networks often exhibit emergent behavior in which qualitatively new capabilities that arise from scaling up the number of parameters, training data, or even the number of steps. One approach to understanding emergence is to find the continuous \textit{progress measures} that underlie the seem…

2023

Reward Learning as Doubly Nonparametric Bandits: Optimal Design and Scaling Laws

AISTATS 2023poster

Specifying reward functions for complex tasks like object manipulation or driving is challenging to do by hand. Reward learning seeks to address this by learning a reward model using human feedback on selected query policies. This shifts the burden of reward specification to the optimal design of th…

Cited by 1SourcePDFScholar
2022

Forecasting Future World Events With Neural Networks

NeurIPS 2022accept

Forecasting future world events is a challenging but valuable task. Forecasts of climate, geopolitical conflict, pandemics and economic indicators help shape policy and decision making. In these domains, the judgment of expert humans contributes to the best forecasts. Given advances in language mode…

2022

How Would The Viewer Feel? Estimating Wellbeing From Video Scenarios

NeurIPS 2022accept

In recent years, deep neural networks have demonstrated increasingly strong abilities to recognize objects and activities in videos. However, as video understanding becomes widely used in real-world applications, a key consideration is developing human-centric systems that understand not only the co…

2022

More Than a Toy: Random Matrix Models Predict How Real-World Neural Representations Generalize

ICML 2022spotlight

Of theories for why large-scale machine learning models generalize despite being vastly overparameterized, which of their assumptions are needed to capture the qualitative phenomena of generalization in the real world? On one hand, we find that most theoretical analyses fall short of capturing these…

2022

PixMix: Dreamlike Pictures Comprehensively Improve Safety Measures

CVPR 2022poster

In real-world applications of machine learning, reliable and safe systems must consider measures of performance beyond standard test set accuracy. These other goals include out-of-distribution (OOD) robustness, prediction consistency, resilience to adversaries, calibrated uncertainty estimates, and…

Cited by 158PDFcodeScholar
2022

Scaling Out-of-Distribution Detection for Real-World Settings

ICML 2022spotlight

Detecting out-of-distribution examples is important for safety-critical machine learning applications such as detecting novel biological phenomena and self-driving cars. However, existing research mainly focuses on simple small-scale settings. To set the stage for more realistic out-of-distribution…

2022

The Effects of Reward Misspecification: Mapping and Mitigating Misaligned Models

ICLR 2022poster

Reward hacking---where RL agents exploit gaps in misspecified proxy rewards---has been widely observed, but not yet systematically studied. To understand reward hacking, we construct four RL environments with different misspecified rewards. We investigate reward hacking as a function of agent capabi…

2021

Aligning AI With Shared Human Values

ICLR 2021poster

We show how to assess a language model's knowledge of basic concepts of morality. We introduce the ETHICS dataset, a new benchmark that spans concepts in justice, well-being, duties, virtues, and commonsense morality. Models predict widespread moral judgments about diverse text scenarios. This requi…

2021

Grounding Representation Similarity Through Statistical Testing

NeurIPS 2021poster

To understand neural network behavior, recent works quantitatively compare different networks' learned representations using canonical correlation analysis (CCA), centered kernel alignment (CKA), and other dissimilarity measures. Unfortunately, these widely used measures often disagree on fundamenta…

Cited by 99SourcePDFScholar
2021

Learning Equilibria in Matching Markets from Bandit Feedback

NeurIPS 2021spotlight

Large-scale, two-sided matching platforms must find market outcomes that align with user preferences while simultaneously learning these preferences from data. But since preferences are inherently uncertain during learning, the classical notion of stability (Gale and Shapley, 1962; Shapley and Shubi…

Cited by 49SourcePDFScholar
2021

Measuring Coding Challenge Competence With APPS

NeurIPS 2021poster

While programming is one of the most broadly applicable skills in modern society, it is unclear how well state-of-the-art machine learning models can write code. Despite its importance, there has been surprisingly little work on evaluating code generation, and it can be difficult to assess code gene…

Cited by 657SourcecodeScholar
2021

Measuring Massive Multitask Language Understanding

ICLR 2021poster

We propose a new test to measure a text model's multitask accuracy. The test covers 57 tasks including elementary mathematics, US history, computer science, law, and more. To attain high accuracy on this test, models must possess extensive world knowledge and problem solving ability. We find that wh…

2021

Measuring Mathematical Problem Solving With the MATH Dataset

NeurIPS 2021poster

Many intellectual endeavors require mathematical problem solving, but this skill remains beyond the capabilities of computers. To measure this ability in machine learning models, we introduce MATH, a new dataset of 12,500 challenging competition mathematics problems. Each problem in MATH has a full…

Cited by 1719SourcecodeScholar
2021

The Many Faces of Robustness: A Critical Analysis of Out-of-Distribution Generalization

ICCV 2021poster

We introduce four new real-world distribution shift datasets consisting of changes in image style, image blurriness, geographic location, camera operation, and more. With our new datasets, we take stock of previously proposed methods for improving out-of-distribution robustness and put them to the t…

Cited by 2004PDFcodeScholar
2021

What Would Jiminy Cricket Do? Towards Agents That Behave Morally

NeurIPS 2021poster

When making everyday decisions, people are guided by their conscience, an internal sense of right and wrong, to behave morally. By contrast, artificial agents may behave immorally when trained on environments that ignore moral concerns, such as violent video games. With the advent of generally capab…

Cited by 69SourcecodeScholar
2020

Enabling certification of verification-agnostic networks via memory-efficient semidefinite programming

NeurIPS 2020poster

Convex relaxations have emerged as a promising approach for verifying properties of neural networks, but widely used using Linear Programming (LP) relaxations only provide meaningful certificates when networks are specifically trained to facilitate verification. This precludes many important applica…

2020

Identifying Statistical Bias in Dataset Replication

ICML 2020poster

Dataset replication is a useful tool for assessing whether improvements in test accuracy on a specific benchmark correspond to improvements in models’ ability to generalize reliably. In this work, we present unintuitive yet significant ways in which standard approaches to dataset replication introdu…

2020

Rethinking Bias-Variance Trade-off for Generalization of Neural Networks

ICML 2020poster

The classical bias-variance trade-off predicts that bias decreases and variance increase with model complexity, leading to a U-shaped risk curve. Recent work calls this into question for neural networks and other over-parameterized models, for which it is often observed that larger models generalize…

2019

Sever: A Robust Meta-Algorithm for Stochastic Optimization

ICML 2019oral

In high dimensions, most machine learning methods are brittle to even a small fraction of structured outliers. To address this, we introduce a new meta-algorithm that can take in a base learner such as least squares or stochastic gradient descent, and harden the learner to be resistant to outliers.…

2018

Semidefinite relaxations for certifying robustness to adversarial examples

NeurIPS 2018poster

Despite their impressive performance on diverse tasks, neural networks fail catastrophically in the presence of adversarial inputs—imperceptibly but adversarially perturbed versions of natural inputs. We have witnessed an arms race between defenders who attempt to train robust networks and attackers…

Cited by 538SourcePDFScholar
2016

Avoiding Imposters and Delinquents: Adversarial Crowdsourcing and Peer Prediction

NeurIPS 2016poster

We consider a crowdsourcing model in which n workers are asked to rate the quality of n items previously generated by other workers. An unknown set of $\alpha n$ workers generate reliable ratings, while the remaining workers may behave arbitrarily and possibly adversarially. The manager of the exper…

Cited by 45SourcePDFScholar
2015

Reified Context Models

ICML 2015poster

A classic tension exists between exact inference in a simple model and approximate inference in a complex model. The latter offers expressivity and thus accuracy, but the former provides coverage of the space, an important property for confidence estimation and learning with indirect supervision. In…

Cited by 5SourcePDFScholar