paper-with-me

Papers

DyExplainer: Explainable Dynamic Graph Neural Networks

2023-10-25 · Tianchun Wang, Dongsheng Luo, Wei Cheng, Haifeng Chen, Xiang Zhang

Graph Neural Networks (GNNs) resurge as a trending research subject owing to their impressive ability to capture representations from graph-structured data. However, the black-box nature of GNNs presents a significant challenge in terms of comprehending and trusting these models, thereby limiting their practical applications in mission-critical scenarios. Although there has been substantial progress in the field of explaining GNNs in recent years, the majority of these studies are centered on static graphs, leaving the explanation of dynamic GNNs largely unexplored. Dynamic GNNs, with their ever-evolving graph structures, pose a unique challenge and require additional efforts to effectively capture temporal dependencies and structural relationships. To address this challenge, we present DyExplainer, a novel approach to explaining dynamic GNNs on the fly. DyExplainer trains a dynamic GNN backbone to extract representations of the graph at each snapshot, while simultaneously exploring structural relationships and temporal dependencies through a sparse attention technique. To preserve the desired properties of the explanation, such as structural consistency and temporal continuity, we augment our approach with contrastive learning techniques to provide priori-guided regularization. To model longer-term temporal dependencies, we develop a buffer-based live-updating scheme for training. The results of our extensive experiments on various datasets demonstrate the superiority of DyExplainer, not only providing faithful explainability of the model predictions but also significantly improving the model prediction accuracy, as evidenced in the link prediction task.

📄 PDF Abstract BibTeX arXiv:2310.16375

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningLink Prediction

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Reinforcement Learning based Path Exploration for Sequential Explainable Recommendation

2021-11-24 · Yicong Li, Hongxu Chen, Yile Li, Lin Li 외

Recent advances in path-based explainable recommendation systems have attracted increasing attention thanks to the rich information provided by knowledge graphs. Most existing explainable recommendations only utilize sta…

Explainable RecommendationKnowledge GraphsRecommendation Systemsreinforcement-learning+2

Triple Structural Information Modelling for Accurate, Explainable and Interactive Recommendation

2023-04-23 · Jiahao Liu, Dongsheng Li, Hansu Gu, Tun Lu 외

In dynamic interaction graphs, user-item interactions usually follow heterogeneous patterns, represented by different structural information, such as user-item co-occurrence, sequential information of user interactions a…

Collaborative FilteringInteractive Recommendation

GESA: Graph-Enhanced Semantic Allocation for Generalized, Fair, and Explainable Candidate-Role Matching

2025-09-29 · Rishi Ashish Shah, Shivaay Dhondiyal, Kartik Sharma, Sukriti Talwar 외 arxiv

Accurate, fair, and explainable allocation of candidates to roles represents a fundamental challenge across multiple domains including corporate hiring, academic admissions, fellowship awards, and volunteer placement sys…

Explainable Hierarchical Imitation Learning for Robotic Drink Pouring

2021-05-16 · Dandan Zhang, Yu Zheng, Qiang Li, Lei Wei 외

To accurately pour drinks into various containers is an essential skill for service robots. However, drink pouring is a dynamic process and difficult to model. Traditional deep imitation learning techniques for implement…

Action GenerationDecision MakingGeneral KnowledgeImitation Learning

CausalGraphX: A Counterfactual Graph Neural Network Framework for Explainable Systemic Risk Assessment

2026-07-15 · Rabimba Karanjai, Hemanth Madhavarao, Lei Xu, Weidong Shi arxiv

The interconnected nature of global financial systems makes them vulnerable to systemic risks, where the failure of a few institutions can trigger catastrophic cascading defaults. Traditional risk models often fail to ca…

Graph Neural Network