Pith. sign in

REVIEW 5 cited by

Relational Deep Learning: Graph Representation Learning on Relational Databases

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2312.04615 v1 pith:6CBOMI25 submitted 2023-12-07 cs.LG cs.DB

classification cs.LGcs.DB
keywords learningdatarelationaldeepgraphdatabasesengineeringfeature
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Much of the world's most valued data is stored in relational databases and data warehouses, where the data is organized into many tables connected by primary-foreign key relations. However, building machine learning models using this data is both challenging and time consuming. The core problem is that no machine learning method is capable of learning on multiple tables interconnected by primary-foreign key relations. Current methods can only learn from a single table, so the data must first be manually joined and aggregated into a single training table, the process known as feature engineering. Feature engineering is slow, error prone and leads to suboptimal models. Here we introduce an end-to-end deep representation learning approach to directly learn on data laid out across multiple tables. We name our approach Relational Deep Learning (RDL). The core idea is to view relational databases as a temporal, heterogeneous graph, with a node for each row in each table, and edges specified by primary-foreign key links. Message Passing Graph Neural Networks can then automatically learn across the graph to extract representations that leverage all input data, without any manual feature engineering. Relational Deep Learning leads to more accurate models that can be built much faster. To facilitate research in this area, we develop RelBench, a set of benchmark datasets and an implementation of Relational Deep Learning. The data covers a wide spectrum, from discussions on Stack Exchange to book reviews on the Amazon Product Catalog. Overall, we define a new research area that generalizes graph machine learning and broadens its applicability to a wide set of AI use cases.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Parameter-Free Encoders Remain Viable for RDB Foundation Models

    cs.LG 2026-07 conditional novelty 6.0 of 10

    Trainable RDB encoders cannot robustly exploit neighborhood labels as fixed foundation-model features or feature-importance signals, so simple parameter-free encoders stay near-SOTA.

  2. UniSAGE: Unifying Static and Dynamic Attributes with Hyper-Structure

    cs.CL 2026-05 conditional novelty 6.0 of 10

    UniSAGE jointly models static and dynamic attributes in a single attribute graph and improves entity classification/regression over prior RDL and GNN baselines.

  3. No Need to Train Your RDB Foundation Model

    cs.AI 2026-02 conditional novelty 6.0 of 10

    Column-wise, parameter-free JUICE encodings let single-table ICL models solve multi-table RDB prediction tasks with no training or fine-tuning.

  4. Graph World Model

    cs.LG 2025-07 reject novelty 6.0 of 10

    The Graph World Model uses action nodes and graph message passing to unify multimodal and graph-structured tasks, but its 'outperforms or matches' claim is contradicted by results on Goodreads.

  5. Graph-Based Feature Augmentation for Predictive Tasks on Relational Datasets

    cs.DB 2025-08 conditional novelty 4.0 of 10

    ReCoGNN automatically augments a base table with task-relevant features from related relational tables by splitting attributes into semantic sub-tables and propagating information through a weighted heterogeneous graph.

Pith tools