paper-with-me

Papers

N2G: A Scalable Approach for Quantifying Interpretable Neuron Representations in Large Language Models

2023-04-22 · Alex Foote, Neel Nanda, Esben Kran, Ionnis Konstas, Fazl Barez

Understanding the function of individual neurons within language models is essential for mechanistic interpretability research. We propose $\textbf{Neuron to Graph (N2G)}$, a tool which takes a neuron and its dataset examples, and automatically distills the neuron's behaviour on those examples to an interpretable graph. This presents a less labour intensive approach to interpreting neurons than current manual methods, that will better scale these methods to Large Language Models (LLMs). We use truncation and saliency methods to only present the important tokens, and augment the dataset examples with more diverse samples to better capture the extent of neuron behaviour. These graphs can be visualised to aid manual interpretation by researchers, but can also output token activations on text to compare to the neuron's ground truth activations for automatic validation. N2G represents a step towards scalable interpretability methods by allowing us to convert neurons in an LLM to interpretable representations of measurable quality.

📄 PDF Abstract BibTeX arXiv:2304.12918

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Identifying Interpretable Visual Features in Artificial and Biological Neural Systems

2023-10-17 · David Klindt, Sophia Sanborn, Francisco Acosta, Frédéric Poitevin 외

Single neurons in neural networks are often interpretable in that they represent individual, intuitively meaningful features. However, many neurons exhibit $\textit{mixed selectivity}$, i.e., they represent multiple unre…

Disentanglement

Scalable and Interpretable Representation Alignment with Ordinal Similarity

2026-06-15 · Diogo Soares, Pankhil Gawade, Andrea Dittadi, Ewa Szczurek arxiv

Evaluating representation similarity is fundamental to representation learning. However, existing metrics suffer from significant limitations: they lack interpretability due to shifting baselines, lack robustness to outl…

Representation Learning

Interpretable Textual Neuron Representations for NLP

2018-09-19 · WS 2018 11 · Nina Poerner, Benjamin Roth, Hinrich Schütze

Input optimization methods, such as Google Deep Dream, create interpretable representations of neurons for computer vision DNNs. We propose and evaluate ways of transferring this technology to NLP. Our results suggest th…

Towards Interpretable Deep Neural Networks by Leveraging Adversarial Examples

2017-08-18 · Yinpeng Dong, Hang Su, Jun Zhu, Fan Bao

Deep neural networks (DNNs) have demonstrated impressive performance on a wide array of tasks, but they are usually considered opaque since internal structure and learned parameters are not interpretable. In this paper, …

MedSAE: Dissecting MedCLIP Representations with Sparse Autoencoders

2025-10-30 · Riccardo Renzulli, Colas Lepoutre, Enrico Cassano, Marco Grangetto arxiv

Artificial intelligence in healthcare requires models that are accurate and interpretable. We advance mechanistic interpretability in medical vision by applying Medical Sparse Autoencoders (MedSAEs) to the latent space o…