File size: 1,363 Bytes
4b43fb1
 
65dc65e
 
704a9ee
 
 
 
 
 
119bba4
704a9ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65dc65e
704a9ee
052f1f7
704a9ee
 
b07bbb2
704a9ee
 
119bba4
704a9ee
052f1f7
 
65dc65e
704a9ee
 
 
 
 
 
 
 
4b43fb1
 
 
 
6a90e81
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
license: apache-2.0
dataset_info:
  features:
  - name: table
    sequence:
      sequence: string
  - name: database_id
    dtype: string
  - name: table_id
    dtype: string
  - name: context
    struct:
    - name: column_descriptions
      sequence: 'null'
    - name: column_names_cleaned
      sequence: string
    - name: column_types
      sequence: string
    - name: foreign_keys
      list:
      - name: column_name
        dtype: string
      - name: referenced_column_name
        dtype: string
      - name: referenced_table_name
        dtype: string
    - name: primary_key
      sequence: string
  splits:
  - name: test
    num_bytes: 179414
    num_examples: 180
  - name: train
    num_bytes: 1377017
    num_examples: 795
  - name: validation
    num_bytes: 159257
    num_examples: 81
  download_size: 736996
  dataset_size: 1715688
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---

Link to original dataset: https://yale-lily.github.io/spider

Yu, T., Zhang, R., Yang, K., Yasunaga, M., Wang, D., Li, Z., Ma, J., Li, I., Yao, Q., Roman, S. and Zhang, Z., 2018. Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task. arXiv preprint arXiv:1809.08887.