Seq2SQL: Generating Structured Queries from Natural Language using Reinforcement Learning
Victor Zhong Caiming Xiong Richard Socher Affiliation: Salesforce Research Affiliation: Palo Alto, CA Email:
Abstract
Relational databases store a significant amount of the world’s data. However, accessing this data currently requires users to understand a query language such as SQL. We propose Seq2SQL, a deep neural network for translating natural language questions to corresponding SQL queries. Our model uses rewards from in-the-loop query execution over the database to learn a policy to generate the query, which contains unordered parts that are less suitable for optimization via cross entropy loss. Moreover, Seq2SQL leverages the structure of SQL to prune the space of generated queries and significantly simplify the generation problem. In addition to the model, we release WikiSQL, a dataset of 80654 hand-annotated examples of questions and SQL queries distributed across 24241 tables from Wikipedia that is an order of magnitude larger than comparable datasets. By applying policy-based reinforcement learning with a query execution environment to WikiSQL, Seq2SQL outperforms a state-of-the-art semantic parser, improving execution accuracy from 35.9% to 59.4% and logical form accuracy from 23.4% to 48.3%.
原文 arXiv:1709.00103;中英对照 + 大白话阅读 https://aha.fim.ai/paper/1709.00103v7