paper-with-me

Papers

FIND: A Function Description Benchmark for Evaluating Interpretability Methods

2023-09-07 · NeurIPS 2023 11 · Sarah Schwettmann, Tamar Rott Shaham, Joanna Materzynska, Neil Chowdhury, Shuang Li, Jacob Andreas, David Bau, Antonio Torralba

Labeling neural network submodules with human-legible descriptions is useful for many downstream tasks: such descriptions can surface failures, guide interventions, and perhaps even explain important model behaviors. To date, most mechanistic descriptions of trained networks have involved small models, narrowly delimited phenomena, and large amounts of human labor. Labeling all human-interpretable sub-computations in models of increasing size and complexity will almost certainly require tools that can generate and validate descriptions automatically. Recently, techniques that use learned models in-the-loop for labeling have begun to gain traction, but methods for evaluating their efficacy are limited and ad-hoc. How should we validate and compare open-ended labeling tools? This paper introduces FIND (Function INterpretation and Description), a benchmark suite for evaluating the building blocks of automated interpretability methods. FIND contains functions that resemble components of trained neural networks, and accompanying descriptions of the kind we seek to generate. The functions span textual and numeric domains, and involve a range of real-world complexities. We evaluate methods that use pretrained language models (LMs) to produce descriptions of function behavior in natural language and code. Additionally, we introduce a new interactive method in which an Automated Interpretability Agent (AIA) generates function descriptions. We find that an AIA, built from an LM with black-box access to functions, can infer function structure, acting as a scientist by forming hypotheses, proposing experiments, and updating descriptions in light of new data. However, AIA descriptions tend to capture global function behavior and miss local details. These results suggest that FIND will be useful for evaluating more sophisticated interpretability methods before they are applied to real-world models.

📄 PDF Abstract BibTeX arXiv:2309.03886

Code (1)

multimodal-interpretability/find 공식 구현 pytorch

Similar Papers 제목 키워드 기반

FADE: Why Bad Descriptions Happen to Good Features

2025-02-24 · Bruno Puri, Aakriti Jain, Elena Golimblevskaia, Patrick Kahardipraja 외

Recent advances in mechanistic interpretability have highlighted the potential of automating interpretability pipelines in analyzing the latent representations within LLMs. While they may enhance our understanding of int…

RepoQA: Evaluating Long Context Code Understanding

2024-06-10 · Jiawei Liu, Jia Le Tian, Vijay Daita, Yuxiang Wei 외

Recent advances have been improving the context windows of Large Language Models (LLMs). To quantify the real long-context capabilities of LLMs, evaluators such as the popular Needle in a Haystack have been developed to …

Code Search

Semantic Regexes: Auto-Interpreting LLM Features with a Structured Language

2025-10-07 · Angie Boggust, Donghao Ren, Yannick Assogba, Dominik Moritz 외 arxiv

Automated interpretability aims to translate large language model (LLM) features into human understandable descriptions. However, natural language feature descriptions can be vague, inconsistent, and require manual relab…

Assessing the Interpretability of Programmatic Policies with Large Language Models

2023-11-12 · Zahra Bashir, Michael Bowling, Levi H. S. Lelis

Although the synthesis of programs encoding policies often carries the promise of interpretability, systematic evaluations were never performed to assess the interpretability of these policies, likely because of the comp…

Do Activation Verbalization Methods Convey Privileged Information?

2025-09-16 · Millicent Li, Alberto Mario Ceballos Arroyo, Giordano Rogers, Naomi Saphra 외 arxiv

Recent interpretability methods have proposed to translate LLM internal representations into natural language descriptions using a second verbalizer LLM. This is intended to illuminate how the target model represents and…