LGCLDec 26, 2023

Observable Propagation: Uncovering Feature Vectors in Transformers

arXiv:2312.16291v23 citationsh-index: 2ICML
Originality Highly original
AI Analysis

This work addresses a key bottleneck in mechanistic interpretability for NLP by reducing data requirements, potentially enabling better understanding of bias in large language models.

The authors tackled the problem of finding linear features in transformers without requiring large labeled datasets, introducing a method called observable propagation (ObProp) that uses almost no data and surpasses traditional approaches in low-data regimes.

A key goal of current mechanistic interpretability research in NLP is to find linear features (also called "feature vectors") for transformers: directions in activation space corresponding to concepts that are used by a given model in its computation. Present state-of-the-art methods for finding linear features require large amounts of labelled data -- both laborious to acquire and computationally expensive to utilize. In this work, we introduce a novel method, called "observable propagation" (in short: ObProp), for finding linear features used by transformer language models in computing a given task -- using almost no data. Our paradigm centers on the concept of "observables", linear functionals corresponding to given tasks. We then introduce a mathematical theory for the analysis of feature vectors, including a similarity metric between feature vectors called the coupling coefficient which estimates the degree to which one feature's output correlates with another's. We use ObProp to perform extensive qualitative investigations into several tasks, including gendered occupational bias, political party prediction, and programming language detection. Our results suggest that ObProp surpasses traditional approaches for finding feature vectors in the low-data regime, and that ObProp can be used to better understand the mechanisms responsible for bias in large language models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes