LGAIFeb 8, 2025

Rethinking Link Prediction for Directed Graphs

arXiv:2502.05724v2h-index: 23
Originality Incremental advance
AI Analysis

This work addresses the lack of robust benchmarks and analysis for directed link prediction, which is crucial for applications like social networks and recommendation systems, but it is incremental in improving existing methods.

The paper tackled the problem of link prediction for directed graphs by proposing a new benchmark, DirLinkBench, and a novel method, SDGAE, which achieved state-of-the-art average performance on this benchmark.

Link prediction for directed graphs is a crucial task with diverse real-world applications. Recent advances in embedding methods and Graph Neural Networks (GNNs) have shown promising improvements. However, these methods often lack a thorough analysis of their expressiveness and suffer from effective benchmarks for a fair evaluation. In this paper, we propose a unified framework to assess the expressiveness of existing methods, highlighting the impact of dual embeddings and decoder design on directed link prediction performance. To address limitations in current benchmark setups, we introduce DirLinkBench, a robust new benchmark with comprehensive coverage, standardized evaluation, and modular extensibility. The results on DirLinkBench show that current methods struggle to achieve strong performance, while DiGAE outperforms other baselines overall. We further revisit DiGAE theoretically, showing its graph convolution aligns with GCN on an undirected bipartite graph. Inspired by these insights, we propose a novel Spectral Directed Graph Auto-Encoder SDGAE that achieves state-of-the-art average performance on DirLinkBench. Finally, we analyze key factors influencing directed link prediction and highlight open challenges in this field.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes