Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,9 @@ predictively synthesise paralanguage from text without such components, we provi
|
|
| 44 |
different levels of information removal (removal of non-speech events, removal of non-sentence elements,
|
| 45 |
and removal of false starts).
|
| 46 |
|
| 47 |
-
|
|
|
|
|
|
|
| 48 |
|
| 49 |
# Dataset Details
|
| 50 |
|
|
@@ -60,4 +62,16 @@ The training set contains 90% of the data, the validation set contains 5% of the
|
|
| 60 |
|
| 61 |
# Citation
|
| 62 |
|
| 63 |
-
If you use this dataset, please cite the paper in which it is presented:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
different levels of information removal (removal of non-speech events, removal of non-sentence elements,
|
| 45 |
and removal of false starts).
|
| 46 |
|
| 47 |
+
Read the paper [here](https://arxiv.org/abs/2406.08820).
|
| 48 |
+
|
| 49 |
+
Benchmark TTS models for each transcript can be found here: [Transcript A](https://huggingface.co/amaai-lab/DisfluencySpeech_BenchmarkA), [Transcript B](https://huggingface.co/amaai-lab/DisfluencySpeech_BenchmarkB), and [Transcript C](https://huggingface.co/amaai-lab/DisfluencySpeech_BenchmarkC).
|
| 50 |
|
| 51 |
# Dataset Details
|
| 52 |
|
|
|
|
| 62 |
|
| 63 |
# Citation
|
| 64 |
|
| 65 |
+
If you use this dataset, please cite the paper in which it is presented:
|
| 66 |
+
|
| 67 |
+
```
|
| 68 |
+
@misc{wang2024disfluencyspeechsinglespeakerconversational,
|
| 69 |
+
title={DisfluencySpeech -- Single-Speaker Conversational Speech Dataset with Paralanguage},
|
| 70 |
+
author={Kyra Wang and Dorien Herremans},
|
| 71 |
+
year={2024},
|
| 72 |
+
eprint={2406.08820},
|
| 73 |
+
archivePrefix={arXiv},
|
| 74 |
+
primaryClass={eess.AS},
|
| 75 |
+
url={https://arxiv.org/abs/2406.08820},
|
| 76 |
+
}
|
| 77 |
+
```
|