paper-with-me

Papers

Explaining the Reasoning of Large Language Models Using Attribution Graphs

2025-12-17 · Chase Walker, Rickard Ewetz arxiv

Large language models (LLMs) exhibit remarkable capabilities, yet their reasoning remains opaque, raising safety and trust concerns. Attribution methods, which assign credit to input features, have proven effective for explaining the decision making of computer vision models. From these, context attributions have emerged as a promising approach for explaining the behavior of autoregressive LLMs. However, current context attributions produce incomplete explanations by directly relating generated tokens to the prompt, discarding inter-generational influence in the process. To overcome these shortcomings, we introduce the Context Attribution via Graph Explanations (CAGE) framework. CAGE introduces an attribution graph: a directed graph that quantifies how each generation is influenced by both the prompt and all prior generations. The graph is constructed to preserve two properties-causality and row stochasticity. The attribution graph allows context attributions to be computed by marginalizing intermediate contributions along paths in the graph. Across multiple models, datasets, metrics, and methods, CAGE improves context attribution faithfulness, achieving average gains of up to 40%.

📄 PDF Abstract BibTeX arXiv:2512.15663

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Explaining GNN over Evolving Graphs using Information Flow

2021-11-19 · Yazheng Liu, Xi Zhang, Sihong Xie

Graphs are ubiquitous in many applications, such as social networks, knowledge graphs, smart grids, etc.. Graph neural networks (GNN) are the current state-of-the-art for these applications, and yet remain obscure to hum…

Knowledge Graphs

Argument Attribution Explanations in Quantitative Bipolar Argumentation Frameworks (Technical Report)

2023-07-25 · Xiang Yin, Nico Potyka, Francesca Toni

Argumentative explainable AI has been advocated by several in recent years, with an increasing interest on explaining the reasoning outcomes of Argumentation Frameworks (AFs). While there is a considerable body of resear…

Fake News DetectionRecommendation Systems

Benchmarking Large Language Models in Complex Question Answering Attribution using Knowledge Graphs

2024-01-26 · Nan Hu, Jiaoyan Chen, Yike Wu, Guilin Qi 외

The attribution of question answering is to provide citations for supporting generated statements, and has attracted wide research attention. The current methods for automatically evaluating the attribution, which are of…

BenchmarkingKnowledge GraphsQuestion Answering

ADAG: Automatically Describing Attribution Graphs

2026-04-08 · Aryaman Arora, Zhengxuan Wu, Jacob Steinhardt, Sarah Schwettmann arxiv

In language model interpretability research, \textbf{circuit tracing} aims to identify which internal features causally contributed to a particular output and how they affected each other, with the goal of explaining the…

Efficient Higher-order Subgraph Attribution via Message Passing

2026-05-21 · Ping Xiong, Thomas Schnake, Grégoire Montavon, Klaus-Robert Müller 외 arxiv

Explaining graph neural networks (GNNs) has become more and more important recently. Higher-order interpretation schemes, such as GNN-LRP (layer-wise relevance propagation for GNN), emerged as powerful tools for unraveli…