RECPARSER: A Recursive Semantic Parsing Framework for Text-to-SQL Task

Yu Zeng,Yan Gao,Jiaqi Guo,Bei Chen,Qian Liu,Jian-Guang Lou,Fei Teng,Dongmei Zhang
DOI: https://doi.org/10.24963/ijcai.2020/504
2020-01-01
Abstract:Neural semantic parsers usually fail to parse long and complicated utterances into nested SQL queries, due to the large search space. In this paper, we propose a novel recursive semantic parsing framework called RECPARSER to generate the nested SQL query layer-by-layer. It decomposes the complicated nested SQL query generation problem into several progressive non-nested SQL query generation problems. Furthermore, we propose a novel Question Decomposer module to explicitly encourage RECPARSER to focus on different components of an utterance when predicting SQL queries of different layers. Experiments on the Spider dataset show that our approach is more effective compared to the previous works at predicting the nested SQL queries. In addition, we achieve an overall accuracy that is comparable with state-of-the-art approaches.
What problem does this paper attempt to address?