TabGLM: Tabular Graph Language Model for Learning Transferable Representations Through Multi-Modal Consistency Minimization
Anay Majee, Maria Xenochristou, Wei-Peng Chen

TL;DR
TabGLM is a multi-modal model that combines graph and text representations to improve learning from heterogeneous tabular data, achieving significant performance gains over existing methods.
Contribution
Introduces TabGLM, a novel multi-modal architecture that models structural and semantic information from tables using graph neural networks and text encoders with self-supervised alignment.
Findings
Achieves up to 5.56% AUC-ROC improvement over state-of-the-art methods.
Effectively processes heterogeneous datasets with fewer parameters.
Demonstrates strong performance across 25 benchmark datasets.
Abstract
Handling heterogeneous data in tabular datasets poses a significant challenge for deep learning models. While attention-based architectures and self-supervised learning have achieved notable success, their application to tabular data remains less effective over linear and tree based models. Although several breakthroughs have been achieved by models which transform tables into uni-modal transformations like image, language and graph, these models often underperform in the presence of feature heterogeneity. To address this gap, we introduce TabGLM (Tabular Graph Language Model), a novel multi-modal architecture designed to model both structural and semantic information from a table. TabGLM transforms each row of a table into a fully connected graph and serialized text, which are then encoded using a graph neural network (GNN) and a text encoder, respectively. By aligning these…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Data Quality and Management
