richardr1126 commited on
Commit
99c6cb5
1 Parent(s): b8c421e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - cc-by-4.0
6
+ source_datasets:
7
+ - spider
8
+ pretty_name: Spider Context Alpaca Finetune
9
+ tags:
10
+ - text-to-sql
11
+ - SQL
12
+ - Spider
13
+ - fine-tune
14
+ ---
15
+
16
+ # Dataset Card for Spider Context Alpaca Finetune
17
+
18
+ ### Dataset Summary
19
+
20
+ Spider is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
21
+ The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
22
+
23
+ This dataset was created to finetune LLMs in a `### Instruction:` and `### Response:` format with database context.
24
+
25
+ ### Yale Lily Spider Leaderboards
26
+
27
+ The leaderboard can be seen at https://yale-lily.github.io/spider
28
+
29
+ ### Languages
30
+
31
+ The text in the dataset is in English.
32
+
33
+ ### Licensing Information
34
+
35
+ The spider dataset is licensed under
36
+ the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode)
37
+
38
+ ### Citation
39
+ ```
40
+ @article{yu2018spider,
41
+ title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},
42
+ 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},
43
+ journal={arXiv preprint arXiv:1809.08887},
44
+ year={2018}
45
+ }
46
+ ```