paper-with-me

Papers

MINAR: Mechanistic Interpretability for Neural Algorithmic Reasoning

2026-02-24 · Jesse He, Helen Jenne, Max Vargas, Davis Brown, Gal Mishne, Yusu Wang, Henry Kvinge 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, recent advances in large language models (LLMs) have spawned the study of mechanistic interpretability, which aims to identify granular model components like circuits that perform specific computations. In this work, we introduce Mechanistic Interpretability for Neural Algorithmic Reasoning (MINAR), an efficient circuit discovery toolbox that adapts attribution patching methods from mechanistic interpretability to the GNN setting. We show through two case studies that MINAR recovers faithful neuron-level circuits from GNNs trained on algorithmic tasks. Our study sheds new light on the process of circuit formation and pruning during training, as well as giving new insight into how GNNs trained to perform multiple tasks in parallel reuse circuit components for related tasks. Our code is available at https://github.com/pnnl/MINAR.

📄 PDF Abstract BibTeX arXiv:2602.21442

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unlocking Out-of-Distribution Generalization in Transformers via Recursive Latent Space Reasoning

2025-10-15 · Awni Altabaa, Siyu Chen, John Lafferty, Zhuoran Yang arxiv

Systematic, compositional generalization beyond the training distribution remains a core challenge in machine learning -- and a critical bottleneck for the emergent reasoning abilities of modern language models. This wor…

MechIR: A Mechanistic Interpretability Framework for Information Retrieval

2025-01-17 · Andrew Parry, Catherine Chen, Carsten Eickhoff, Sean MacAvaney

Mechanistic interpretability is an emerging diagnostic approach for neural models that has gained traction in broader natural language processing domains. This paradigm aims to provide attribution to components of neural…

DiagnosticInformation RetrievalRetrieval

RADAR: Mechanistic Pathways for Detecting Data Contamination in LLM Evaluation

2025-10-10 · Ashish Kattamuri, Harshwardhan Fartale, Arpita Vats, Rahul Raja 외 arxiv

Data contamination poses a significant challenge to reliable LLM evaluation, where models may achieve high performance by memorizing training data rather than demonstrating genuine reasoning capabilities. We introduce RA…

Seeing is Believing: Brain-Inspired Modular Training for Mechanistic Interpretability

2023-05-04 · Ziming Liu, Eric Gan, Max Tegmark

We introduce Brain-Inspired Modular Training (BIMT), a method for making neural networks more modular and interpretable. Inspired by brains, BIMT embeds neurons in a geometric space and augments the loss function with a …

Transformers Linearly Represent Highly Structured World Models

2026-05-13 · Roman Kniazev, Nathanaël Fijalkow arxiv

Do transformers, when trained on sequential reasoning traces, build internal models of the underlying task? And if so, does the structure of those internal representations mirror the structure of the domain? We train an …