File size: 1,003 Bytes
d2315d4
 
50883c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d2315d4
129220a
 
 
 
 
 
 
 
 
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
---
license: cc-by-4.0
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: transcription
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: answer
    dtype: string
  - name: answer_start
    dtype: int64
  - name: answer_end
    dtype: int64
  splits:
  - name: train
    num_bytes: 9574532089.4
    num_examples: 87596
  - name: validation
    num_bytes: 1148854546.424
    num_examples: 10567
  download_size: 10389892483
  dataset_size: 10723386635.824
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---
citation:
@misc{wu2023heysquad,
      title={HeySQuAD: A Spoken Question Answering Dataset}, 
      author={Yijing Wu and SaiKrishna Rallabandi and Ravisutha Srinivasamurthy and Parag Pravin Dakle and Alolika Gon and Preethi Raghavan},
      year={2023},
      eprint={2304.13689},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}