ksingla025 commited on
Commit
46b558d
·
verified ·
1 Parent(s): 2bd999e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -19
README.md CHANGED
@@ -1,19 +1,27 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: audio
5
- dtype: audio
6
- - name: text
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 11435085983.49
11
- num_examples: 25706
12
- download_size: 10905317914
13
- dataset_size: 11435085983.49
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
- ---
 
 
 
 
 
 
 
 
 
1
+
2
+ # Speech Simulated Medical Exams
3
+
4
+ ## Description
5
+
6
+ This dataset contains a collection of simulated medical exams conversations between patients and doctors.
7
+ It includes detailed information such as emotions, intents, and roles, providing valuable insights into psychotherapy sessions.
8
+
9
+ This dataset is appropriate for training 1-step ASR models to directly transcribe and annotate different concepts, including speaker change.
10
+
11
+
12
+ ## Dataset Structure
13
+ - **audio**: Actual audio file content.
14
+ - **text**: Transcribed text with annotations such as intents, roles, emotions, and turn change.
15
+
16
+ ## Intended Use
17
+ This dataset is meant to train speech-based 1-step ASR systems which can perform many tasks in one shot.
18
+
19
+ ## Citation
20
+ If you use this dataset, please cite as follows:
21
+
22
+ Smith, Christopher William; Fareez, Faiha; Parikh, Tishya; Wavell, Christopher; Shahab, Saba; Chevalier, Meghan; et al. (2022). A dataset of simulated patient-physician medical interviews with a focus on respiratory cases. figshare. Collection. https://doi.org/10.6084/m9.figshare.c.5545842.v1
23
+
24
+ https://www.nature.com/articles/s41597-022-01423-1
25
+
26
+
27
+