SOTAVerified

Ranking Structured Objects with Graph Neural Networks

2021-04-18Code Available0· sign in to hype

Clemens Damke, Eyke Hüllermeier

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Graph neural networks (GNNs) have been successfully applied in many structured data domains, with applications ranging from molecular property prediction to the analysis of social networks. Motivated by the broad applicability of GNNs, we propose the family of so-called RankGNNs, a combination of neural Learning to Rank (LtR) methods and GNNs. RankGNNs are trained with a set of pair-wise preferences between graphs, suggesting that one of them is preferred over the other. One practical application of this problem is drug screening, where an expert wants to find the most promising molecules in a large collection of drug candidates. We empirically demonstrate that our proposed pair-wise RankGNN approach either significantly outperforms or at least matches the ranking performance of the naive point-wise baseline approach, in which the LtR problem is solved via GNN-based graph regression.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ogbg-molesol2-WL-GNN + Utility RegressionKendall's Tau0.75Unverified
ogbg-molesol2-WL-GNN + DirectRankerKendall's Tau0.75Unverified
ogbg-molesol2-WL-GNN + Rank RegressionKendall's Tau0.72Unverified
ogbg-molesol2-WL-GNN + CmpNNKendall's Tau0.72Unverified
ogbg-molfreesolv2-WL-GNN + Utility RegressionKendall's Tau0.38Unverified
ogbg-molfreesolv2-WL-GNN + Rank RegressionKendall's Tau0.52Unverified
ogbg-molfreesolv2-WL-GNN + DirectRankerKendall's Tau0.53Unverified
ogbg-molfreesolv2-WL-GNN + CmpNNKendall's Tau0.53Unverified
ogbg-mollipo2-WL-GNN + DirectRankerKendall's Tau0.51Unverified
ogbg-mollipo2-WL-GNN + Utility RegressionKendall's Tau0.32Unverified
ogbg-mollipo2-WL-GNN + Rank RegressionKendall's Tau0.33Unverified
ogbg-mollipo2-WL-GNN + CmpNNKendall's Tau0.5Unverified
ZINC2-WL-GNN + Utility RegressionKendall's Tau0.8Unverified
ZINC2-WL-GNN + Rank RegressionKendall's Tau0.81Unverified
ZINC2-WL-GNN + CmpNNKendall's Tau0.87Unverified
ZINC2-WL-GNN + DirectRankerKendall's Tau0.89Unverified

Reproductions