Curriculum Matters: Data-Efficient Relational PFN Pretraining with Synthetic Data

📅 2026-07-31
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the challenge of efficiently pretraining relational Prior-Data Fitted Networks (PFNs) with drastically reduced synthetic data volumes, highlighting the critical role of curriculum design in model performance. The authors propose a progressive curriculum learning strategy based on the PluRel generator, which transitions pretraining from single-table to multi-table relational data. Experimental results demonstrate that only approximately 13,300 single tables are sufficient to achieve an average ROC-AUC of 0.703 on single-table tasks, while just 5,500 synthetic relational databases yield a ROC-AUC of 0.638 on relational tasks—reaching 88% of the original method’s performance with 220 times less data. These findings underscore that curriculum design exerts a greater influence on performance than either generator architecture or data scale.
📝 Abstract
Relational Prior-Data Fitted Networks (PFNs) such as RDB-PFN approximate Bayesian inference over multi-table relational databases by pretraining on millions of synthetic tasks. We investigate three intertwined questions about this paradigm. First, can a structurally different synthetic generator PluRel substitute for RDB-PFN's prior? Second, how much does the order in which synthetic data is presented to the PFN affect downstream performance? Third, how much relational reasoning can a PFN acquire from single-table synthetic pretraining alone, before any relational data is introduced? Using PluRel as the sole synthetic data source across all experiments, we find: (i) a progressive single-table curriculum that gradually widens schema complexity from 7 to 17 columns reaches 0.703 average ROC-AUC on the 23-task tabular benchmark using only approximately 13,300 synthetic tables (approximately 45x fewer single-table datasets than RDB-PFN's reported warm-up recipe), while the same data trained all-at-once collapses to 0.541 ROC-AUC; (ii) a relational curriculum trained from scratch on only approximately 5,500 PluRel databases reaches 0.638 average ROC-AUC on the 19-task RelBench/4DBInfer benchmark, recovering 88% of RDB-PFN's reported performance with approximately 220x less relational synthetic data; and (iii) the single-table curriculum model, evaluated directly on the relational benchmark without any relational adaptation, achieves 0.631, nearly matching the dedicated relational pipeline. Together, these findings suggest that curriculum design and synthetic data diversity may matter more for relational PFN pretraining than the specific relational generator or raw synthetic scale alone.
Problem

Research questions and friction points this paper is trying to address.

relational PFN
synthetic data
curriculum learning
data efficiency
relational reasoning
Innovation

Methods, ideas, or system contributions that make the work stand out.

curriculum learning
synthetic data
relational PFN
data efficiency
schema complexity
🔎 Similar Papers
No similar papers found.