File size: 603 Bytes
d7ca43b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
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 `<dbms>_ddl.csv` tables consist of the DDLs and sample data needed to verify the validity of generated SQL queries.
### Dataset Sources: Spider2
<!-- Provide the basic links for the dataset. -->
- [**Repository**](https://github.com/xlang-ai/Spider2)
- [**Paper**](https://arxiv.org/abs/2411.07763) |