paper-with-me

홈 › Papers

Circuit Insights: Towards Interpretability Beyond Activations

2025-10-16 · Elena Golimblevskaia, Aakriti Jain, Bruno Puri, Ammar Ibrahim, Wojciech Samek, Sebastian Lapuschkin arxiv

The fields of explainable AI and mechanistic interpretability aim to uncover the internal structure of neural networks, with circuit discovery as a central tool for understanding model computations. Existing approaches, however, rely on manual inspection and remain limited to toy tasks. Automated interpretability offers scalability by analyzing isolated features and their activations, but it often misses interactions between features and depends strongly on external LLMs and dataset quality. Transcoders have recently made it possible to separate feature attributions into input-dependent and input-invariant components, providing a foundation for more systematic circuit analysis. Building on this, we propose WeightLens and CircuitLens, two complementary methods that go beyond activation-based analysis. WeightLens interprets features directly from their learned weights, removing the need for explainer models or datasets while matching or exceeding the performance of existing methods on context-independent features. CircuitLens captures how feature activations arise from interactions between components, revealing circuit-level dynamics that activation-only approaches cannot identify. Together, these methods increase interpretability robustness and enhance scalable mechanistic analysis of circuits while maintaining efficiency and quality.

📄 PDF Abstract BibTeX arXiv:2510.14936

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond the Black Box: Interpretability of LLMs in Finance

2025-05-14 · Hariom Tatsat, Ariye Shater

Large Language Models (LLMs) exhibit remarkable capabilities across a spectrum of tasks in financial services, including report generation, chatbots, sentiment analysis, regulatory compliance, investment advisory, financ…

FairnessHallucinationSentiment Analysis

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 o…

Understanding Language Model Circuits through Knowledge Editing

2024-06-25 · Huaizhi Ge, Frank Rudzicz, Zining Zhu

Recent advances in language model interpretability have identified circuits, critical subnetworks that replicate model behaviors, yet how knowledge is structured within these crucial subnetworks remains opaque. To gain a…

knowledge editingLanguage ModelingLanguage Modellingmodel+2

Markovian Circuit Tracing for Transformer State Dynamic

2026-05-20 · Abdullah X arxiv

Many sequence computations are easier to study as movement through internal states than as isolated local circuits. We introduce Markovian Circuit Tracing (MCT), a diagnostic pipeline for testing whether transformer acti…

Dictionary Learning Improves Patch-Free Circuit Discovery in Mechanistic Interpretability: A Case Study on Othello-GPT

2024-02-19 · Zhengfu He, Xuyang Ge, Qiong Tang, Tianxiang Sun 외

Sparse dictionary learning has been a rapidly growing technique in mechanistic interpretability to attack superposition and extract more human-understandable features from model activations. We ask a further question bas…

Dictionary Learning