DBLGJun 14, 2021

GitTables: A Large-Scale Corpus of Relational Tables

arXiv:2106.07258v5109 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This provides a large-scale resource for researchers and practitioners working on relational table tasks, such as semantic type detection and schema completion, though it is incremental in expanding table corpora beyond web sources.

The authors introduced GitTables, a corpus of 1 million relational tables extracted from GitHub to address the limitation of existing table corpora that primarily contain HTML-extracted tables, enabling improved training and evaluation of models for tasks like data preparation and search beyond web applications.

The success of deep learning has sparked interest in improving relational table tasks, like data preparation and search, with table representation models trained on large table corpora. Existing table corpora primarily contain tables extracted from HTML pages, limiting the capability to represent offline database tables. To train and evaluate high-capacity models for applications beyond the Web, we need resources with tables that resemble relational database tables. Here we introduce GitTables, a corpus of 1M relational tables extracted from GitHub. Our continuing curation aims at growing the corpus to at least 10M tables. Analyses of GitTables show that its structure, content, and topical coverage differ significantly from existing table corpora. We annotate table columns in GitTables with semantic types, hierarchical relations and descriptions from Schema.org and DBpedia. The evaluation of our annotation pipeline on the T2Dv2 benchmark illustrates that our approach provides results on par with human annotations. We present three applications of GitTables, demonstrating its value for learned semantic type detection models, schema completion methods, and benchmarks for table-to-KG matching, data search, and preparation. We make the corpus and code available at https://gittables.github.io.

Code Implementations2 repos
Foundations

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

Your Notes