paper-with-me

Papers

Clause-Wise and Recursive Decoding for Complex and Cross-Domain Text-to-SQL Generation

2019-04-18 · IJCNLP 2019 11 · Dongjun Lee

Most deep learning approaches for text-to-SQL generation are limited to the WikiSQL dataset, which only supports very simple queries over a single table. We focus on the Spider dataset, a complex and cross-domain text-to-SQL task, which includes complex queries over multiple tables. In this paper, we propose a SQL clause-wise decoding neural architecture with a self-attention based database schema encoder to address the Spider task. Each of the clause-specific decoders consists of a set of sub-modules, which is defined by the syntax of each clause. Additionally, our model works recursively to support nested queries. When evaluated on the Spider dataset, our approach achieves 4.6\% and 9.8\% accuracy gain in the test and dev sets, respectively. In addition, we show that our model is significantly more effective at predicting complex and nested queries than previous work.

📄 PDF Abstract BibTeX arXiv:1904.08835

Code (0)

등록된 구현이 없습니다.

Tasks

Text to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Faster and Better Grammar-based Text-to-SQL Parsing via Clause-level Parallel Decoding and Alignment Loss

2022-04-26 · Kun Wu, Lijie Wang, Zhenghua Li, Xinyan Xiao

Grammar-based parsers have achieved high performance in the cross-domain text-to-SQL parsing task, but suffer from low decoding efficiency due to the much larger number of actions for grammar selection than that of token…

SQL ParsingText to SQLText-To-SQL

Improving ENIGMA-Style Clause Selection While Learning From History

2021-02-26 · Martin Suda

We re-examine the topic of machine-learned clause selection guidance in saturation-based theorem provers. The central idea, recently popularized by the ENIGMA system, is to learn a classifier for recognizing clauses that…

MCE Reasoning in Recursive Causal Networks

2013-03-27 · Wilson X. Wen

A probabilistic method of reasoning under uncertainty is proposed based on the principle of Minimum Cross Entropy (MCE) and concept of Recursive Causal Model (RCM). The dependency and correlations among the variables are…

ACORD: An Expert-Annotated Retrieval Dataset for Legal Contract Drafting

2025-01-11 · Steven H. Wang, Maksim Zubkov, Kexin Fan, Sarah Harrell 외

Information retrieval, specifically contract clause retrieval, is foundational to contract drafting because lawyers rarely draft contracts from scratch; instead, they locate and revise the most relevant precedent. We int…

Information RetrievalRetrieval

GpuShareSat: a SAT solver using the GPU for clause sharing

2020-12-05 · Nicolas Prevot

We describe a SAT solver using both the GPU (CUDA) and the CPU with a new clause exchange strategy. The CPU runs a classic multithreaded CDCL SAT solver. EachCPU thread exports all the clauses it learns to the GPU. The G…

AllCPUGPU