paper-with-me

Papers

Evaluating and Improving Graph-based Explanation Methods for Multi-Agent Coordination

2025-02-14 · Siva Kailas, Shalin Jain, Harish Ravichandar

Graph Neural Networks (GNNs), developed by the graph learning community, have been adopted and shown to be highly effective in multi-robot and multi-agent learning. Inspired by this successful cross-pollination, we investigate and characterize the suitability of existing GNN explanation methods for explaining multi-agent coordination. We find that these methods have the potential to identify the most-influential communication channels that impact the team's behavior. Informed by our initial analyses, we propose an attention entropy regularization term that renders GAT-based policies more amenable to existing graph-based explainers. Intuitively, minimizing attention entropy incentivizes agents to limit their attention to the most influential or impactful agents, thereby easing the challenge faced by the explainer. We theoretically ground this intuition by showing that minimizing attention entropy increases the disparity between the explainer-generated subgraph and its complement. Evaluations across three tasks and three team sizes i) provides insights into the effectiveness of existing explainers, and ii) demonstrates that our proposed regularization consistently improves explanation quality without sacrificing task performance.

📄 PDF Abstract BibTeX arXiv:2502.09889

Code (2)

ShashwatNigam99/MARBLER
gt-star-lab/marbler

Tasks

Graph Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Entropy Regularization 설명 없음

Similar Papers 제목 키워드 기반

Leakage-Adjusted Simulatability: Can Models Generate Non-Trivial Explanations of Their Behavior in Natural Language?

2020-10-08 · Findings of the Association for Computational Linguistics 2020 · Peter Hase, Shiyue Zhang, Harry Xie, Mohit Bansal

Data collection for natural language (NL) understanding tasks has increasingly included human explanations alongside data points, allowing past works to introduce models that both perform a task and generate NL explanati…

Explanation Generation

Towards Automated Evaluation of Explanations in Graph Neural Networks

2021-06-22 · Vanya BK, Balaji Ganesan, Aniket Saxena, Devbrat Sharma 외

Explaining Graph Neural Networks predictions to end users of AI applications in easily understandable terms remains an unsolved problem. In particular, we do not have well developed methods for automatically evaluating e…

AIMing for Standardised Explainability Evaluation in GNNs: A Framework and Case Study on Graph Kernel Networks

2026-05-14 · Magdalena Proszewska, N. Siddharth arxiv

Graph Neural Networks (GNNs) have advanced significantly in handling graph-structured data, but a comprehensive framework for evaluating explainability remains lacking. Existing evaluation frameworks primarily involve po…

ExplainBench: Evaluating Code Explanations from Agents

2026-07-29 · Zhiyuan Pan, Sungmin Kang, Imam Nur Bani Yusuf, Abhik Roychoudhury hf

Large Language Model (LLM) agents have seen rapid adoption in software engineering. As agents take a greater role in the actual generation of code, they are making larger changes, spanning tens to hundreds of lines. This…

Inference in Probabilistic Logic Programs using Lifted Explanations

2016-08-20 · Arun Nampally, C. R. Ramakrishnan

In this paper, we consider the problem of lifted inference in the context of Prism-like probabilistic logic programming languages. Traditional inference in such languages involves the construction of an explanation graph…