Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Grounded Adaptation for Zero-shot Executable Semantic Parsing

About

We propose Grounded Adaptation for Zero-shot Executable Semantic Parsing (GAZP) to adapt an existing semantic parser to new environments (e.g. new database schemas). GAZP combines a forward semantic parser with a backward utterance generator to synthesize data (e.g. utterances and SQL queries) in the new environment, then selects cycle-consistent examples to adapt the parser. Unlike data-augmentation, which typically synthesizes unverified examples in the training environment, GAZP synthesizes examples in the new environment whose input-output consistency are verified. On the Spider, Sparc, and CoSQL zero-shot semantic parsing tasks, GAZP improves logical form and execution accuracy of the baseline parser. Our analyses show that GAZP outperforms data-augmentation in the training environment, performance increases with the amount of GAZP-synthesized data, and cycle-consistency is central to successful adaptation.

Victor Zhong, Mike Lewis, Sida I. Wang, Luke Zettlemoyer• 2020

Related benchmarks

TaskDatasetResultRank
Text-to-SQLSpider (test)
Execution Accuracy53.5
213
Text-to-SQLSpider (dev)--
147
Text-to-SQLSpider 1.0 (test)
EM Acc (Overall)53.3
110
Text-to-SQLSpider 1.0 (dev)
Exact Match Accuracy59.1
92
Context-dependent Text-to-SQLCoSQL (dev)
Question Match42
33
Multi-turn Text-to-SQLSParC In-domain
Exact Match48.9
29
Multi-turn Text-to-SQLCoSQL & SParC Aggregate
Avg Exact Match (EM)45.5
29
Multi-turn Text-to-SQLCoSQL In-domain
Exact Match42
29
Context-dependent Text-to-SQLSParC 1.0 (dev)
Question Match48.9
27
Context-dependent Text-to-SQLSParC 1.0 (test)
Question Match45.9
12
Showing 10 of 15 rows

Other info

Code

Follow for update