paper-with-me

홈 › Papers

Mechanistic Interpretability for Neural Networks: Circuits, Sparse Features and Symbolic Reasoning

2026-07-08 · Pranav Sawant, Jakub Krejčí arxiv

This article offers a comprehensive overview of mechanistic interpretability, an emerging field that seeks to reverse-engineer the internal algorithms of modern neural networks. While traditional explainable AI methods often stop at surface-level input-output correlations, this approach directly addresses the opaque "black box" nature of machine learning models, which is essential for ensuring safety and auditability in high-stakes deployments. The paper provides a detailed examination of Transformer circuit analysis, exploring how internal components like the residual stream, attention mechanisms, and induction heads drive complex tasks and in-context learning. It subsequently tackles the core challenge of superposition and polysemanticity, demonstrating how tools like Sparse Autoencoders (SAEs) and transcoders can decompose tangled network activations into distinct, human-interpretable features. Furthermore, the paper explores methods for actively controlling and modifying model behavior through steering vectors and causal interventions. Finally, it connects these mechanistic insights with neurosymbolic AI frameworks designed to translate neural representations into explicit, executable logical rules.

📄 PDF Abstract BibTeX arXiv:2607.07316

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Symbolic Mechanistic Data Attribution: Tracing Training Influence to Learned Behavioral Policies

2026-06-28 · Reza Habibi, Darian Lee, Magy Seif El-Nasr arxiv

While existing data attribution methods can identify which training examples build specific mechanistic circuits, they cannot explain how training data shapes the high-level behavioral decisions a model learns to make. T…

Explaining the Explainer: Understanding the Inner Workings of Transformer-based Symbolic Regression Models

2026-02-03 · Arco van Breda, Erman Acar arxiv

Following their success across many domains, transformers have also proven effective for symbolic regression (SR); however, the internal mechanisms underlying their generation of mathematical operators remain largely une…

Scalable Circuit Learning for Interpreting Large Language Models

2026-06-15 · Naiyu Yin, Dennis Wei, Tian Gao, Amit Dhurandhar 외 arxiv

A prominent research direction in mechanistic interpretability is learning sparse circuits over LLM components to reveal how they jointly produce model behavior. However, raw neurons are polysemantic, making learned circ…

TinySQL: A Progressive Text-to-SQL Dataset for Mechanistic Interpretability Research

2025-03-17 · Abir Harrasse, Philip Quirke, Clement Neo, Dhruv Nathawani 외

Mechanistic interpretability research faces a gap between analyzing simple circuits in toy tasks and discovering features in large models. To bridge this gap, we propose text-to-SQL generation as an ideal task to study, …

Intent RecognitionText to SQLText-To-SQL

Weight-sparse transformers have interpretable circuits

2025-11-17 · Leo Gao, Achyuta Rajaram, Jacob Coxon, Soham V. Govande 외 arxiv

Finding human-understandable circuits in language models is a central goal of the field of mechanistic interpretability. We train models to have more understandable circuits by constraining most of their weights to be ze…