Datasets:

Modalities:
Audio
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
HeySQuAD_human / README.md
yijingwu's picture
Update README.md
2a9aff6 verified
metadata
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: answers
      list:
        - name: answer_start
          dtype: int64
        - name: text
          dtype: string
    - name: is_impossible
      dtype: bool
    - name: id
      dtype: string
    - name: plausible_answers
      list:
        - name: answer_start
          dtype: int64
        - name: text
          dtype: string
  splits:
    - name: train
      num_bytes: 15547759456.9
      num_examples: 71990
    - name: validation
      num_bytes: 867205293.036
      num_examples: 4158
  download_size: 14616752976
  dataset_size: 16414964749.935999
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} }