AIDBLGJun 4

No Need to Train Your RDB Foundation Model

arXiv:2602.1369788.93 citationsh-index: 8Has Code
Predicted impact top 22% in AI · last 90 daysOriginality Incremental advance
AI Analysis

This work enables zero-shot predictive modeling over relational databases for practitioners, eliminating the need for task-specific model training.

The paper addresses the challenge of making predictions over relational databases without retraining models for each new target. It proposes a family of encoders that compress multi-table RDB neighborhoods into fixed-length samples compatible with existing single-table in-context learning foundation models, achieving robust zero-shot performance without any training or fine-tuning.

Relational databases (RDBs) contain vast amounts of heterogeneous tabular information that can be exploited for predictive modeling purposes. But since the space of potential targets is vast across enterprise settings, how can we avoid retraining a new model each time we wish to predict a new quantity of interest? Foundation models based on in-context learning (ICL) offer a convenient option, but so far are largely restricted to single-table operability. In generalizing to multiple interrelated tables, it is essential to compress variably-sized RDB neighborhoods into fixed-length ICL samples for consumption by the decoder. However, the details here are critical: unlike existing supervised learning RDB pipelines, we provide theoretical and empirical evidence that ICL-specific compression should be constrained within high-dimensional RDB columns where all entities share units and roles, not across columns where the relevance of heterogeneous data types cannot be determined without extensive label information. Conditioned on this restriction, we then demonstrate that encoder expressiveness is actually not compromised by excluding trainable parameters. Hence we arrive at a principled family of RDB encoders that can be seamlessly paired with already-existing single-table ICL foundation models, whereby no training or fine-tuning is required. From a practical standpoint, we develop scalable SQL primitives to implement the encoder stage, resulting in the easy-to-use open-source RDBLearn foundation model capable of robust performance on unseen datasets out of the box.

Foundations

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

Your Notes