RelGT-AC: A Relational Graph Transformer for Autocomplete Tasks in Relational Databases
The paper introduces RelGT-AC, a new model designed for autocomplete tasks in relational databases. It enhances the RelGT architecture with innovative strategies to improve performance on these tasks. The model demonstrates superior results compared to existing baselines across multiple datasets.
- ▪RelGT-AC addresses challenges in predictive machine learning for relational databases by using a relational graph approach.
- ▪The model incorporates a column masking strategy to avoid trivial solutions and supports various autocomplete tasks within a single framework.
- ▪RelGT-AC outperforms the GraphSAGE baseline on regression tasks and significantly improves performance on text-heavy tasks with its TF-IDF encoder.
Opening excerpt (first ~120 words) tap to expand
Computer Science > Artificial Intelligence arXiv:2606.03040 (cs) [Submitted on 2 Jun 2026] Title:RelGT-AC: A Relational Graph Transformer for Autocomplete Tasks in Relational Databases Authors:Phillip Jiang View a PDF of the paper titled RelGT-AC: A Relational Graph Transformer for Autocomplete Tasks in Relational Databases, by Phillip Jiang View PDF HTML (experimental) Abstract:Relational databases underpin modern enterprise, scientific, and healthcare systems, yet predictive machine learning on such data remains challenging due to their multi-table, heterogeneous, and temporal structure. Relational Deep Learning (RDL) addresses this by representing databases as heterogeneous graphs and applying graph neural networks (GNNs) directly.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at arXiv cs.AI.