paper-with-me

홈 › Papers

Automated Attribution Graph Interpretation via Probe Prompting

2025-11-10 · Giuseppe Birardi, Gonçalo Paulo arxiv

Even though we know the precise computations that lead from a large language model (LLM) input to its output this computation remains very hard to interpret. One way to make it easier to understand this process is by creating a sparse computational graph that captures most of the model behavior with smallest number of computational nodes. Cross-layer transcoders (CLT) decompose the dense computations of the MLP but the resulting circuits still contain thousands of nodes even for short prompts. Existing automated interpretation methods label individual features from corpus activations, and it often happens that these labels are not validated by causal intervention. We introduce probe prompting, a transparent rule-based pipeline that groups the features of an attribution graph into concept-aligned supernodes from their responses on a small set of concept-targeted probe prompts, summarized as Cross-Prompt Activation Signatures (CPAS). Across four factual domains, on Gemma-2-2B with a public CLT dictionary and 45,596 entity-swap interventions, we find that the labeled supernodes have the predicted steering behavior in every one of them. Code, datasets, and an interactive demo are released anonymously as a reusable harness for calibrating supernode labels against causal interventions.

📄 PDF Abstract BibTeX arXiv:2511.07002

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Probing for Knowledge Attribution in Large Language Models

2026-02-26 · Ivo Brink, Alexander Boer, Dennis Ulmer arxiv

Large language model (LLM) hallucinations, meaning fluent but factually incorrect generations, fall into two types: faithfulness violations, where the model misuses provided context, and factuality violations, where answ…

Analyzing Chain-of-Thought Prompting in Large Language Models via Gradient-based Feature Attributions

2023-07-25 · Skyler Wu, Eric Meng Shen, Charumathi Badrinath, Jiaqi Ma 외

Chain-of-thought (CoT) prompting has been shown to empirically improve the accuracy of large language models (LLMs) on various question answering tasks. While understanding why CoT prompting is effective is crucial to en…

Question Answering

Evaluating and Improving Graph to Text Generation with Large Language Models

2025-01-24 · Jie He, Yijun Yang, Wanqiu Long, Deyi Xiong 외

Large language models (LLMs) have demonstrated immense potential across various tasks. However, research for exploring and improving the capabilities of LLMs in interpreting graph structures remains limited. To address t…

DiversityFew-Shot LearningText Generation

Explaining the Road Not Taken

2021-03-27 · Hua Shen, Ting-Hao 'Kenneth' Huang

It is unclear if existing interpretations of deep neural network models respond effectively to the needs of users. This paper summarizes the common forms of explanations (such as feature attribution, decision rules, or p…

Explainable Artificial Intelligence (XAI)

The Weighted Möbius Score: A Unified Framework for Feature Attribution

2023-05-16 · Yifan Jiang, Shane Steinert-Threlkeld

Feature attribution aims to explain the reasoning behind a black-box model's prediction by identifying the impact of each feature on the prediction. Recent work has extended feature attribution to interactions between mu…

Sentiment Analysis