TABBIE: Pretrained Representations of Tabular Data
Hiroshi Iida, Dung Thai, Varun Manjunatha, Mohit Iyyer
TL;DR
This work targets tabular data beyond text-associated tables by introducing TABBIE, a table-only pretraining method. TABBIE uses two Transformers to separately encode rows and columns and adopts an ELECTRA-style corrupt-cell detection objective, enabling efficient learning of embeddings for cells, rows, and columns. It achieves state-of-the-art or competitive results on column population, row population, and column type prediction while requiring far less compute than prior table-text models. Qualitative analyses show that TABBIE captures complex table semantics and numeric trends, and the authors release pretrained models and code to advance table-based representation learning.
Abstract
Existing work on tabular representation learning jointly models tables and associated text using self-supervised objective functions derived from pretrained language models such as BERT. While this joint pretraining improves tasks involving paired tables and text (e.g., answering questions about tables), we show that it underperforms on tasks that operate over tables without any associated text (e.g., populating missing cells). We devise a simple pretraining objective (corrupt cell detection) that learns exclusively from tabular data and reaches the state-of-the-art on a suite of table based prediction tasks. Unlike competing approaches, our model (TABBIE) provides embeddings of all table substructures (cells, rows, and columns), and it also requires far less compute to train. A qualitative analysis of our model's learned cell, column, and row representations shows that it understands complex table semantics and numerical trends.
