LGFeb 26, 2024

CARTE: Pretraining and Transfer for Tabular Learning

arXiv:2402.16785v257 citationsh-index: 64ICML
Originality Highly original
AI Analysis

This addresses the problem of enabling pretrained models for tabular data, which is incremental as it builds on existing neural methods but introduces a novel approach to handle unmatched columns.

The paper tackled the challenge of transfer learning for tabular data by proposing CARTE, a neural architecture that processes tables without requiring data integration like entity or schema matching, and it outperformed tree-based models in benchmarks.

Pretrained deep-learning models are the go-to solution for images or text. However, for tabular data the standard is still to train tree-based models. Indeed, transfer learning on tables hits the challenge of data integration: finding correspondences, correspondences in the entries (entity matching) where different words may denote the same entity, correspondences across columns (schema matching), which may come in different orders, names... We propose a neural architecture that does not need such correspondences. As a result, we can pretrain it on background data that has not been matched. The architecture -- CARTE for Context Aware Representation of Table Entries -- uses a graph representation of tabular (or relational) data to process tables with different columns, string embedding of entries and columns names to model an open vocabulary, and a graph-attentional network to contextualize entries with column names and neighboring entries. An extensive benchmark shows that CARTE facilitates learning, outperforming a solid set of baselines including the best tree-based models. CARTE also enables joint learning across tables with unmatched columns, enhancing a small table with bigger ones. CARTE opens the door to large pretrained models for tabular data.

Code Implementations1 repo
Foundations

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

Your Notes