TGSBM: Transformer-Guided Stochastic Block Model for Link Prediction
Zhejian Yang, Songwei Zhao, Zilin Zhao, and Hechang Chen

TL;DR
TGSBM is a scalable, interpretable link prediction framework that combines stochastic block models with sparse graph transformers to handle large, evolving networks efficiently.
Contribution
It introduces a novel framework integrating Overlapping Stochastic Block Models with sparse Graph Transformers for improved large-scale link prediction.
Findings
Achieves competitive mean rank of 1.6 on benchmarks.
Demonstrates up to 6x faster training times.
Provides interpretable community structures.
Abstract
Link prediction is a cornerstone of the Web ecosystem, powering applications from recommendation and search to knowledge graph completion and collaboration forecasting. However, large-scale networks present unique challenges: they contain hundreds of thousands of nodes and edges with heterogeneous and overlapping community structures that evolve over time. Existing approaches face notable limitations: traditional graph neural networks struggle to capture global structural dependencies, while recent graph transformers achieve strong performance but incur quadratic complexity and lack interpretable latent structure. We propose \textbf{TGSBM} (Transformer-Guided Stochastic Block Model), a framework that integrates the principled generative structure of Overlapping Stochastic Block Models with the representational power of sparse Graph Transformers. TGSBM comprises three main components:…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Recommender Systems and Techniques
