← Search

Neel Nanda

28 accepted papers

2026

Base Models Know How to Reason, Thinking Models Learn When

ICML 2026spotlight

Why do thinking language models outperform their base counterparts, and what exactly do they learn during training? We introduce constructive model diffing, a framework for understanding fine-tuned models by explicitly constructing the base-to-fine-tuned difference from interpretable components to p…

Cited by 0SourceScholar
2026

Chain-of-Thought Reasoning In The Wild Is Not Always Faithful

ICML 2026poster

Recent studies indicate that when faced with explicit biases in prompts, models often omit mentioning these biases in their Chain-of-Thought (CoT) output, revealing that verbalized reasoning can give an incorrect picture of how models arrive at conclusions (unfaithfulness). In this work, we show tha…

Cited by 0SourcecodeScholar
2026

Emergent Misalignment is Easy, Narrow Misalignment is Hard

ICLR 2026poster

Finetuning large language models on narrowly harmful datasets can cause them to become emergently misaligned, giving stereotypically `evil' responses across diverse unrelated settings. Concerningly, a pre-registered survey of experts failed to predict this result, highlighting our poor understanding…

Cited by 0SourcecodeScholar
2026

Interpretable Embeddings with Sparse Autoencoders: A Data Analysis Toolkit

ICML 2026poster

Analyzing large-scale text corpora is a core challenge in machine learning, crucial for tasks like identifying undesirable model behaviors. Current methods often rely on costly LLM-based techniques (e.g. annotating dataset differences) or dense embedding models (e.g. for clustering), which lack cont…

Cited by 0SourceScholar
2026

Narrow Finetuning Leaves Clearly Readable Traces in the Activation Differences

ICLR 2026poster

Finetuning on narrow domains has become an essential tool to adapt Large Language Models (LLMs) to specific tasks and to create models with known unusual properties that are useful for safety research. Model diffing--the study of differences between base and finetuned models--is a promising approach…

Cited by 0SourcecodeScholar
2026

Steering Evaluation-Aware Language Models To Act Like They Are Deployed

ICLR 2026poster

Large language models (LLMs) can sometimes detect when they are being evaluated and adjust their behavior to appear more aligned, compromising the reliability of safety evaluations. In this paper, we show that adding a steering vector to an LLM's activations can suppress evaluation-awareness and mak…

Cited by 0SourcecodeScholar
2026

Steering Out-of-Distribution Generalization with Concept Ablation Fine-Tuning

ICML 2026poster

Fine-tuning large language models (LLMs) can lead to unintended out-of-distribution generalization. Standard approaches to this problem rely on modifying the training data, for example by adding data that better specify the intended generalization. However, this is not always practical. We introduce…

Cited by 0SourceScholar
2026

Thought Branches: Interpreting LLM Reasoning Requires Resampling

ICLR 2026poster

We argue that interpreting reasoning models from a single chain-of-thought (CoT) is fundamentally inadequate. To understand computation and causal influence, one must study reasoning as a distribution of possible trajectories elicited by a given prompt. We approximate this distribution via on-policy…

Cited by 0SourceScholar
2026

What's the plan? Metrics for implicit planning in LLMs and their application to rhyme generation

ICLR 2026poster

Prior work suggests that language models, while trained on next token prediction, show implicit planning behavior: they may select the next token in preparation to a predicted future token, such as a likely rhyming word, as supported by a prior qualitative study of Claude 3.5 Haiku using a cross-lay…

Cited by 0SourceScholar
2025

Are Sparse Autoencoders Useful? A Case Study in Sparse Probing

ICML 2025poster

Sparse autoencoders (SAEs) are a popular method for interpreting concepts represented in large language model (LLM) activations. However, there is a lack of evidence regarding the validity of their interpretations due to the lack of a ground truth for the concepts used by an LLM, and a growing numbe…

2025

Do I Know This Entity? Knowledge Awareness and Hallucinations in Language Models

ICLR 2025oral

Hallucinations in large language models are a widespread problem, yet the mechanisms behind whether models will hallucinate are poorly understood, limiting our ability to solve this problem. Using sparse autoencoders as an interpretability tool, we discover that a key part of these mechanisms is ent…

Cited by 10SourcePDFScholar
2025

Inference-Time Decomposition of Activations (ITDA): A Scalable Approach to Interpreting Large Language Models

ICML 2025poster

Sparse Autoencoders (SAEs) are a popular method for decomposing Large Language Model (LLM) activations into interpretable latents, however they have a substantial training cost and SAEs learned on different models are not directly comparable. Motivated by relative representation similarity measures,…

2025

Learning Multi-Level Features with Matryoshka Sparse Autoencoders

ICML 2025poster

Sparse autoencoders (SAEs) have emerged as a powerful tool for interpreting neural networks by extracting the concepts represented in their activations. However, choosing the size of the SAE dictionary (i.e. number of learned concepts) creates a tension: as dictionary size increases to capture more…

2025

Overcoming Sparsity Artifacts in Crosscoders to Interpret Chat-Tuning

NeurIPS 2025poster

Model diffing is the study of how fine-tuning changes a model's representations and internal algorithms. Many behaviors of interest are introduced during fine-tuning, and model diffing offers a promising lens to interpret such behaviors. Crosscoders are a recent model diffing method that learns a…

Cited by 0SourceScholar
2025

SAEBench: A Comprehensive Benchmark for Sparse Autoencoders in Language Model Interpretability

ICML 2025poster

Sparse autoencoders (SAEs) are a popular technique for interpreting language model activations, and there is extensive recent work on improving SAE effectiveness. However, most prior work evaluates progress using unsupervised proxy metrics with unclear practical relevance. We introduce SAEBench, a c…

Cited by 0SourcePDFScholar
2025

Scaling Sparse Feature Circuits For Studying In-Context Learning

ICML 2025poster

Sparse autoencoders (SAEs) are a popular tool for interpreting large language model activations, but their utility in addressing open questions in interpretability remains unclear. In this work, we demonstrate their effectiveness by using SAEs to deepen our understanding of the mechanism behind in-c…

Cited by 0SourcePDFScholar
2025

Sparse Autoencoders Do Not Find Canonical Units of Analysis

ICLR 2025poster

A common goal of mechanistic interpretability is to decompose the activations of neural networks into features: interpretable properties of the input computed by the model. Sparse autoencoders (SAEs) are a popular method for finding these features in LLMs, and it has been postulated that they can be…

Cited by 1SourcePDFScholar
2025

Too Late to Recall: Explaining the Two-Hop Problem in Multimodal Knowledge Retrieval

NeurIPS 2025poster

Training vision language models (VLMs) aims to align visual representations from a vision encoder with the textual representations of a pretrained large language model (LLM). However, many VLMs exhibit reduced factual recall performance compared to their LLM backbones, raising the question of how ef…

Cited by 0SourceScholar
2025

Towards Principled Evaluations of Sparse Autoencoders for Interpretability and Control

ICLR 2025poster

Disentangling model activations into human-interpretable features is a central problem in interpretability. Sparse autoencoders (SAEs) have recently attracted much attention as a scalable unsupervised approach to this problem. However, our imprecise understanding of ground-truth features in realisti…

Cited by 30SourcePDFScholar
2024

Confidence Regulation Neurons in Language Models

NeurIPS 2024poster

Despite their widespread use, the mechanisms by which large language models (LLMs) represent and regulate uncertainty in next-token predictions remain largely unexplored. This study investigates two critical components believed to influence this uncertainty: the recently discovered entropy neurons a…

2024

Improving Sparse Decomposition of Language Model Activations with Gated Sparse Autoencoders

NeurIPS 2024poster

Recent work has found that sparse autoencoders (SAEs) are an effective technique for unsupervised discovery of interpretable features in language models' (LMs) activations, by finding sparse, linear reconstructions of those activations. We introduce the Gated Sparse Autoencoder (Gated SAE), which ac…

Cited by 6SourcePDFScholar
2024

Is This the Subspace You Are Looking for? An Interpretability Illusion for Subspace Activation Patching

ICLR 2024poster

Mechanistic interpretability aims to attribute high-level model behaviors to specific, interpretable learned features. It is hypothesized that these features manifest as directions or low-dimensional subspaces within activation space. Accordingly, recent studies have explored the identification and…

2024

Refusal in Language Models Is Mediated by a Single Direction

NeurIPS 2024poster

Conversational large language models are fine-tuned for both instruction-following and safety, resulting in models that obey benign requests but refuse harmful ones. While this refusal behavior is widespread across chat models, its underlying mechanisms remain poorly understood. In this work, we sho…

2023

A Toy Model of Universality: Reverse Engineering how Networks Learn Group Operations

ICML 2023poster

Universality is a key hypothesis in mechanistic interpretability -- that different models learn similar features and circuits when trained on similar tasks. In this work, we study the universality hypothesis by examining how small networks learn to implement group compositions. We present a novel al…

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…