← Search

Martin Wattenberg

13 accepted papers

2026

Decomposing Query-Key Feature Interactions Using Contrastive Covariances

ICML 2026poster

Despite the central role of attention heads in Transformers, we lack tools to understand why a model attends to a particular token. To address this, we study the query-key (QK) space -- the bilinear joint embedding space between queries and keys. We present a contrastive covariance method to decompo…

Cited by 0SourceScholar
2026

Into the Rabbit Hull: From Task-Relevant Concepts in DINO to Minkowski Geometry

ICLR 2026poster

DINOv2 sees the world well enough to guide robots and segment images, but we still do not know what it sees. We conduct the first comprehensive analysis of DINOv2’s representational structure using overcomplete dictionary learning, extracting over 32,000 visual concepts in what constitutes the large…

Cited by 0SourceScholar
2025

Archetypal SAE: Adaptive and Stable Dictionary Learning for Concept Extraction in Large Vision Models

ICML 2025poster

Sparse Autoencoders (SAEs) have emerged as a powerful framework for machine learning interpretability, enabling the unsupervised decomposition of model representations into a dictionary of abstract, human-interpretable concepts. However, we reveal a fundamental limitation: SAEs exhibit severe instab…

Cited by 2SourcePDFScholar
2025

ICLR: In-Context Learning of Representations

ICLR 2025poster

Recent work demonstrates that structured patterns in pretraining data influence how representations of different concepts are organized in a large language model’s (LLM) internals, with such representations then driving downstream abilities. Given the open-ended nature of LLMs, e.g., their ability t…

Cited by 7SourcePDFScholar
2024

A Mechanistic Understanding of Alignment Algorithms: A Case Study on DPO and Toxicity

ICML 2024oral

While alignment algorithms are commonly used to tune pre-trained language models towards user preferences, we lack explanations for the underlying mechanisms in which models become ``aligned'', thus making it difficult to explain phenomena like jailbreaks. In this work we study a popular algorithm,…

2024

Linearity of Relation Decoding in Transformer Language Models

ICLR 2024spotlight

Much of the knowledge encoded in transformer language models (LMs) may be expressed in terms of relations: relations between words and their synonyms, entities and their attributes, etc. We show that, for a subset of relations, this computation is well-approximated by a single linear transformation…

Cited by 76SourcePDFScholar
2024

Q-Probe: A Lightweight Approach to Reward Maximization for Language Models

ICML 2024poster

We present an approach called Q-probing to adapt a pre-trained language model to maximize a task-specific reward function. At a high level, Q-probing sits between heavier approaches such as finetuning and lighter approaches such as few shot prompting, but can also be combined with either. The idea i…

2023

Emergent World Representations: Exploring a Sequence Model Trained on a Synthetic Task

ICLR 2023top-5%

Language models show a surprising range of capabilities, but the source of their apparent competence is unclear. Do these networks just memorize a collection of surface statistics, or do they rely on internal representations of the process that generates the sequences they see? We investigate this q…

2023

Inference-Time Intervention: Eliciting Truthful Answers from a Language Model

NeurIPS 2023spotlight

We introduce Inference-Time Intervention (ITI), a technique designed to enhance the "truthfulness" of large language models (LLMs). ITI operates by shifting model activations during inference, following a learned set of directions across a limited number of attention heads. This intervention signifi…

2019

Visualizing and Measuring the Geometry of BERT

NeurIPS 2019poster

Transformer architectures show significant promise for natural language processing. Given that a single pretrained model can be fine-tuned to perform well on many different tasks, these networks appear to extract generally useful linguistic features. A natural question is how such networks represent…

Cited by 512SourcePDFScholar
2018

Interpretability Beyond Feature Attribution: Quantitative Testing with Concept Activation Vectors (TCAV)

ICML 2018oral

The interpretation of deep learning models is a challenge due to their size, complexity, and often opaque internal state. In addition, many systems, such as image classifiers, operate on low-level features rather than high-level concepts. To address these challenges, we introduce Concept Activation…