paper-with-me

Papers

MACIE: Multi-Agent Causal Intelligence Explainer for Collective Behavior Understanding

2025-11-11 · Abraham Itzhak Weinberg arxiv

As Multi Agent Reinforcement Learning systems are used in safety critical applications. Understanding why agents make decisions and how they achieve collective behavior is crucial. Existing explainable AI methods struggle in multi agent settings. They fail to attribute collective outcomes to individuals, quantify emergent behaviors, or capture complex interactions. We present MACIE Multi Agent Causal Intelligence Explainer, a framework combining structural causal models, interventional counterfactuals, and Shapley values to provide comprehensive explanations. MACIE addresses three questions. First, each agent's causal contribution using interventional attribution scores. Second, system level emergent intelligence through synergy metrics separating collective effects from individual contributions. Third, actionable explanations using natural language narratives synthesizing causal insights. We evaluate MACIE across four MARL scenarios: cooperative, competitive, and mixed motive. Results show accurate outcome attribution, mean phi_i equals 5.07, standard deviation less than 0.05, detection of positive emergence in cooperative tasks, synergy index up to 0.461, and efficient computation, 0.79 seconds per dataset on CPU. MACIE uniquely combines causal rigor, emergence quantification, and multi agent support while remaining practical for real time use. This represents a step toward interpretable, trustworthy, and accountable multi agent AI.

📄 PDF Abstract BibTeX arXiv:2511.15716

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

CIExplainer++: Generating Causal and Interpretable Explanations for Graph Neural Networks

2026-06-17 · Francisco Caldas, Sahil Satish Kumar, Ruben Belo, Cláudia Soares arxiv

Explainable Artificial Intelligence aims to make black-box models more trustworthy by presenting, in a human-understandable manner, the elements that lead to the model's output. This involves both (i) identifying compone…

Causal Inference

Graph Neural Network Causal Explanation via Neural Causal Models

2024-07-12 · Arman Behnam, Binghui Wang

Graph neural network (GNN) explainers identify the important subgraph that ensures the prediction for a given graph. Until now, almost all GNN explainers are based on association, which is prone to spurious correlations.…

Causal InferenceGraph Neural Network

Reinforced Causal Explainer for Graph Neural Networks

2022-04-23 · Xiang Wang, Yingxin Wu, An Zhang, Fuli Feng 외

Explainability is crucial for probing graph neural networks (GNNs), answering questions like "Why the GNN model makes a certain prediction?". Feature attribution is a prevalent technique of highlighting the explanatory s…

Graph Classification

Discovering Efficient and Explainable Communication Topologies for LLM-based Multi-Agent Systems via Causal Inference

2026-08-13 · Junzhi Li, Peng He, Qirui Ji, Wei Wang 외 arxiv

The performance of large language model (LLM)-based multi-agent systems (MAS) largely depends on effective communication topologies. Existing topology generation methods, however, typically learn communication topologies…

Causal Inference

GISExplainer: On Explainability of Graph Neural Networks via Game-theoretic Interaction Subgraphs

2024-09-24 · Xingping Xian, Jianlu Liu, Chao Wang, Tao Wu 외

Explainability is crucial for the application of black-box Graph Neural Networks (GNNs) in critical fields such as healthcare, finance, cybersecurity, and more. Various feature attribution methods, especially the perturb…

Computational EfficiencyNode Classification