paper-with-me

홈 › Papers

Multi-component Causal Tracing in Large Language Models

2026-06-02 · Zirui Yan, Dennis Wei, Dmitriy A. Katz, Prasanna Sattigeri, Ali Tajer arxiv

Causal tracing systematically intervenes on a large language model's (LLM's) internal representations to uncover and quantify the causal pathways linking specific inputs or computations to specific metrics of interest, quantifying the LLM's behavior. Building on previous single-component or single-layer studies, this paper presents a unified framework for causally tracing multiple components simultaneously. This framework systematically identifies the subsets of components (e.g., attention heads and multi-layer perceptron neurons) most critical to a desired target performance metric (e.g., accuracy and fairness). This is achieved by incorporating flexible interventions applied to a wide range of desired metrics. To address the combinatorial complexity of the multi-component problem, an efficient algorithm is designed that leverages soft interventions and a carefully designed metric transformation, converting the combinatorial search problem into a continuous one that can be solved efficiently under proper constraints, thereby generating proper binary decisions for selecting components. Experimental results demonstrate that the proposed method efficiently identifies subsets of the model's components that have a high impact on the target metric, outperforming existing baseline approaches. Our code is available at https://github.com/ZiruiYan/multi-component-causal-tracing.

📄 PDF Abstract BibTeX arXiv:2606.03085

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Vision-Language Mechanistic Interpretability: A Causal Tracing Tool for BLIP

2023-08-27 · Vedant Palit, Rohan Pandey, Aryaman Arora, Paul Pu Liang

Mechanistic interpretability seeks to understand the neural mechanisms that enable specific behaviors in Large Language Models (LLMs) by leveraging causality-based methods. While these approaches have identified neural c…

Question AnsweringText GenerationVisual Question Answering

Causal Tracing of Object Representations in Large Vision Language Models: Mechanistic Interpretability and Hallucination Mitigation

2025-11-08 · Qiming Li, Zekai Ye, Xiaocheng Feng, Weihong Zhong 외 arxiv

Despite the remarkable advancements of Large Vision-Language Models (LVLMs), the mechanistic interpretability remains underexplored. Existing analyses are insufficiently comprehensive and lack examination covering visual…

Expert-Aware Causal Tracing of Factual Recall in Sparse MoE Language Models

2026-06-02 · Yuetian Lu, Ali Modarressi, Yihong Liu, Hinrich Schütze arxiv

Causal tracing of factual recall has been studied predominantly in dense transformer language models, where interventions localize information flow to layers or feed-forward modules. Sparse mixture-of-experts (MoE) langu…

Extracting Causal Relations in Deep Knowledge Tracing

2025-11-06 · Kevin Hong, Kia Karbasi, Gregory Pottie arxiv

A longstanding goal in computational educational research is to develop explainable knowledge tracing (KT) models. Deep Knowledge Tracing (DKT), which leverages a Recurrent Neural Network (RNN) to predict student knowled…

Knowledge Tracing

Causal Tracing of Audio-Text Fusion in Large Audio Language Models

2026-03-14 · Wei-Chih Chen, Chien-yu Huang, Hung-yi Lee arxiv

Despite the strong performance of large audio language models (LALMs) in various tasks, exactly how and where they integrate acoustic features with textual context remains unclear. We adapt causal tracing to investigate …