Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
Laurin-myreha commited on
Commit
5800cb3
·
verified ·
1 Parent(s): 3c69574

Add dataset card with conventions and tag statistics

Browse files
Files changed (1) hide show
  1. README.md +154 -39
README.md CHANGED
@@ -1,41 +1,156 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: audio
7
- dtype:
8
- audio:
9
- sampling_rate: 16000
10
- - name: duration_in_s
11
- dtype: float32
12
- - name: split
13
- dtype: string
14
- - name: speaker
15
- dtype: string
16
- - name: verbatim_transcript
17
- dtype: string
18
- - name: intended_transcript
19
- dtype: string
20
- splits:
21
- - name: train
22
- num_bytes: 977547596
23
- num_examples: 4458
24
- - name: validation
25
- num_bytes: 54758218
26
- num_examples: 250
27
- - name: test
28
- num_bytes: 52181437
29
- num_examples: 249
30
- download_size: 1062612600
31
- dataset_size: 1084487251
32
- configs:
33
- - config_name: default
34
- data_files:
35
- - split: train
36
- path: data/train-*
37
- - split: validation
38
- path: data/validation-*
39
- - split: test
40
- path: data/test-*
41
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ task_categories:
6
+ - automatic-speech-recognition
7
+ pretty_name: Nyra Disfluency Speech English
8
+ size_categories:
9
+ - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
+
12
+ # Nyra Disfluency Speech English
13
+
14
+ `nyrahealth/disfluency_speech_english` is an English speech dataset for evaluating **verbatim ASR**: models that should transcribe not only the intended words, but also fillers, cutoffs, repetitions, and sound events.
15
+
16
+ This dataset is based on the [AMAAI Lab DisfluencySpeech dataset](https://huggingface.co/datasets/amaai-lab/DisfluencySpeech) and reformatted for verbatim-transcription benchmarking with paired:
17
+
18
+ - `verbatim_transcript`: what the speaker actually said
19
+ - `intended_transcript`: a cleaned version of what the speaker meant to say
20
+
21
+ It is used by the [Nyra Verbatim Speech Benchmark](https://github.com/nyrahealth/nyra_verbatim_speech_benchmark), which evaluates verbatim ASR in detail and breaks errors down into fillers, sounds, cutoffs, repetitions, and intended-transcript failures.
22
+
23
+ For the exact convention definitions used by the benchmark, see:
24
+
25
+ - [Nyra Verbatim Speech Benchmark](https://github.com/nyrahealth/nyra_verbatim_speech_benchmark)
26
+ - [Verbatim transcript conventions](https://github.com/nyrahealth/nyra_verbatim_speech_benchmark?tab=readme-ov-file#verbatim-transcript-conventions)
27
+
28
+ ## Source
29
+
30
+ This release is derived from:
31
+
32
+ - Dataset: [amaai-lab/DisfluencySpeech](https://huggingface.co/datasets/amaai-lab/DisfluencySpeech)
33
+ - Paper: [DisfluencySpeech -- Single-Speaker Conversational Speech Dataset with Paralanguage](https://arxiv.org/abs/2406.08820)
34
+
35
+ The original dataset provides annotated transcripts and several progressively cleaned transcript variants. This Nyra release converts the data into a format that is directly usable for verbatim-ASR evaluation with paired verbatim and intended references.
36
+
37
+ ## Dataset Structure
38
+
39
+ The dataset contains `4,957` utterances and about `9.4` hours of audio.
40
+
41
+ Splits:
42
+
43
+ - `train`: `4,458`
44
+ - `validation`: `250`
45
+ - `test`: `249`
46
+
47
+ Features:
48
+
49
+ - `id`
50
+ - `audio`
51
+ - `duration_in_s`
52
+ - `split`
53
+ - `speaker`
54
+ - `verbatim_transcript`
55
+ - `intended_transcript`
56
+ - `timings`
57
+ - `verbatim_timings`
58
+
59
+ ## Transcription Conventions
60
+
61
+ ### Verbatim Transcript
62
+
63
+ The `verbatim_transcript` follows a small set of explicit conventions so disfluencies and non-speech events can be evaluated consistently:
64
+
65
+ - **Cutoffs** use `*`, for example `th*` or `w*`
66
+ - **Fillers** are bracketed tags, primarily `[UH]` and `[UM]`
67
+ - **Sound events** are also bracketed tags, for example `[laughter]`, `[breath]`, or `[cough]`
68
+ - **Repetitions** are written as repeated words, not as separate tags
69
+ - Spoken words are otherwise written as they were said
70
+
71
+ Example:
72
+
73
+ ```text
74
+ I mean we we [UH] should go on th* Thursday [laughter]
75
+ ```
76
+
77
+ ### Intended Transcript
78
+
79
+ The `intended_transcript` is the cleaned target for intended ASR. It removes disfluent material while preserving the speaker's meaning, including fillers, sound tags, repeated restarts, and cutoff fragments.
80
+
81
+ Example:
82
+
83
+ ```text
84
+ verbatim: I mean we we [UH] should go on th* Thursday [laughter]
85
+ intended: we should go on Thursday
86
+ ```
87
+
88
+ This makes the dataset suitable for evaluating both:
89
+
90
+ - verbatim transcription quality
91
+ - intended transcription quality
92
+
93
+ ## Tag Analysis
94
+
95
+ The counts below were computed over the full dataset from `verbatim_transcript`.
96
+
97
+ Summary:
98
+
99
+ - utterances: `4,957`
100
+ - utterances with at least one bracketed tag or cutoff: `2,779` (`56.1%`)
101
+ - total bracketed tags: `4,039`
102
+ - total cutoff tokens: `582`
103
+
104
+ ### Fillers
105
+
106
+ | Tag | Count | Per utterance |
107
+ | --- | ---: | ---: |
108
+ | `[UH]` | 2,568 | 51.81% |
109
+ | `[UM]` | 504 | 10.17% |
110
+
111
+ ### Sound Tags
112
+
113
+ | Tag | Count | Per utterance |
114
+ | --- | ---: | ---: |
115
+ | `[laughter]` | 714 | 14.40% |
116
+ | `[breath]` | 105 | 2.12% |
117
+ | `[lipsmack]` | 59 | 1.19% |
118
+ | `[throatclearing]` | 55 | 1.11% |
119
+ | `[sigh]` | 18 | 0.36% |
120
+ | `[sniff]` | 12 | 0.24% |
121
+ | `[cough]` | 4 | 0.08% |
122
+
123
+ ### Cutoffs
124
+
125
+ | Marker | Count | Per utterance |
126
+ | --- | ---: | ---: |
127
+ | `*` cutoff tokens | 582 | 11.74% |
128
+
129
+ These statistics are useful when interpreting benchmark results: fillers are common, laughter is the most frequent sound event, and cutoffs occur often enough to matter as a separate evaluation category.
130
+
131
+ ## Benchmark Usage
132
+
133
+ This dataset is designed to be used with the [Nyra Verbatim Speech Benchmark](https://github.com/nyrahealth/nyra_verbatim_speech_benchmark).
134
+
135
+ That benchmark:
136
+
137
+ - derives gold disfluency labels automatically from the verbatim and intended transcript pair
138
+ - computes transcript metrics such as `vWER` and `iWER`
139
+ - computes event metrics for fillers, sounds, cutoffs, and repetitions
140
+ - provides detailed error analysis for verbatim ASR models
141
+
142
+ ## Citation
143
+
144
+ If you use this dataset, please cite the original DisfluencySpeech paper:
145
+
146
+ ```bibtex
147
+ @misc{wang2024disfluencyspeechsinglespeakerconversational,
148
+ title={DisfluencySpeech -- Single-Speaker Conversational Speech Dataset with Paralanguage},
149
+ author={Kyra Wang and Dorien Herremans},
150
+ year={2024},
151
+ eprint={2406.08820},
152
+ archivePrefix={arXiv},
153
+ primaryClass={eess.AS},
154
+ url={https://arxiv.org/abs/2406.08820}
155
+ }
156
+ ```