paper-with-me

Papers

GitTables: A Large-Scale Corpus of Relational Tables

2021-06-14 · Madelon Hulsebos, Çağatay Demiralp, Paul Groth

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.

📄 PDF Abstract BibTeX arXiv:2106.07258

Code (2)

madelonhulsebos/gittables 공식 구현
tsegall/fta

Tasks

Information RetrievalTable annotation

Similar Papers 제목 키워드 기반

Towards an Approach based on Knowledge Graph Refinement for Tabular Data to Knowledge Graph Matching

2022-10-25 · SemTab@ISWC 2022 10 · Azanzi Jiomekong, Brice Foko

This paper presents our contribution to the Accuracy Track of Semantic Web Challenge on Tabular Data to Knowledge Graph Matching (SemTab). This contribution consists of the proposition of an approach based on knowledge g…

Cell Entity AnnotationColumn Type AnnotationGraph MatchingPosition

Real-TabPFN: Improving Tabular Foundation Models via Continued Pre-training With Real-World Data

2025-07-05 · Anurag Garg, Muhammad Ali, Noah Hollmann, Lennart Purucker 외 arxiv

Foundation models for tabular data, like TabPFN, achieve strong performance on small datasets when pre-trained solely on synthetic data. We show that this performance can be significantly boosted by a targeted continued …

Auto-completion for Data Cells in Relational Tables

2019-09-08 · Shuo Zhang, Krisztian Balog

We address the task of auto-completing data cells in relational tables. Such tables describe entities (in rows) with their attributes (in columns). We present the CellAutoComplete framework to tackle several novel aspect…

Making Table Understanding Work in Practice

2021-09-11 · Madelon Hulsebos, Sneha Gathani, James Gale, Isil Dillig 외

Understanding the semantics of tables at scale is crucial for tasks like data integration, preparation, and search. Table understanding methods aim at detecting a table's topic, semantic column types, column relations, o…

Data Integration

Design and development of an RDB version of the Corpus of Spontaneous Japanese

2014-05-01 · LREC 2014 5 · Hanae Koiso, Yasuharu Den, Ken{'}ya Nishikawa, Kikuo Maekawa

In this paper, we describe the design and development of a new version of the Corpus of Spontaneous Japanese (CSJ), which is a large-scale spoken corpus released in 2004. CSJ contains various annotations that are represe…