jkkummerfeld/text2sql-data
A collection of datasets that pair questions with SQL queries.
This collection provides carefully curated datasets for those developing systems that translate everyday questions into SQL database queries. It includes natural language sentences, their corresponding SQL queries, database schemas, and the actual database content across various domains like academic advising, flight information, and restaurant searches. This resource is for computational linguists, machine learning engineers, and researchers working on natural language understanding and database interaction.
585 stars. No commits in the last 6 months.
Use this if you are building or evaluating a system that allows users to ask questions in plain English and automatically get answers from a database without writing SQL.
Not ideal if you are looking for a tool to query databases directly or if your primary interest is in general natural language processing tasks not tied to database interaction.
Stars
585
Forks
116
Language
Python
License
—
Category
Last pushed
Mar 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/jkkummerfeld/text2sql-data"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
FerreroJeremy/ln2sql
A tool to query a database in natural language
salesforce/TabularSemanticParsing
Translating natural language questions to structured query language (SQL)
eguilg/nl2sql
阿里天池首届中文NL2SQL挑战赛top6
DukeNLIDB/NLIDB
Natural Language Interface to DataBases
HKUSTDial/NL2SQL_Handbook
This is a continuously updated handbook for readers to easily track the latest Text-to-SQL...