Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Relational Graph Transformer

About

Relational Deep Learning (RDL) is a promising approach for building state-of-the-art predictive models on multi-table relational data by representing it as a heterogeneous temporal graph. However, commonly used Graph Neural Network models suffer from fundamental limitations in capturing complex structural patterns and long-range dependencies that are inherent in relational data. While Graph Transformers have emerged as powerful alternatives to GNNs on general graphs, applying them to relational entity graphs presents unique challenges: (i) Traditional positional encodings fail to generalize to massive, heterogeneous graphs; (ii) existing architectures cannot model the temporal dynamics and schema constraints of relational data; (iii) existing tokenization schemes lose critical structural information. Here we introduce the Relational Graph Transformer (RelGT), the first graph transformer architecture designed specifically for relational tables. RelGT employs a novel multi-element tokenization strategy that decomposes each node into five components (features, type, hop distance, time, and local structure), enabling efficient encoding of heterogeneity, temporality, and topology without expensive precomputation. Our architecture combines local attention over sampled subgraphs with global attention to learnable centroids, incorporating both local and database-wide representations. Across 21 tasks from the RelBench benchmark, RelGT consistently matches or outperforms GNN baselines by up to 18%, establishing Graph Transformers as a powerful architecture for Relational Deep Learning.

Vijay Prakash Dwivedi, Sri Jaladi, Yangyi Shen, Federico L\'opez, Charilaos I. Kanatsoulis, Rishi Puri, Matthias Fey, Jure Leskovec• 2025

Related benchmarks

TaskDatasetResultRank
Entity ClassificationRELBENCH rel-amazon item-churn (test)
AUROC82.55
14
Entity ClassificationRelBench rel-avito user-churn
AUC0.7039
8
Entity ClassificationRelBench rel-avito user-visits
AUC66.78
8
Entity ClassificationRelBench rel-hm user-churn
AUC69.27
8
Entity ClassificationRelBench rel-stack user-badge
AUC86.32
8
Entity ClassificationRelBench rel-stack user-engage
AUC90.53
8
Entity ClassificationRelBench rel-avito user-clicks
AUC68.3
8
Entity ClassificationRelBench rel-trial study-outcome
AUC68.61
8
Entity RegressionRelBench v1.0 (test)
LTV (Amazon Item)48.922
3
Showing 9 of 9 rows

Other info

Follow for update