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

GravityGraphSAGE: Link Prediction in Directed Attributed Graphs

About

Link prediction (inferring missing or future connections between nodes in a graph) is a fundamental problem in network science with widespread applications in, e.g., biological systems, recommender systems, finance and cybersecurity. The ability to accurately predict links has significant real-world applications, such as detecting fraudulent financial transactions or identifying drug-target interactions in biomedicine. Despite a rich literature, link prediction is still challenging, especially for graphs enriched with information on edges (direction) and nodes (attributes). In fact, research on link prediction, especially the one based on Graph Deep Learning (GDL), has mostly focused on undirected graphs, without fully leveraging node attributes. Here, we fill this gap by proposing Gravity-GraphSAGE (GG-SAGE), a modified version of GraphSAGE, a GDL model for node embeddings, composed of a gravity-inspired decoder. This implementation is the first example in the literature of a GraphSAGE backbone adopted for directed link prediction. Using the benchmark datasets Cora, Citeseer, PubMed and 16 real-world graphs from the online Netzschleuder repository, we show that our proposed model outperforms state-of-the-art GDL link prediction techniques. Using further experimental evidence, we relate the quality of the output of our model with various characteristics of the graph, suggesting that our framework scales well when applied to data of increasing complexity.

Riccardo Porcedda, Francesca Chiaromonte, Fabrizio Lillo, Andrea Vandin• 2026

Related benchmarks

TaskDatasetResultRank
Link PredictionCiteseer
AUC88.9
162
Link PredictionPubmed
AUC81.05
156
Link PredictionCora--
116
Link PredictionPolBlogs
AUC90.09
25
Link PredictionCora
AP44.44
15
Link Predictioncaida_as
AUC78.56
10
Link Predictionfly_larva
AUC93.64
7
Link Predictioninploid
AUC92.92
7
Link Predictionjdk
AUC97.47
7
Link Predictionjung
AUC97.03
7
Showing 10 of 19 rows

Other info

Follow for update