LGAISIFeb 3, 2024

Enhancing Cross-domain Link Prediction via Evolution Process Modeling

arXiv:2402.02168v27 citationsh-index: 10WWW
AI Analysis

It addresses link prediction across diverse domains, showing strong performance gains but appears incremental as it builds on existing dynamic graph and transformer methods.

The paper tackles cross-domain link prediction by proposing DyExpert, a dynamic graph model that learns evolution patterns from historical data, achieving an average 11.40% improvement in Average Precision over baselines on eight untrained graphs.

This work proposes DyExpert, a dynamic graph model for cross-domain link prediction. It can explicitly model historical evolving processes to learn the evolution pattern of a specific downstream graph and subsequently make pattern-specific link predictions. DyExpert adopts a decode-only transformer and is capable of efficiently parallel training and inference by \textit{conditioned link generation} that integrates both evolution modeling and link prediction. DyExpert is trained by extensive dynamic graphs across diverse domains, comprising 6M dynamic edges. Extensive experiments on eight untrained graphs demonstrate that DyExpert achieves state-of-the-art performance in cross-domain link prediction. Compared to the advanced baseline under the same setting, DyExpert achieves an average of 11.40% improvement Average Precision across eight graphs. More impressive, it surpasses the fully supervised performance of 8 advanced baselines on 6 untrained graphs.

Foundations

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

Your Notes