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

TAPEX: Table Pre-training via Learning a Neural SQL Executor

About

Recent progress in language model pre-training has achieved a great success via leveraging large-scale unstructured textual data. However, it is still a challenge to apply pre-training on structured tabular data due to the absence of large-scale high-quality tabular data. In this paper, we propose TAPEX to show that table pre-training can be achieved by learning a neural SQL executor over a synthetic corpus, which is obtained by automatically synthesizing executable SQL queries and their execution outputs. TAPEX addresses the data scarcity challenge via guiding the language model to mimic a SQL executor on the diverse, large-scale and high-quality synthetic corpus. We evaluate TAPEX on four benchmark datasets. Experimental results demonstrate that TAPEX outperforms previous table pre-training approaches by a large margin and achieves new state-of-the-art results on all of them. This includes the improvements on the weakly-supervised WikiSQL denotation accuracy to 89.5% (+2.3%), the WikiTableQuestions denotation accuracy to 57.5% (+4.8%), the SQA denotation accuracy to 74.5% (+3.5%), and the TabFact accuracy to 84.2% (+3.2%). To our knowledge, this is the first work to exploit table pre-training via synthetic executable programs and to achieve new state-of-the-art results on various downstream tasks. Our code can be found at https://github.com/microsoft/Table-Pretraining.

Qian Liu, Bei Chen, Jiaqi Guo, Morteza Ziyadi, Zeqi Lin, Weizhu Chen, Jian-Guang Lou• 2021

Related benchmarks

TaskDatasetResultRank
Table Question AnsweringWTQ
Accuracy57.5
101
Table Fact VerificationTabFact (test)
Accuracy84.2
98
Table Question AnsweringWikiTQ (test)
Accuracy55.5
92
Table Question AnsweringWikiTableQuestions (test)
Accuracy60.1
86
Fact VerificationTabFact
Accuracy85.9
73
Table Question AnsweringWikiTQ
Accuracy57.5
65
Table Fact VerificationTabFact small (test)
Accuracy0.859
57
Table Question AnsweringWikiSQL (test)
Accuracy89.5
55
Table Question AnsweringWTQ (test)
Denotation Accuracy57.5
45
Table Fact VerificationTABFACT simple (test)
Accuracy93.9
39
Showing 10 of 63 rows

Other info

Code

Follow for update