Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Sato: Contextual Semantic Type Detection in Tables

About

Detecting the semantic types of data columns in relational tables is important for various data preparation and information retrieval tasks such as data cleaning, schema matching, data discovery, and semantic search. However, existing detection approaches either perform poorly with dirty data, support only a limited number of semantic types, fail to incorporate the table context of columns or rely on large sample sizes for training data. We introduce Sato, a hybrid machine learning model to automatically detect the semantic types of columns in tables, exploiting the signals from the context as well as the column values. Sato combines a deep learning model trained on a large-scale table corpus with topic modeling and structured prediction to achieve support-weighted and macro average F1 scores of 0.925 and 0.735, respectively, exceeding the state-of-the-art performance by a significant margin. We extensively analyze the overall and per-type performance of Sato, discussing how individual modeling components, as well as feature categories, contribute to its performance.

Dan Zhang, Yoshihiko Suhara, Jinfeng Li, Madelon Hulsebos, \c{C}a\u{g}atay Demiralp, Wang-Chiew Tan• 2019

Related benchmarks

TaskDatasetResultRank
Column Type PredictionVizNet
Support-weighted F190.8
11
Column matchingVizNet (val)
Precision83.69
6
Column matchingVizNet (test)
Precision84.57
6
Semantic Type DetectionVizNet D_mult (multi-column tables) (test)
Macro F173.5
4
Semantic Type DetectionVizNet D (test)
Macro F175.6
4
Showing 5 of 5 rows

Other info

Code

Follow for update