paper-with-me

Papers

ExplaiNE: An Approach for Explaining Network Embedding-based Link Predictions

2019-04-22 · Bo Kang, Jefrey Lijffijt, Tijl De Bie

Networks are powerful data structures, but are challenging to work with for conventional machine learning methods. Network Embedding (NE) methods attempt to resolve this by learning vector representations for the nodes, for subsequent use in downstream machine learning tasks. Link Prediction (LP) is one such downstream machine learning task that is an important use case and popular benchmark for NE methods. Unfortunately, while NE methods perform exceedingly well at this task, they are lacking in transparency as compared to simpler LP approaches. We introduce ExplaiNE, an approach to offer counterfactual explanations for NE-based LP methods, by identifying existing links in the network that explain the predicted links. ExplaiNE is applicable to a broad class of NE algorithms. An extensive empirical evaluation for the NE method `Conditional Network Embedding' in particular demonstrates its accuracy and scalability.

📄 PDF Abstract BibTeX arXiv:1904.12694

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningcounterfactualLink PredictionNetwork Embedding

Similar Papers 제목 키워드 기반

Explaining Knowledge Graph Embedding via Latent Rule Learning

2021-09-29 · Wen Zhang, Mingyang Chen, Zezhong Xu, Yushan Zhu 외

Knowledge Graph Embeddings (KGEs) embed entities and relations into continuous vector space following certain assumption, and are a powerful tools for representation learning of knowledge graphs. However, following vecto…

Graph EmbeddingKnowledge DistillationKnowledge Graph EmbeddingKnowledge Graph Embeddings+4

Self-Explainable Graph Neural Networks for Link Prediction

2023-05-21 · Huaisheng Zhu, Dongsheng Luo, Xianfeng Tang, Junjie Xu 외

Graph Neural Networks (GNNs) have achieved state-of-the-art performance for link prediction. However, GNNs suffer from poor interpretability, which limits their adoptions in critical scenarios that require knowing why ce…

Link PredictionNode ClassificationPrediction

Explaining Link Predictions in Knowledge Graph Embedding Models with Influential Examples

2022-12-05 · Adrianna Janik, Luca Costabello

We study the problem of explaining link predictions in the Knowledge Graph Embedding (KGE) models. We propose an example-based approach that exploits the latent space representation of nodes and edges in a knowledge grap…

Graph EmbeddingKnowledge Graph Embedding

KGEx: Explaining Knowledge Graph Embeddings via Subgraph Sampling and Knowledge Distillation

2023-10-02 · Vasileios Baltatzis, Luca Costabello

Despite being the go-to choice for link prediction on knowledge graphs, research on interpretability of knowledge graph embeddings (KGE) has been relatively unexplored. We present KGEx, a novel post-hoc method that expla…

Knowledge DistillationKnowledge Graph EmbeddingsKnowledge GraphsLink Prediction

Distill n' Explain: explaining graph neural networks using simple surrogates

2023-03-17 · Tamara Pereira, Erik Nascimento, Lucas E. Resck, Diego Mesquita 외

Explaining node predictions in graph neural networks (GNNs) often boils down to finding graph substructures that preserve predictions. Finding these structures usually implies back-propagating through the GNN, bonding th…

Knowledge Distillation