SQL Parsing

20 papers with code • 8 benchmarks • 3 datasets

This task has no description! Would you like to contribute one?

Latest papers with no code

Towards Compositionally Generalizable Semantic Parsing in Large Language Models: A Survey

no code yet • 15 Apr 2024

Compositional generalization is the ability of a model to generalize to complex, previously unseen types of combinations of entities from just having seen the primitives.

Battle of the Large Language Models: Dolly vs LLaMA vs Vicuna vs Guanaco vs Bard vs ChatGPT -- A Text-to-SQL Parsing Comparison

no code yet • 16 Oct 2023

The success of ChatGPT has ignited an AI race, with researchers striving to develop new large language models (LLMs) that can match or surpass the language understanding and generation abilities of commercial ones.

Exploring the Compositional Generalization in Context Dependent Text-to-SQL Parsing

no code yet • 29 May 2023

Based on these observations, we propose a method named \texttt{p-align} to improve the compositional generalization of Text-to-SQL models.

Exploring Chain-of-Thought Style Prompting for Text-to-SQL

no code yet • 23 May 2023

Thus, we systematically study how to enhance LLMs' reasoning ability through chain of thought (CoT) style prompting, including the original chain-of-thought prompting (Wei et al., 2022b) and least-to-most prompting (Zhou et al., 2023).

Wav2SQL: Direct Generalizable Speech-To-SQL Parsing

no code yet • 21 May 2023

Speech-to-SQL (S2SQL) aims to convert spoken questions into SQL queries given relational databases, which has been traditionally implemented in a cascaded manner while facing the following challenges: 1) model training is faced with the major issue of data scarcity, where limited parallel data is available; and 2) the systems should be robust enough to handle diverse out-of-domain speech samples that differ from the source data.

QURG: Question Rewriting Guided Context-Dependent Text-to-SQL Semantic Parsing

no code yet • 11 May 2023

Context-dependent Text-to-SQL aims to translate multi-turn natural language questions into SQL queries.

Can LLM Already Serve as A Database Interface? A BIg Bench for Large-Scale Database Grounded Text-to-SQLs

no code yet • NeurIPS 2023

Our emphasis on database values highlights the new challenges of dirty database contents, external knowledge between NL questions and database contents, and SQL efficiency, particularly in the context of massive databases.

Importance of Synthesizing High-quality Data for Text-to-SQL Parsing

no code yet • 17 Dec 2022

In this paper, we first examined the existing synthesized datasets and discovered that state-of-the-art text-to-SQL algorithms did not further improve on popular benchmarks when trained with augmented synthetic data.

A Survey on Text-to-SQL Parsing: Concepts, Methods, and Future Directions

no code yet • 29 Aug 2022

In recent years, deep neural networks have significantly advanced this task by neural generation models, which automatically learn a mapping function from an input NL question to an output SQL query.

SeSQL: Yet Another Large-scale Session-level Chinese Text-to-SQL Dataset

no code yet • 26 Aug 2022

As the first session-level Chinese dataset, CHASE contains two separate parts, i. e., 2, 003 sessions manually constructed from scratch (CHASE-C), and 3, 456 sessions translated from English SParC (CHASE-T).