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

Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training

About

Most recently, there has been significant interest in learning contextual representations for various NLP tasks, by leveraging large scale text corpora to train large neural language models with self-supervised learning objectives, such as Masked Language Model (MLM). However, based on a pilot study, we observe three issues of existing general-purpose language models when they are applied to text-to-SQL semantic parsers: fail to detect column mentions in the utterances, fail to infer column mentions from cell values, and fail to compose complex SQL queries. To mitigate these issues, we present a model pre-training framework, Generation-Augmented Pre-training (GAP), that jointly learns representations of natural language utterances and table schemas by leveraging generation models to generate pre-train data. GAP MODEL is trained on 2M utterance-schema pairs and 30K utterance-schema-SQL triples, whose utterances are produced by generative models. Based on experimental results, neural semantic parsers that leverage GAP MODEL as a representation encoder obtain new state-of-the-art results on both SPIDER and CRITERIA-TO-SQL benchmarks.

Peng Shi, Patrick Ng, Zhiguo Wang, Henghui Zhu, Alexander Hanbo Li, Jun Wang, Cicero Nogueira dos Santos, Bing Xiang• 2020

Related benchmarks

TaskDatasetResultRank
Text-to-SQLSpider (test)--
140
Text-to-SQLSpider (dev)--
100
Text-to-SQLSpider 1.0 (dev)
Exact Match Accuracy71.8
92
Text-to-SQLSpider 1.0 (test)
EM Acc (Overall)69.7
91
Text-to-SQLCriteria-to-SQL (test)
SQL Accuracy32.7
5
Showing 5 of 5 rows

Other info

Code

Follow for update