English

Editing-Based SQL Query Generation for Cross-Domain Context-Dependent Questions

Computation and Language 2019-09-11 v2

Abstract

We focus on the cross-domain context-dependent text-to-SQL generation task. Based on the observation that adjacent natural language questions are often linguistically dependent and their corresponding SQL queries tend to overlap, we utilize the interaction history by editing the previous predicted query to improve the generation quality. Our editing mechanism views SQL as sequences and reuses generation results at the token level in a simple manner. It is flexible to change individual tokens and robust to error propagation. Furthermore, to deal with complex table structures in different domains, we employ an utterance-table encoder and a table-aware decoder to incorporate the context of the user utterance and the table schema. We evaluate our approach on the SParC dataset and demonstrate the benefit of editing compared with the state-of-the-art baselines which generate SQL from scratch. Our code is available at https://github.com/ryanzhumich/sparc_atis_pytorch.

Keywords

Cite

@article{arxiv.1909.00786,
  title  = {Editing-Based SQL Query Generation for Cross-Domain Context-Dependent Questions},
  author = {Rui Zhang and Tao Yu and He Yang Er and Sungrok Shim and Eric Xue and Xi Victoria Lin and Tianze Shi and Caiming Xiong and Richard Socher and Dragomir Radev},
  journal= {arXiv preprint arXiv:1909.00786},
  year   = {2019}
}

Comments

EMNLP 2019

R2 v1 2026-06-23T11:03:18.545Z