Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

r-GAT: Relational Graph Attention Network for Multi-Relational Graphs

About

Graph Attention Network (GAT) focuses on modelling simple undirected and single relational graph data only. This limits its ability to deal with more general and complex multi-relational graphs that contain entities with directed links of different labels (e.g., knowledge graphs). Therefore, directly applying GAT on multi-relational graphs leads to sub-optimal solutions. To tackle this issue, we propose r-GAT, a relational graph attention network to learn multi-channel entity representations. Specifically, each channel corresponds to a latent semantic aspect of an entity. This enables us to aggregate neighborhood information for the current aspect using relation features. We further propose a query-aware attention mechanism for subsequent tasks to select useful aspects. Extensive experiments on link prediction and entity classification tasks show that our r-GAT can model multi-relational graphs effectively. Also, we show the interpretability of our approach by case study.

Meiqi Chen, Yuan Zhang, Xiaoyu Kou, Yuntao Li, Yan Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Multiplex interaction predictionChEMBL
AUROC65.5
32
Multiplex interaction predictionMetaConserve (transductive)
AUROC72
20
Multiplex interaction predictionMetaConserve zero-shot
AUROC0.703
20
Multiplex interaction predictionDGIdb (transductive)
AUROC0.544
20
Multiplex interaction predictionDGIdb zero-shot
AUROC51.2
20
Multiplex interaction predictionTRRUST transductive (T)
AUROC0.868
16
Multiplex interaction predictionTRRUST zero-shot
AUROC (zero-shot)85.9
16
Multiplex interaction predictionPINNACLE (transductive split)
AUROC0.759
16
Multiplex interaction predictionPINNACLE zero-shot
AUROC72.6
16
Showing 9 of 9 rows

Other info

Follow for update