richardr1126 commited on
Commit
e171b9d
·
1 Parent(s): f513e36

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - cc-by-4.0
6
+ source_datasets:
7
+ - spider
8
+ pretty_name: Spider Schema
9
+ tags:
10
+ - text-to-sql
11
+ dataset_info:
12
+ features:
13
+ - name: db_id
14
+ dtype: string
15
+ - name: Schema (values)
16
+ dtype: string
17
+ - name: Column names (type)
18
+ dtype: string
19
+ - name: Primary Keys
20
+ dtype: string
21
+ - name: Foreign Keys
22
+ dtype: string
23
+ ---
24
+
25
+ # Dataset Card for Spider Schema
26
+
27
+ ### Dataset Summary
28
+
29
+ Spider is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
30
+ The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
31
+
32
+ This dataset contains the 166 databases used in the Spider dataset.
33
+
34
+ ### Yale Lily Spider Leaderboards
35
+
36
+ The leaderboard can be seen at https://yale-lily.github.io/spider
37
+
38
+ ### Languages
39
+
40
+ The text in the dataset is in English.
41
+
42
+ ### Licensing Information
43
+
44
+ The spider dataset is licensed under
45
+ the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode)
46
+
47
+ ### Citation
48
+ ```
49
+ @article{yu2018spider,
50
+ title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},
51
+ 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},
52
+ journal={arXiv preprint arXiv:1809.08887},
53
+ year={2018}
54
+ }
55
+ ```