← Search

Nora Belrose

7 accepted papers

2025

Automatically Interpreting Millions of Features in Large Language Models

ICML 2025poster

While the activations of neurons in deep neural networks usually do not have a simple human-understandable interpretation, sparse autoencoders (SAEs) can be used to transform these activations into a higher-dimensional latent space which can be more easily interpretable. However, SAEs can have milli…

2025

Do Transformer Interpretability Methods Transfer to RNNs?

AAAI 2025technical

Recent advances in recurrent neural network architectures, such as Mamba and RWKV, have enabled RNNs to match or exceed the performance of equal-size transformers in terms of language modeling perplexity and downstream evaluations, suggesting that future systems may be built on completely new archit…

2024

Neural Networks Learn Statistics of Increasing Complexity

ICML 2024poster

The _distributional simplicity bias_ (DSB) posits that neural networks learn low-order moments of the data distribution first, before moving on to higher-order correlations. In this work, we present compelling new evidence for the DSB by showing that networks automatically learn to perform well on m…

2023

Adversarial Policies Beat Superhuman Go AIs

ICML 2023oral

We attack the state-of-the-art Go-playing AI system KataGo by training adversarial policies against it, achieving a >97% win rate against KataGo running at superhuman settings. Our adversaries do not win by playing Go well. Instead, they trick KataGo into making serious blunders. Our attack transfer…

Cited by 40SourcePDFScholar
2023

LEACE: Perfect linear concept erasure in closed form

NeurIPS 2023poster

Concept erasure aims to remove specified features from a representation. It can improve fairness (e.g. preventing a classifier from using gender or race) and interpretability (e.g. removing a concept to observe changes in model behavior). We introduce LEAst-squares Concept Erasure (LEACE), a closed-…