Datasets:

Modalities:
Audio
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 2,033 Bytes
b9bec62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0c0799c
b9bec62
 
 
 
 
 
 
0c0799c
b9bec62
74c79a4
b9bec62
74c79a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: db_id
    dtype: string
  - name: query
    dtype: string
  - name: query_toks
    dtype: string
  - name: query_toks_no_value
    dtype: string
  - name: question_toks
    dtype: string
  - name: sql
    dtype: string
  - name: audio
    dtype: audio
  - name: normalized_question_for_tts
    dtype: string
  - name: audio_duration
    dtype: string
  - name: audio_transcript
    dtype: string
  splits:
  - name: validation
    num_bytes: 139718409.87
    num_examples: 1001
  download_size: 137638319
  dataset_size: 139718409.87
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/train-*
license: cc-by-sa-4.0
---


This dataset is created by converting the validation set of the original Spider dataset into audios. [Spider](https://huggingface.co/datasets/xlangai/spider) dataset is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode).

```
@inproceedings{yu-etal-2018-spider,
    title = "{S}pider: A Large-Scale Human-Labeled Dataset for Complex and Cross-Domain Semantic Parsing and Text-to-{SQL} Task",
    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
      Zhang, Zilin  and
      Radev, Dragomir",
    editor = "Riloff, Ellen  and
      Chiang, David  and
      Hockenmaier, Julia  and
      Tsujii, Jun{'}ichi",
    booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
    month = oct # "-" # nov,
    year = "2018",
    address = "Brussels, Belgium",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/D18-1425",
    doi = "10.18653/v1/D18-1425",
    pages = "3911--3921",
    archivePrefix={arXiv},
    eprint={1809.08887},
    primaryClass={cs.CL},
}
```