SOTAVerified

Path-aware Siamese Graph Neural Network for Link Prediction

2022-08-10Code Available0· sign in to hype

Jingsong Lv, Zhao Li, Hongyang Chen, Yao Qi, Chunqi Wu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we propose a Path-aware Siamese Graph neural network(PSG) for link prediction tasks. First, PSG captures both nodes and edge features for given two nodes, namely the structure information of k-neighborhoods and relay paths information of the nodes. Furthermore, a novel multi-task GNN framework with self-supervised contrastive learning is proposed for differentiation of positive links and negative links while content and behavior of nodes can be captured simultaneously. We evaluate the proposed algorithm PSG on two link property prediction datasets, ogbl-ddi and ogbl-collab. PSG achieves top 1 performance on ogbl-ddi until submission and top 3 performance on ogbl-collab. The experimental results verify the superiority of our proposed PSG

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ogbl-ddiPSGNumber of params3,499,009Unverified

Reproductions