--- license: mit task_categories: - text-generation language: - en --- ## Dataset Details ### Dataset Description This dataset consists of data for the purpose of training a model to generate SQL code in response to a natural language prompt. The `qa.csv` table consists of these pairs, while the `_ddl.csv` tables consist of the DDLs and sample data needed to verify the validity of generated SQL queries. ### Dataset Sources: Spider2 - [**Repository**](https://github.com/xlang-ai/Spider2) - [**Paper**](https://arxiv.org/abs/2411.07763)