← Search

David Chanin

6 accepted papers

2026

Biases in the Blind Spot: Detecting What LLMs Fail to Mention

ICML 2026poster

Large Language Models (LLMs) often provide chain-of-thought (CoT) reasoning traces that appear plausible, but may hide internal biases. We call these *unverbalized biases*. Monitoring models via their stated reasoning is therefore unreliable, and existing bias evaluations typically require predefine…

Cited by 0SourceScholar
2025

A is for Absorption: Studying Feature Splitting and Absorption in Sparse Autoencoders

NeurIPS 2025oral

Sparse Autoencoders (SAEs) aim to decompose the activation space of large language models (LLMs) into human-interpretable latent directions or features. As we increase the number of features in the SAE, hierarchical features tend to split into finer features (“math” may split into “algebra”, “geomet…

Cited by 0SourcecodeScholar
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
2024

Analysing the Generalisation and Reliability of Steering Vectors

NeurIPS 2024poster

Steering vectors (SVs) are a new approach to efficiently adjust language model behaviour at inference time by intervening on intermediate model activations. They have shown promise in terms of improving both capabilities and model alignment. However, the reliability and generalisation properties of…

Cited by 14SourcePDFScholar
2024

Identifying Linear Relational Concepts in Large Language Models

NAACL 2024long

Transformer language models (LMs) have been shown to represent concepts as directions in the latent space of hidden activations. However, for any human-interpretable concept, how can we find its direction in the latent space? We present a technique called linear relational concepts (LRC) for finding…