English

TURL: Table Understanding through Representation Learning

Information Retrieval 2020-12-04 v2 Computation and Language

Abstract

Relational tables on the Web store a vast amount of knowledge. Owing to the wealth of such tables, there has been tremendous progress on a variety of tasks in the area of table understanding. However, existing work generally relies on heavily-engineered task-specific features and model architectures. In this paper, we present TURL, a novel framework that introduces the pre-training/fine-tuning paradigm to relational Web tables. During pre-training, our framework learns deep contextualized representations on relational tables in an unsupervised manner. Its universal model design with pre-trained representations can be applied to a wide range of tasks with minimal task-specific fine-tuning. Specifically, we propose a structure-aware Transformer encoder to model the row-column structure of relational tables, and present a new Masked Entity Recovery (MER) objective for pre-training to capture the semantics and knowledge in large-scale unlabeled data. We systematically evaluate TURL with a benchmark consisting of 6 different tasks for table understanding (e.g., relation extraction, cell filling). We show that TURL generalizes well to all tasks and substantially outperforms existing methods in almost all instances.

Keywords

Cite

@article{arxiv.2006.14806,
  title  = {TURL: Table Understanding through Representation Learning},
  author = {Xiang Deng and Huan Sun and Alyssa Lees and You Wu and Cong Yu},
  journal= {arXiv preprint arXiv:2006.14806},
  year   = {2020}
}

Comments

Accepted to VLDB 2021. Extended version with experiments added during revision. Our source code, benchmark, as well as pre-trained models will be available on https://github.com/sunlab-osu/TURL

R2 v1 2026-06-23T16:38:34.686Z