Commit
·
cdd69f6
1
Parent(s):
c543ef4
Fix missing tags in dataset cards (#4931)
Browse filesCommit from https://github.com/huggingface/datasets/commit/303e906e6c2aeb6821af23264ffb2e653a65aa86
README.md
CHANGED
@@ -1,8 +1,25 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pretty_name: WikiSQL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "wikisql"
|
@@ -33,9 +50,8 @@ pretty_name: WikiSQL
|
|
33 |
|
34 |
## Dataset Description
|
35 |
|
36 |
-
- **
|
37 |
-
- **
|
38 |
-
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
39 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
40 |
- **Size of downloaded dataset files:** 24.95 MB
|
41 |
- **Size of the generated dataset:** 147.57 MB
|
@@ -43,7 +59,10 @@ pretty_name: WikiSQL
|
|
43 |
|
44 |
### Dataset Summary
|
45 |
|
46 |
-
A large crowd-sourced dataset for developing natural language interfaces for relational databases
|
|
|
|
|
|
|
47 |
|
48 |
### Supported Tasks and Leaderboards
|
49 |
|
@@ -182,10 +201,8 @@ The data fields are the same among all splits.
|
|
182 |
volume = {abs/1709.00103},
|
183 |
year = {2017}
|
184 |
}
|
185 |
-
|
186 |
```
|
187 |
|
188 |
-
|
189 |
### Contributions
|
190 |
|
191 |
Thanks to [@lewtun](https://github.com/lewtun), [@ghomasHudson](https://github.com/ghomasHudson), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
language:
|
5 |
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
- machine-generated
|
9 |
+
license:
|
10 |
+
- unknown
|
11 |
+
multilinguality:
|
12 |
+
- monolingual
|
13 |
pretty_name: WikiSQL
|
14 |
+
size_categories:
|
15 |
+
- 10K<n<100K
|
16 |
+
source_datasets:
|
17 |
+
- original
|
18 |
+
task_categories:
|
19 |
+
- text2text-generation
|
20 |
+
task_ids:
|
21 |
+
- text2text-generation-other-text-to-sql
|
22 |
+
paperswithcode_id: wikisql
|
23 |
---
|
24 |
|
25 |
# Dataset Card for "wikisql"
|
|
|
50 |
|
51 |
## Dataset Description
|
52 |
|
53 |
+
- **Repository:** https://github.com/salesforce/WikiSQL
|
54 |
+
- **Paper:** [Seq2SQL: Generating Structured Queries from Natural Language using Reinforcement Learning](https://arxiv.org/abs/1709.00103)
|
|
|
55 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
56 |
- **Size of downloaded dataset files:** 24.95 MB
|
57 |
- **Size of the generated dataset:** 147.57 MB
|
|
|
59 |
|
60 |
### Dataset Summary
|
61 |
|
62 |
+
A large crowd-sourced dataset for developing natural language interfaces for relational databases.
|
63 |
+
|
64 |
+
WikiSQL is a dataset of 80654 hand-annotated examples
|
65 |
+
of questions and SQL queries distributed across 24241 tables from Wikipedia.
|
66 |
|
67 |
### Supported Tasks and Leaderboards
|
68 |
|
|
|
201 |
volume = {abs/1709.00103},
|
202 |
year = {2017}
|
203 |
}
|
|
|
204 |
```
|
205 |
|
|
|
206 |
### Contributions
|
207 |
|
208 |
Thanks to [@lewtun](https://github.com/lewtun), [@ghomasHudson](https://github.com/ghomasHudson), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|