← Search

Christopher Potts

57 accepted papers

2026

Addressing divergent representations from causal interventions on neural networks

ICLR 2026oral

A common approach to mechanistic interpretability is to causally manipulate model representations via targeted interventions in order to understand what those representations encode. Here we ask whether such interventions create out-of-distribution (divergent) representations, and whether this raise…

Cited by 0SourceScholar
2026

Fast Byte Latent Transformer

ICML 2026poster

Recent byte-level language models (LMs) match the performance of token-level models without relying on subword vocabularies, yet their practical deployment is limited by slow inference. In this work, we enhance the Byte Latent Transformer (BLT) using new training and inference techniques. First, we …

Cited by 0SourceScholar
2026

GEPA: Reflective Prompt Evolution Can Outperform Reinforcement Learning

ICLR 2026oral

Large language models (LLMs) are increasingly adapted to downstream tasks via reinforcement learning (RL) methods like Group Relative Policy Optimization (GRPO), which often require thousands of rollouts to learn new tasks. We argue that the interpretable nature of language often provides a much ric…

Cited by 0SourcecodeScholar
2026

Outcome-Based Rewards Do Not Guarantee Faithful and Verifiable Reasoning

ICML 2026poster

Reinforcement Learning from Verifiable Rewards (RLVR) on chain-of-thought reasoning has become a standard part of language model post-training recipes. A common assumption is that the reasoning chains trained through RLVR represent how a model gets to its answer. In this paper, we develop two metric…

Cited by 0SourceScholar
2025

AxBench: Steering LLMs? Even Simple Baselines Outperform Sparse Autoencoders

ICML 2025spotlight

Fine-grained steering of language model outputs is essential for safety and reliability. Prompting and finetuning are widely used to achieve these goals, but interpretability researchers have proposed a variety of representation-based techniques as well, including sparse autoencoders (SAEs), linear…

2025

Blackbox Model Provenance via Palimpsestic Membership Inference

NeurIPS 2025spotlight

Suppose Alice trains an open-weight language model and Bob uses a blackbox derivative of Alice’s model to produce text. Can Alice prove that Bob is using her model, either by querying Bob’s derivative model (query setting) or from the text alone ( observational setting)? We formulate this question a…

Cited by 0SourceScholar
2025

Causal Interventions Reveal Shared Structure Across English Filler–Gap Constructions

EMNLP 2025

Language Models (LMs) have emerged as powerful sources of evidence for linguists seeking to develop theories of syntax. In this paper, we argue that causal interpretability methods, applied to LMs, can greatly enhance the value of such evidence by helping us characterize the abstract mechanisms that

Cited by 0SourcePDFScholar
2025

False Friends Are Not Foes: Investigating Vocabulary Overlap in Multilingual Language Models

EMNLP 2025

Subword tokenizers trained on multilingual corpora naturally produce overlapping tokens across languages. Does token overlap facilitate cross-lingual transfer or instead introduce interference between languages? Prior work offers mixed evidence, partly due to varied setups and confounders, such as t

Cited by 0SourcePDFScholar
2025

HyperDAS: Towards Automating Mechanistic Interpretability with Hypernetworks

ICLR 2025poster

Mechanistic interpretability has made great strides in identifying neural network features (e.g., directions in hidden activation space) that mediate concepts (e.g., *the birth year of a Nobel laureate*) and enable predictable manipulation. Distributed alignment search (DAS) leverages supervision fr…

Cited by 0SourcePDFScholar
2025

Improved Representation Steering for Language Models

NeurIPS 2025spotlight

Steering methods for language models (LMs) seek to provide fine-grained and interpretable control over model generations by variously changing model inputs, weights, or representations to adjust behavior. Recent work has shown that adjusting weights or representations is often less effective than st…

Cited by 0SourcecodeScholar
2025

Improving Pretraining Data Using Perplexity Correlations

ICLR 2025poster

Quality pretraining data is often seen as the key to high-performance language models. However, progress in understanding pretraining data has been slow due to the costly pretraining runs required for data selection experiments. We present a framework that avoids these costs and selects high-quality…

2025

Internal Causal Mechanisms Robustly Predict Language Model Out-of-Distribution Behaviors

ICML 2025poster

Interpretability research now offers a variety of techniques for identifying abstract internal mechanisms in neural networks. Can such techniques be used to predict how models will behave on out-of-distribution examples? In this work, we provide a positive answer to this question. Through a diverse…

2025

MrT5: Dynamic Token Merging for Efficient Byte-level Language Models

ICLR 2025poster

Models that rely on subword tokenization have significant drawbacks, such as sensitivity to character-level noise like spelling errors and inconsistent compression rates across different languages and scripts. While character- or byte-level models like ByT5 attempt to address these concerns, they ha…

2024

ARES: An Automated Evaluation Framework for Retrieval-Augmented Generation Systems

NAACL 2024long

Evaluating retrieval-augmented generation (RAG) systems traditionally relies on hand annotations for input queries, passages to retrieve, and responses to generate. We introduce ARES, an Automated RAG Evaluation System, for evaluating RAG systems along the dimensions of context relevance, answer fai…

2024

AmazonQAC: A Large-Scale, Naturalistic Query Autocomplete Dataset

EMNLP 2024industry

Query Autocomplete (QAC) is a critical feature in modern search engines, facilitating user interaction by predicting search queries based on input prefixes. Despite its widespread adoption, the absence of large-scale, realistic datasets has hindered advancements in QAC system development. This paper…

Cited by 1SourcePDFScholar
2024

CausalGym: Benchmarking causal interpretability methods on linguistic tasks

ACL 2024long

Language models (LMs) have proven to be powerful tools for psycholinguistic research, but most prior work has focused on purely behavioural measures (e.g., surprisal comparisons). At the same time, research in model interpretability has begun to illuminate the abstract causal mechanisms shaping LM b…

2024

CommVQA: Situating Visual Question Answering in Communicative Contexts

EMNLP 2024main

Current visual question answering (VQA) models tend to be trained and evaluated on image-question pairs in isolation. However, the questions people ask are dependent on their informational needs and prior knowledge about the image content. To evaluate how situating images within naturalistic context…

2024

ContextRef: Evaluating Referenceless Metrics for Image Description Generation

ICLR 2024poster

Referenceless metrics (e.g., CLIPScore) use pretrained vision--language models to assess image descriptions directly without costly ground-truth reference texts. Such methods can facilitate rapid progress, but only if they truly align with human preference judgments. In this paper, we introduce Cont…

2024

DSPy: Compiling Declarative Language Model Calls into State-of-the-Art Pipelines

ICLR 2024spotlight

The ML community is rapidly exploring techniques for prompting language models (LMs) and for stacking them into pipelines that solve complex tasks. Unfortunately, existing LM pipelines are typically implemented using hard-coded “prompt templates”, i.e. lengthy strings discovered via trial and error.…

2024

Fine-Tuning and Prompt Optimization: Two Great Steps that Work Better Together

EMNLP 2024main

Natural Language Processing (NLP) systems are increasingly taking the form of sophisticated modular pipelines, e.g., Retrieval Augmented Generation (RAG), where each module may involve a distinct Language Model (LM) and an associated prompt template. These compound systems often lack intermediate la…

Cited by 14SourcePDFScholar
2024

GIO: Gradient Information Optimization for Training Dataset Selection

ICLR 2024spotlight

It is often advantageous to train models on a subset of the available train examples, because the examples are of variable quality or because one would like to train with fewer examples, without sacrificing performance. We present Gradient Information Optimization (GIO), a scalable, task-agnostic ap…

2024

I am a Strange Dataset: Metalinguistic Tests for Language Models

ACL 2024long

Statements involving metalinguistic self-reference (“This paper has six sections.”) are prevalent in many domains. Can large language models (LLMs) handle such language? In this paper, we present “I am a Strange Dataset”, a new dataset for addressing this question. There are two subtasks: generation…

2024

Mission: Impossible Language Models

ACL 2024long

Chomsky and others have very directly claimed that large language models (LLMs) are equally capable of learning languages that are possible and impossible for humans to learn. However, there is very little published experimental evidence to support such a claim. Here, we develop a set of synthetic i…

2024

MoEUT: Mixture-of-Experts Universal Transformers

NeurIPS 2024poster

Previous work on Universal Transformers (UTs) has demonstrated the importance of parameter sharing across layers. By allowing recurrence in depth, UTs have advantages over standard Transformers in learning compositional generalizations, but layer-sharing comes with a practical limitation of paramete…

2024

Optimizing Instructions and Demonstrations for Multi-Stage Language Model Programs

EMNLP 2024main

Language Model Programs, i.e. sophisticated pipelines of modular language model (LM) calls, are increasingly advancing NLP tasks, but they require crafting prompts that are jointly effective for all modules. We study prompt optimization for LM programs, i.e. how to update these prompts to maximize a…

2024

RAVEL: Evaluating Interpretability Methods on Disentangling Language Model Representations

ACL 2024long

Individual neurons participate in the representation of multiple high-level concepts. To what extent can different interpretability methods successfully disentangle these roles? To help address this question, we introduce RAVEL (Resolving Attribute-Value Entanglements in Language Models), a dataset…

2024

ReFT: Representation Finetuning for Language Models

NeurIPS 2024spotlight

Parameter-efficient finetuning (PEFT) methods seek to adapt large neural models via updates to a small number of *weights*. However, much prior interpretability work has shown that *representations* encode rich semantic information, suggesting that editing representations might be a more powerful al…

2024

Retrieval Augmented Spelling Correction for E-Commerce Applications

EMNLP 2024industry

The rapid introduction of new brand names into everyday language poses a unique challenge for e-commerce spelling correction services, which must distinguish genuine misspellings from novel brand names that use unconventional spelling. We seek to address this challenge via Retrieval Augmented Genera…

Cited by 0SourcePDFScholar
2024

Updating CLIP to Prefer Descriptions Over Captions

EMNLP 2024main

Although CLIPScore is a powerful generic metric that captures the similarity between a text and an image, it fails to distinguish between a caption that is meant to complement the information in an image and a description that is meant to replace an image entirely, e.g., for accessibility. We addres…

2024

pyvene: A Library for Understanding and Improving PyTorch Models via Interventions

NAACL 2024system demonstrations

Interventions on model-internal states are fundamental operations in many areas of AI, including model editing, steering, robustness, and interpretability. To facilitate such research, we introduce pyvene, an open-source Python library that supports customizable interventions on a range of different…

2023

BioDEX: Large-Scale Biomedical Adverse Drug Event Extraction for Real-World Pharmacovigilance

EMNLP 2023long findings

Timely and accurate extraction of Adverse Drug Events (ADE) from biomedical literature is paramount for public safety, but involves slow and costly manual labor. We set out to improve drug safety monitoring (pharmacovigilance, PV) through the use of Natural Language Processing (NLP). We introduce Bi…

Cited by 0SourcecodeScholar
2023

Causal Proxy Models for Concept-based Model Explanations

ICML 2023poster

Explainability methods for NLP systems encounter a version of the fundamental problem of causal inference: for a given ground-truth input text, we never truly observe the counterfactual texts necessary for isolating the causal effects of model representations on outputs. In response, many explainabi…

2023

Detecting Contradictory COVID-19 Drug Efficacy Claims from Biomedical Literature

ACL 2023short

The COVID-19 pandemic created a deluge of questionable and contradictory scientific claims about drug efficacy – an “infodemic” with lasting consequences for science and society. In this work, we argue that NLP models can help domain experts distill and understand the literature in this complex, hig…

2023

Inducing Character-level Structure in Subword-based Language Models with Type-level Interchange Intervention Training

ACL 2023findings

Language tasks involving character-level manipulations (e.g., spelling corrections, arithmetic operations, word games) are challenging for models operating on subword units. To address this, we develop a causal intervention framework to learn robust and interpretable character representations inside…

2023

Interpretability at Scale: Identifying Causal Mechanisms in Alpaca

NeurIPS 2023poster

Obtaining human-interpretable explanations of large, general-purpose language models is an urgent goal for AI safety. However, it is just as important that our interpretability methods are faithful to the causal dynamics underlying model behavior and able to robustly generalize to unseen inputs. Dis…

2023

MQuAKE: Assessing Knowledge Editing in Language Models via Multi-Hop Questions

EMNLP 2023long main

The information stored in large language models (LLMs) falls out of date quickly, and retraining from scratch is often not an option. This has recently given rise to a range of techniques for injecting new facts through updating model weights. Current evaluation paradigms are extremely limited, main…

Cited by 0SourcecodeScholar
2023

Moving Beyond Downstream Task Accuracy for Information Retrieval Benchmarking

ACL 2023findings

Neural information retrieval (IR) systems have progressed rapidly in recent years, in large part due to the release of publicly available benchmarking tasks. Unfortunately, some dimensions of this progress are illusory: the majority of the popular IR benchmarks today focus exclusively on downstream…

2023

ScoNe: Benchmarking Negation Reasoning in Language Models With Fine-Tuning and In-Context Learning

ACL 2023short

A number of recent benchmarks seek to assess how well models handle natural language negation. However, these benchmarks lack the controlled example paradigms that would allow us to infer whether a model had truly learned how negation morphemes semantically scope. To fill these analytical gaps, we p…

2023

UDAPDR: Unsupervised Domain Adaptation via LLM Prompting and Distillation of Rerankers

EMNLP 2023long main

Many information retrieval tasks require large labeled datasets for fine-tuning. However, such datasets are often unavailable, and their utility for real-world applications can diminish quickly due to domain shifts. To address this challenge, we develop and motivate a method for using large language…

Cited by 0SourcecodeScholar
2022

CEBaB: Estimating the Causal Effects of Real-World Concepts on NLP Model Behavior

NeurIPS 2022accept

The increasing size and complexity of modern ML systems has improved their predictive capabilities but made their behavior harder to explain. Many techniques for model explanation have been developed in response, but we lack clear criteria for assessing these techniques. In this paper, we cast model…

Cited by 54SourcePDFScholar
2022

Causal Distillation for Language Models

NAACL 2022long

Distillation efforts have led to language models that are more compact and efficient without serious drops in performance. The standard approach to distillation trains a student model against two objectives: a task-specific objective (e.g., language modeling) and an imitation objective that encourag…

2022

ColBERTv2: Effective and Efficient Retrieval via Lightweight Late Interaction

NAACL 2022long

Neural information retrieval (IR) has greatly advanced search and other knowledge-intensive language tasks. While many neural IR methods encode queries and documents into single-vector representations, late interaction models produce multi-vector representations at the granularity of each token and…

2022

Concadia: Towards Image-Based Text Generation with a Purpose

EMNLP 2022main

Current deep learning models often achieve excellent results on benchmark image-to-text datasets but fail to generate texts that are useful in practice. We argue that to close this gap, it is vital to distinguish descriptions from captions based on their distinct communicative roles. Descriptions fo…

2022

Context Matters for Image Descriptions for Accessibility: Challenges for Referenceless Evaluation Metrics

EMNLP 2022main

Few images on the Web receive alt-text descriptions that would make them accessible to blind and low vision (BLV) users. Image-based NLG systems have progressed to the point where they can begin to address this persistent societal problem, but these systems will not be fully successful unless we eva…

2022

Hindsight: Posterior-guided training of retrievers for improved open-ended generation

ICLR 2022poster

Many text generation systems benefit from retrieving passages from a textual knowledge corpus (e.g., Wikipedia) and using them to generate the output. For open-ended generation tasks, like generating informative utterances in conversations, many varied passages $z$ are relevant to the context $x$ bu…

Cited by 49SourcePDFScholar
2022

Inducing Causal Structure for Interpretable Neural Networks

ICML 2022spotlight

In many areas, we have well-founded insights about causal structure that would be useful to bring into our trained models while still allowing them to learn in a data-driven fashion. To achieve this, we present the new method of interchange intervention training (IIT). In IIT, we (1) align variables…

2022

Systematicity in GPT-3’s Interpretation of Novel English Noun Compounds

EMNLP 2022finding

Levin et al. (2019) show experimentally that the interpretations of novel English noun compounds (e.g., stew skillet), while not fully compositional, are highly predictable based on whether the modifier and head refer to artifacts or natural kinds. Is the large language model GPT-3 governed by the s…

Cited by 14SourcePDFScholar
2021

Baleen: Robust Multi-Hop Reasoning at Scale via Condensed Retrieval

NeurIPS 2021spotlight

Multi-hop reasoning (i.e., reasoning across two or more documents) is a key ingredient for NLP models that leverage large corpora to exhibit broad knowledge. To retrieve evidence passages, multi-hop models must contend with a fast-growing search space across the hops, represent complex queries that…

Cited by 65SourcePDFScholar
2021

Decrypting Cryptic Crosswords: Semantically Complex Wordplay Puzzles as a Target for NLP

NeurIPS 2021poster

Cryptic crosswords, the dominant crossword variety in the UK, are a promising target for advancing NLP systems that seek to process semantically complex, highly compositional language. Cryptic clues read like fluent natural language but are adversarially composed of two parts: a definition and a wor…

2021

DynaSent: A Dynamic Benchmark for Sentiment Analysis

ACL 2021long

We introduce DynaSent (‘Dynamic Sentiment’), a new English-language benchmark task for ternary (positive/negative/neutral) sentiment analysis. DynaSent combines naturally occurring sentences with sentences created using the open-source Dynabench Platform, which facilities human-and-model-in-the-loop…

2021

Dynabench: Rethinking Benchmarking in NLP

NAACL 2021long

We introduce Dynabench, an open-source platform for dynamic dataset creation and model benchmarking. Dynabench runs in a web browser and supports human-and-model-in-the-loop dataset creation: annotators seek to create examples that a target model will misclassify, but that another person will not. I…

Cited by 471SourcePDFScholar
2021

Dynaboard: An Evaluation-As-A-Service Platform for Holistic Next-Generation Benchmarking

NeurIPS 2021poster

We introduce Dynaboard, an evaluation-as-a-service framework for hosting benchmarks and conducting holistic model comparison, integrated with the Dynabench platform. Our platform evaluates NLP models directly instead of relying on self-reported metrics or predictions on a single dataset. Under this…

Cited by 66SourcePDFScholar
2021

ReaSCAN: Compositional Reasoning in Language Grounding

NeurIPS 2021poster

The ability to compositionally map language to referents, relations, and actions is an essential component of language understanding. The recent gSCAN dataset (Ruis et al. 2020, NeurIPS) is an inspiring attempt to assess the capacity of models to learn this kind of grounding in scenarios involving n…

Cited by 24SourcecodeScholar