Datasets:
π Speech-RATE Dataset
π Overview
Speech-RATE is a curated dataset derived from CT-RATE, designed to support research at the intersection of speech and medical imaging. It provides high-quality, synthetically generated audio recordings of radiology reports from CT-RATE. Combined with the original CT-RATE dataset, Speech-RATE enables the development and evaluation of multimodal models that integrate speech and CT imaging data.
π Dataset Structure
The Speech-RATE dataset is organized as follows:
Speech-RATE/
βββ dataset/
β βββ train/
β β βββ path_to_sample_001/file_name.wav
β β βββ path_to_sample_002/file_name.wav
β β βββ ...
β βββ valid/
β βββ path_to_sample_001/file_name.wav
β βββ path_to_sample_002/file_name.wav
β βββ ...
βββ speech-classification/
β βββ train/
β β βββ path_to_sample_001/file_name.wav
β β βββ path_to_sample_002/file_name.wav
β β βββ ...
β βββ valid/
β βββ path_to_sample_001/file_name.wav
β βββ path_to_sample_002/file_name.wav
β βββ ...
βββ metadata/
β βββ train.csv
β βββ valid.csv
βββ README.md
π Directory Descriptions
dataset/
: Contains.wav
audio files organized like in CT-RATEspeech-classification/
: Data used to run speech-only classification tasks (based on CT-RATE text classifier)metadata/
: Additional information including speaker gender, speed, and other relevant metadata
π Citations
If you use the Speech-RATE dataset in your research, please cite the following papers:
@article{speech_rate_2025,
title={Speech-RATE: A Comprehensive Dataset for Speech Rate Analysis and Synthesis},
author={[Author Names]},
journal={[Journal Name]},
year={2025},
volume={[Volume]},
pages={[Pages]},
doi={[DOI]}
}
@article{hamamci2024developing,
title={Developing generalist foundation models from a multimodal dataset for 3d computed tomography},
author={Hamamci, Ibrahim Ethem and Er, Sezgin and Wang, Chenyu and Almas, Furkan and Simsek, Ayse Gulnihan and Esirgun, Sevval Nil and Doga, Irem and Durugol, Omer Faruk and Dai, Weicheng and Xu, Murong and others},
journal={arXiv preprint arXiv:2403.17834},
year={2024}
}
π License
We are committed to fostering innovation and collaboration in the research community. To this end, all elements of the CT-RATE dataset are released under a Creative Commons Attribution (CC-BY-NC-SA) license. This licensing framework ensures that our contributions can be freely used for non-commercial research purposes, while also encouraging contributions and modifications, provided that the original work is properly cited and any derivative works are shared under similar terms.
π Acknowledgements
We gratefully acknowledge the scientific support and HPC resources provided by the Erlangen National High Performance Computing Center (NHR@FAU) of the Friedrich-Alexander-UniversitΓ€t Erlangen-NΓΌrnberg (FAU). The hardware is funded by the German Research Foundation (DFG). This work was partially funded via the EVUK programme (βNext-generation AI for Integrated Diagnosticsβ) of the Free State of Bavaria, the Deutsche Forschungsgemeinschaft (DFG).
- Downloads last month
- 28