Text to SQL

193 papers with code • 1 benchmarks • 0 datasets

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

Libraries

Use these libraries to find Text to SQL models and implementations

Most implemented papers

Spider: A Large-Scale Human-Labeled Dataset for Complex and Cross-Domain Semantic Parsing and Text-to-SQL Task

taoyds/spider EMNLP 2018

We define a new complex and cross-domain semantic parsing and text-to-SQL task where different complex SQL queries and databases appear in train and test sets.

Towards Complex Text-to-SQL in Cross-Domain Database with Intermediate Representation

zhanzecheng/IRNet ACL 2019

We present a neural approach called IRNet for complex and cross-domain Text-to-SQL.

Content Enhanced BERT-based Text-to-SQL Generation

guotong1988/NL2SQL-RULE 16 Oct 2019

We present a simple methods to leverage the table content for the BERT-based model to solve the text-to-SQL problem.

A Preview of XiYan-SQL: A Multi-Generator Ensemble Framework for Text-to-SQL

XGenerationLab/XiYan-SQL 13 Nov 2024

On the other hand, we implement the ICL approach with an example selection method based on named entity recognition to prevent overemphasis on entities.

SParC: Cross-Domain Semantic Parsing in Context

ryanzhumich/editsql ACL 2019

The best model obtains an exact match accuracy of 20. 2% over all questions and less than10% over all interaction sequences, indicating that the cross-domain setting and the con-textual phenomena of the dataset present significant challenges for future research.

RAT-SQL: Relation-Aware Schema Encoding and Linking for Text-to-SQL Parsers

Microsoft/rat-sql ACL 2020

The generalization challenge lies in (a) encoding the database relations in an accessible way for the semantic parser, and (b) modeling alignment between database columns and their mentions in a given query.

CoSQL: A Conversational Text-to-SQL Challenge Towards Cross-Domain Natural Language Interfaces to Databases

ryanzhumich/editsql IJCNLP 2019

We present CoSQL, a corpus for building cross-domain, general-purpose database (DB) querying dialogue systems.

Semantic Evaluation for Text-to-SQL with Distilled Test Suites

ruiqi-zhong/TestSuiteEval EMNLP 2020

We propose test suite accuracy to approximate semantic accuracy for Text-to-SQL models.

Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training

awslabs/gap-text2sql 18 Dec 2020

Most recently, there has been significant interest in learning contextual representations for various NLP tasks, by leveraging large scale text corpora to train large neural language models with self-supervised learning objectives, such as Masked Language Model (MLM).