Commit
·
0a80d09
1
Parent(s):
848ed59
Upload 2 files
Browse files- README.md +52 -0
- train_sql_skeleton.json +0 -0
README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license:
|
| 5 |
+
- cc-by-4.0
|
| 6 |
+
source_datasets:
|
| 7 |
+
- spider
|
| 8 |
+
pretty_name: Spider Context Instruct
|
| 9 |
+
tags:
|
| 10 |
+
- text-to-sql
|
| 11 |
+
- SQL
|
| 12 |
+
- Spider
|
| 13 |
+
- fine-tune
|
| 14 |
+
dataset_info:
|
| 15 |
+
features:
|
| 16 |
+
- name: db_id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: text
|
| 19 |
+
dtype: string
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# Dataset Card for Spider Context Instruct
|
| 23 |
+
|
| 24 |
+
### Dataset Summary
|
| 25 |
+
|
| 26 |
+
Spider is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
|
| 27 |
+
The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
|
| 28 |
+
|
| 29 |
+
This dataset was created to finetune LLMs in a `### Instruction:` and `### Response:` format with database context.
|
| 30 |
+
|
| 31 |
+
### Yale Lily Spider Leaderboards
|
| 32 |
+
|
| 33 |
+
The leaderboard can be seen at https://yale-lily.github.io/spider
|
| 34 |
+
|
| 35 |
+
### Languages
|
| 36 |
+
|
| 37 |
+
The text in the dataset is in English.
|
| 38 |
+
|
| 39 |
+
### Licensing Information
|
| 40 |
+
|
| 41 |
+
The spider dataset is licensed under
|
| 42 |
+
the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode)
|
| 43 |
+
|
| 44 |
+
### Citation
|
| 45 |
+
```
|
| 46 |
+
@article{yu2018spider,
|
| 47 |
+
title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},
|
| 48 |
+
author={Yu, Tao and Zhang, Rui and Yang, Kai and Yasunaga, Michihiro and Wang, Dongxu and Li, Zifan and Ma, James and Li, Irene and Yao, Qingning and Roman, Shanelle and others},
|
| 49 |
+
journal={arXiv preprint arXiv:1809.08887},
|
| 50 |
+
year={2018}
|
| 51 |
+
}
|
| 52 |
+
```
|
train_sql_skeleton.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|