richardr1126 commited on
Commit
22b010e
1 Parent(s): a3b0f33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -81
README.md CHANGED
@@ -25,43 +25,14 @@ dataset_info:
25
 
26
  # Dataset Card for Spider Schema
27
 
28
- ## Table of Contents
29
- - [Dataset Description](#dataset-description)
30
- - [Dataset Summary](#dataset-summary)
31
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
- - [Languages](#languages)
33
- - [Dataset Structure](#dataset-structure)
34
- - [Data Instances](#data-instances)
35
- - [Data Fields](#data-fields)
36
- - [Data Splits](#data-splits)
37
- - [Dataset Creation](#dataset-creation)
38
- - [Curation Rationale](#curation-rationale)
39
- - [Source Data](#source-data)
40
- - [Annotations](#annotations)
41
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
42
- - [Considerations for Using the Data](#considerations-for-using-the-data)
43
- - [Social Impact of Dataset](#social-impact-of-dataset)
44
- - [Discussion of Biases](#discussion-of-biases)
45
- - [Other Known Limitations](#other-known-limitations)
46
- - [Additional Information](#additional-information)
47
- - [Dataset Curators](#dataset-curators)
48
- - [Licensing Information](#licensing-information)
49
- - [Citation Information](#citation-information)
50
- - [Contributions](#contributions)
51
-
52
- ## Dataset Description
53
-
54
- - **Homepage:** https://yale-lily.github.io/spider
55
- - **Repository:** https://github.com/taoyds/spider
56
- - **Paper:** https://www.aclweb.org/anthology/D18-1425/
57
- - **Point of Contact:** [Yale LILY](https://yale-lily.github.io/)
58
-
59
  ### Dataset Summary
60
 
61
  Spider is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
62
- The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases
 
 
63
 
64
- ### Supported Tasks and Leaderboards
65
 
66
  The leaderboard can be seen at https://yale-lily.github.io/spider
67
 
@@ -69,59 +40,12 @@ The leaderboard can be seen at https://yale-lily.github.io/spider
69
 
70
  The text in the dataset is in English.
71
 
72
- ## Dataset Creation
73
-
74
- ### Curation Rationale
75
-
76
- [More Information Needed]
77
-
78
- ### Source Data
79
-
80
- #### Initial Data Collection and Normalization
81
-
82
- #### Who are the source language producers?
83
-
84
- [More Information Needed]
85
-
86
- ### Annotations
87
-
88
- The dataset was annotated by 11 college students at Yale University
89
-
90
- #### Annotation process
91
-
92
- #### Who are the annotators?
93
-
94
- ### Personal and Sensitive Information
95
-
96
- [More Information Needed]
97
-
98
- ## Considerations for Using the Data
99
-
100
- ### Social Impact of Dataset
101
-
102
- ### Discussion of Biases
103
-
104
- [More Information Needed]
105
-
106
- ### Other Known Limitations
107
-
108
- ## Additional Information
109
-
110
- The listed authors in the homepage are maintaining/supporting the dataset.
111
-
112
- ### Dataset Curators
113
-
114
- [More Information Needed]
115
-
116
  ### Licensing Information
117
 
118
  The spider dataset is licensed under
119
  the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode)
120
 
121
- [More Information Needed]
122
-
123
- ### Citation Information
124
-
125
  ```
126
  @article{yu2018spider,
127
  title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},
 
25
 
26
  # Dataset Card for Spider Schema
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ### Dataset Summary
29
 
30
  Spider is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
31
+ The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
32
+
33
+ This dataset contains the 166 databases used in the Spider dataset.
34
 
35
+ ### Yale Lily Spider Leaderboards
36
 
37
  The leaderboard can be seen at https://yale-lily.github.io/spider
38
 
 
40
 
41
  The text in the dataset is in English.
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ### Licensing Information
44
 
45
  The spider dataset is licensed under
46
  the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode)
47
 
48
+ ### Citation
 
 
 
49
  ```
50
  @article{yu2018spider,
51
  title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},