Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
sylviali commited on
Commit
7604e68
1 Parent(s): 15793b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -12,6 +12,8 @@ Each audio clip ranges from one second to two minutes. We did not collect demogr
12
 
13
  In our original work, we directly transcribed the speech with Whisper Medium. However, since the audio clips are accented speech, these transcripts have instances of ASR error. We have **manually verified** the original transcripts to ensure they are high-quality.
14
 
 
 
15
  ## Dataset Columns
16
  * **audio_url**: The URL to the audio clips; you can download them using wget or urllib to your local machines (see the code snippet below).
17
  * **emotion_label**: We manually labeled a subset of the clips as **Neutral** (neutral emotions), **Negative** (the speaker is displaying negative emotions), or **Pauses** (there are a lot of pauses in the speech, potentially signaling language anxiety). The process is documented in [EDEN's prior work](https://arxiv.org/abs/2404.13764). When this field is empty, it means that the clip was not labeled.
 
12
 
13
  In our original work, we directly transcribed the speech with Whisper Medium. However, since the audio clips are accented speech, these transcripts have instances of ASR error. We have **manually verified** the original transcripts to ensure they are high-quality.
14
 
15
+ Thanks to my mentee, Brittney Lilly, for doing the crux of the ASR transcript verification work!
16
+
17
  ## Dataset Columns
18
  * **audio_url**: The URL to the audio clips; you can download them using wget or urllib to your local machines (see the code snippet below).
19
  * **emotion_label**: We manually labeled a subset of the clips as **Neutral** (neutral emotions), **Negative** (the speaker is displaying negative emotions), or **Pauses** (there are a lot of pauses in the speech, potentially signaling language anxiety). The process is documented in [EDEN's prior work](https://arxiv.org/abs/2404.13764). When this field is empty, it means that the clip was not labeled.