paper-with-me

Papers

SyntaxSQLNet: Syntax Tree Networks for Complex and Cross-Domain Text-to-SQL Task

2018-10-01 · EMNLP 2018 10 · Tao Yu, Michihiro Yasunaga, Kai Yang, Rui Zhang, Dongxu Wang, Zifan Li, Dragomir Radev

Most existing studies in text-to-SQL tasks do not require generating complex SQL queries with multiple clauses or sub-queries, and generalizing to new, unseen databases. In this paper we propose SyntaxSQLNet, a syntax tree network to address the complex and cross-domain text-to-SQL generation task. SyntaxSQLNet employs a SQL specific syntax tree-based decoder with SQL generation path history and table-aware column attention encoders. We evaluate SyntaxSQLNet on a new large-scale text-to-SQL corpus containing databases with multiple tables and complex SQL queries containing multiple SQL clauses and nested queries. We use a database split setting where databases in the test set are unseen during training. Experimental results show that SyntaxSQLNet can handle a significantly greater number of complex SQL examples than prior work, outperforming the previous state-of-the-art model by 9.5{\%} in exact matching accuracy. To our knowledge, we are the first to study this complex text-to-SQL task. Our task and models with the latest updates are available at \url{https://yale-lily.github.io/seq2sql/spider}.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSemantic ParsingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

SyntaxSQLNet: Syntax Tree Networks for Complex and Cross-DomainText-to-SQL Task

2018-10-11 · Tao Yu, Michihiro Yasunaga, Kai Yang, Rui Zhang 외

Most existing studies in text-to-SQL tasks do not require generating complex SQL queries with multiple clauses or sub-queries, and generalizing to new, unseen databases. In this paper we propose SyntaxSQLNet, a syntax tr…

DecoderSemantic ParsingText to SQLText-To-SQL

Graph Enhanced Cross-Domain Text-to-SQL Generation

2019-11-01 · WS 2019 11 · Siyu Huo, Tengfei Ma, Jie Chen, Maria Chang 외

Semantic parsing is a fundamental problem in natural language understanding, as it involves the mapping of natural language to structured forms such as executable queries or logic-like knowledge representations. Existing…

Natural Language UnderstandingSemantic ParsingSQL ParsingText to SQL+2

Etiquetage morpho-syntaxique en domaine de sp\'ecialit\'e: le domaine m\'edical

2015-06-01 · JEPTALNRECITAL 2015 6 · Christelle Rabary, Thomas Lavergne, Aur{\'e}lie N{\'e}v{\'e}ol

L{'}{\'e}tiquetage morpho-syntaxique est une t{\^a}che fondamentale du Traitement Automatique de la Langue, sur laquelle reposent souvent des traitements plus complexes tels que l{'}extraction d{'}information ou la tradu…

Syntax Encoding with Application in Authorship Attribution

2018-10-01 · EMNLP 2018 10 · Richong Zhang, Zhiyuan Hu, Hongyu Guo, Yongyi Mao

We propose a novel strategy to encode the syntax parse tree of sentence into a learnable distributed representation. The proposed syntax encoding scheme is provably information-lossless. In specific, an embedding vector …

Authorship AttributionBenchmarkingFeature EngineeringSentence+1

PSIMiner: A Tool for Mining Rich Abstract Syntax Trees from Code

2021-03-23 · Egor Spirin, Egor Bogomolov, Vladimir Kovalenko, Timofey Bryksin

The application of machine learning algorithms to source code has grown in the past years. Since these algorithms are quite sensitive to input data, it is not surprising that researchers experiment with input representat…

Method name prediction