paper-with-me

홈 › Papers

ValueNet: A Natural Language-to-SQL System that Learns from Database Information

2020-05-29 · Ursin Brunner, Kurt Stockinger

Building natural language (NL) interfaces for databases has been a long-standing challenge for several decades. The major advantage of these so-called NL-to-SQL systems is that end-users can query complex databases without the need to know SQL or the underlying database schema. Due to significant advancements in machine learning, the recent focus of research has been on neural networks to tackle this challenge on complex datasets like Spider. Several recent NL-to-SQL systems achieve promising results on this dataset. However, none of the published systems, that provide either the source code or executable binaries, extract and incorporate values from the user questions for generating SQL statements. Thus, the practical use of these systems in a real-world scenario has not been sufficiently demonstrated yet. In this paper we propose ValueNet light and ValueNet -- two end-to-end NL-to-SQL systems that incorporate values using the challenging Spider dataset. The main idea of our approach is to use not only metadata information from the underlying database but also information on the base data as input for our neural network architecture. In particular, we propose a novel architecture sketch to extract values from a user question and come up with possible value candidates which are not explicitly mentioned in the question. We then use a neural model based on an encoder-decoder architecture to synthesize the SQL query. Finally, we evaluate our model on the Spider challenge using the Execution Accuracy metric, a more difficult metric than used by most participants of the challenge. Our experimental evaluation demonstrates that ValueNet light and ValueNet reach state-of-the-art results of 67% and 62% accuracy, respectively, for translating from NL to SQL whilst incorporating values.

📄 PDF Abstract BibTeX arXiv:2006.00888

Code (2)

brunnurs/valuenet 공식 구현 pytorch
neerajbhat98/ValueNet pytorch

Tasks

Text-To-SQL

Similar Papers 제목 키워드 기반

ValueNet: A New Dataset for Human Value Driven Dialogue System

2021-12-12 · Liang Qiu, Yizhou Zhao, Jinchao Li, Pan Lu 외

Building a socially intelligent agent involves many challenges, one of which is to teach the agent to speak guided by its value like a human. However, value-driven chatbots are still understudied in the area of dialogue …

Dialogue GenerationEmotion RecognitionEmpathetic Response GenerationResponse Generation

DB-BERT: a Database Tuning Tool that "Reads the Manual"

2021-12-21 · Immanuel Trummer

DB-BERT is a database tuning tool that exploits information gained via natural language analysis of manuals and other relevant text documents. It uses text to identify database system parameters to tune as well as recomm…

Neural Databases

2020-10-14 · James Thorne, Majid Yazdani, Marzieh Saeidi, Fabrizio Silvestri 외

In recent years, neural networks have shown impressive performance gains on long-standing AI problems, and in particular, answering queries from natural language text. These advances raise the question of whether they ca…

Management

Towards Socially Intelligent Agents with Mental State Transition and Human Value

2022-09-01 · SIGDIAL (ACL) 2022 9 · Liang Qiu, Yizhou Zhao, Yuan Liang, Pan Lu 외

Building a socially intelligent agent involves many challenges. One of which is to track the agent’s mental state transition and teach the agent to make decisions guided by its value like a human. Towards this end, we pr…

Towards Socially Intelligent Agents with Mental State Transition and Human Utility

2021-03-12 · Liang Qiu, Yizhou Zhao, Yuan Liang, Pan Lu 외

Building a socially intelligent agent involves many challenges. One of which is to track the agent's mental state transition and teach the agent to make decisions guided by its value like a human. Towards this end, we pr…