Datasets:
File size: 1,868 Bytes
a6ad45b f31978d a6ad45b f31978d a6ad45b f31978d e6d9463 d14a732 e6d9463 d14a732 |
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 77 78 |
---
dataset_info:
features:
- name: id
dtype: string
- name: duration
dtype: float32
- name: audio
dtype: audio
- name: transcript
dtype: string
- name: asr_aligned_transcript
dtype: string
- name: diar_aligned_transcript
dtype: string
- name: segments
sequence:
- name: start
dtype: float32
- name: end
dtype: float32
- name: speaker
dtype: string
- name: transcript
dtype: string
- name: asr_aligned_segments
sequence:
- name: start
dtype: float32
- name: end
dtype: float32
- name: speaker
dtype: string
- name: transcript
dtype: string
- name: diar_aligned_segments
sequence:
- name: start
dtype: float32
- name: end
dtype: float32
- name: speaker
dtype: string
- name: transcript
dtype: string
splits:
- name: test
num_bytes: 7186749331
num_examples: 60
download_size: 7047921491
dataset_size: 7186749331
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
license: mit
task_categories:
- automatic-speech-recognition
language:
- en
---
A detailed dataset description (including description, audio samples, and statistics) is provided here: https://domklement.github.io/sbcsae/
If you use the dataset, please, do not forget to cite our work:
```
@inproceedings{maciejewski24_interspeech,
title = {Evaluating the Santa Barbara Corpus: Challenges of the Breadth of Conversational Spoken Language},
author = {Matthew Maciejewski and Dominik Klement and Ruizhe Huang and Matthew Wiesner and Sanjeev Khudanpur},
year = {2024},
booktitle = {Interspeech 2024},
pages = {2155--2159},
doi = {10.21437/Interspeech.2024-2119},
issn = {2958-1796},
}
```
Description of the HuggingFace dataset is coming soon. |