Enhancing Cross-domain Link Prediction via Evolution Process Modeling
Xuanwen Huang, Wei Chow, Yize Zhu, Yang Wang, Ziwei Chai, Chunping Wang, Lei Chen, Yang Yang
TL;DR
This paper tackles cross-domain link prediction on dynamic graphs by learning and leveraging evolution patterns across multiple graphs. It introduces CrossLink, a framework that uses a conditioned link generation objective and a decode-only Transformer to model evolution sequences combined with target node representations, enabling parallel training and efficient zero-shot inference on unseen graphs. Empirical results show CrossLink achieves an average AP improvement of 11.40% across eight unseen graphs and can surpass fully supervised End2End baselines on most evaluated datasets, underscoring the value of learning evolution patterns for cross-domain transfer. The findings demonstrate the feasibility and scalability of evolution-aware, cross-domain LP on dynamic graphs, with implications for broader applications and future scaling to larger, more diverse datasets.
Abstract
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.
