paper-with-me

홈 › Papers

Can Language Model Agents be Helpful Circuit Explainers in Mechanistic Interpretability?

2026-06-23 · Ayan Antik Khan, Harsh Kohli, Yuekun Yao, Huan Sun, Ziyu Yao arxiv

Mechanistic interpretability has made substantial progress in automatically localizing circuits, but explaining what localized components do remains labor-intensive and difficult to standardize. In this work, we study whether language model (LM) agents can assist with this explanation problem once a circuit has already been identified. We introduce AgenticInterpBench, a benchmark for circuit explanation built from 84 semi-synthetic transformer circuits with 163 component-level annotations. We propose HyVE (Hypothesize, Validate, Explain), an agentic explainer that analyzes each component through an iterative loop of observation, hypothesis generation, and causal validation, eventually producing a component-level explanation and a circuit-level task description. Across four LM backbones, HyVE recovers useful component- and task-level explanations, but no backbone is uniformly best. Our analysis shows that strong backbones usually form observation-grounded hypotheses, while failures more often arise later in the validation loop, through incomplete validation plans, code execution errors, or unresolved hypotheses. A case study on an arithmetic circuit in Llama-3-8B shows that the same formulation can extend beyond semi-synthetic benchmarks to naturally trained models. Overall, LM agents are promising circuit explainers, but reliable validation remains the key obstacle.

📄 PDF Abstract BibTeX arXiv:2606.24026

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SafeSeek: Universal Attribution of Safety Circuits in Language Models

2026-03-24 · Miao Yu, Siyuan Fu, Moayad Aloqaily, Zhenhong Zhou 외 arxiv

Mechanistic interpretability reveals that safety-critical behaviors (e.g., alignment, jailbreak, backdoor) in Large Language Models (LLMs) are grounded in specialized functional components. However, existing safety attri…

On Mechanistic Circuits for Extractive Question-Answering

2025-02-12 · Samyadeep Basu, Vlad Morariu, Zichao Wang, Ryan Rossi 외

Large language models are increasingly used to process documents and facilitate question-answering on them. In our paper, we extract mechanistic circuits for this real-world language modeling task: context-augmented lang…

Extractive Question-AnsweringLanguage ModelingLanguage ModellingQuestion Answering

MechRL: Reinforcement Learning Agents Perform Circuit Discovery for Mechanistic Interpretability

2026-05-25 · Barsat Khadka arxiv

Mechanistic interpretability seeks to explain a model's behaviour by finding its circuit: the sparse subgraph of the model's computation that is causally responsible for it. Automated methods have made this search system…

Reinforcement Learning

MINAR: Mechanistic Interpretability for Neural Algorithmic Reasoning

2026-02-24 · Jesse He, Helen Jenne, Max Vargas, Davis Brown 외 arxiv

The recent field of neural algorithmic reasoning (NAR) studies the ability of graph neural networks (GNNs) to emulate classical algorithms like Bellman-Ford, a phenomenon known as algorithmic alignment. At the same time,…

Seeing Through Circuits: Faithful Mechanistic Interpretability for Vision Transformers

2026-04-15 · Nina Żukowska, Wolfgang Stammer, Bernt Schiele, Jonas Fischer arxiv

Transparency of neural networks' internal reasoning is at the heart of interpretability research, adding to trust, safety, and understanding of these models. The field of mechanistic interpretability has recently focused…