paper-with-me

Papers

Disentangling Neuron Representations with Concept Vectors

2023-04-19 · Laura O'Mahony, Vincent Andrearczyk, Henning Muller, Mara Graziani

Mechanistic interpretability aims to understand how models store representations by breaking down neural networks into interpretable units. However, the occurrence of polysemantic neurons, or neurons that respond to multiple unrelated features, makes interpreting individual neurons challenging. This has led to the search for meaningful vectors, known as concept vectors, in activation space instead of individual neurons. The main contribution of this paper is a method to disentangle polysemantic neurons into concept vectors encapsulating distinct features. Our method can search for fine-grained concepts according to the user's desired level of concept separation. The analysis shows that polysemantic neurons can be disentangled into directions consisting of linear combinations of neurons. Our evaluations show that the concept vectors found encode coherent, human-understandable features.

📄 PDF Abstract BibTeX arXiv:2304.09707

Code (1)

lomahony/sw-interpretability 공식 구현 pytorch

Similar Papers 제목 키워드 기반

RAVEL: Evaluating Interpretability Methods on Disentangling Language Model Representations

2024-02-27 · Jing Huang, Zhengxuan Wu, Christopher Potts, Mor Geva 외

Individual neurons participate in the representation of multiple high-level concepts. To what extent can different interpretability methods successfully disentangle these roles? To help address this question, we introduc…

AttributeLanguage ModelingLanguage Modelling

Geometric operations implemented by conformal geometric algebra neural nodes

2013-06-06 · Eckhard Hitzer

Geometric algebra is an optimal frame work for calculating with vectors. The geometric algebra of a space includes elements that represent all the its subspaces (lines, planes, volumes, ...). Conformal geometric algebra …

Disentangling MLP Neuron Weights in Vocabulary Space

2026-04-07 · Asaf Avrahamy, Yoav Gur-Arieh, Mor Geva arxiv

Interpreting the information encoded in language model weights remains a fundamental challenge in mechanistic interpretability. In this work, we introduce ROTATE (Rotation-Optimized Token Alignment in weighT spacE), a da…

A Disentangling Invertible Interpretation Network for Explaining Latent Representations

2020-04-27 · CVPR 2020 6 · Patrick Esser, Robin Rombach, Björn Ommer

Neural networks have greatly boosted performance in computer vision by learning powerful representations of input data. The drawback of end-to-end training for maximal overall performance are black-box models whose hidde…

Image GenerationImage Manipulation

Concept Boundary Vectors

2024-12-20 · Thomas Walker

Machine learning models are trained with relatively simple objectives, such as next token prediction. However, on deployment, they appear to capture a more fundamental representation of their input data. It is of interes…