File size: 5,893 Bytes
91b8015 3589c87 91b8015 3589c87 91b8015 3589c87 cb286ae 91b8015 3589c87 91b8015 3589c87 91b8015 3589c87 91b8015 3589c87 91b8015 ddc6a05 91b8015 124019d ddc6a05 124019d 91b8015 3589c87 91b8015 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | ---
license: cc0-1.0
dataset_info:
features:
- name: filename
dtype: string
- name: gender
dtype: string
- name: age
dtype: string
- name: language
dtype: string
- name: text
dtype: string
- name: audio
dtype: audio
splits:
- name: train
num_bytes: 1047469197.184
num_examples: 5242
download_size: 879436814
dataset_size: 1047469197.184
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# CommonPhone-SE
<!-- Provide a quick summary of the dataset. -->
Multilingual, age and gender balanced subset for speech enhancement benchmark.
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
Commonphone-SE is a benchmark dataset derived from Commonphone. It contains audio samples from 7 languages in the age range from 18 to 80. It aims to
provide a speaker diverse dataset to benchmark speech enhancement algorithms in real world conditions.
- **Curated by:** LangTech Lab members from the speech team.
- **Language(s) (NLP):** CA, DE, EN, IT, FR, RU, ES
- **License:** cc0-1.0
### Dataset Sources
<!-- Provide the basic links for the dataset. -->
CommonPhone-SE is a subset of CommonPhone.
- **Repository:** https://zenodo.org/records/5846137
- **Paper :** https://arxiv.org/abs/2201.05912
### Languages
Catalan(CA), Deutsch(DE), English(EN), Italian(IT), French(FR), Russian(RU), Spanish(ES)
## Uses
<!-- Address questions around how the dataset is intended to be used. -->
The goal of this dataset is to evaluate the generalization capabilities of speech enhancement models in a real world multilingual and diverse dataset.
## Dataset Structure
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
The dataset consists of a single split, providing audios, transcriptions and demographic information
```
Dataset({
features: ['filename', 'gender', 'age', 'language', 'text', 'audio'],
num_rows: 5242
})
```
Each data point is structured as:
```
{'filename': 'common_voice_ca_31498257',
'gender': 'female',
'age': 'fifties',
'language': 'ca',
'text': 'lieutenant monroe va resultar ferit durant la batalla i va servir posteriorment al congrés',
'audio': {'path': 'Commonphone-SE/common_voice_ca_31498257.wav',
'array': array([0., 0., 0., ..., 0., 0., 0.]),
'sampling_rate': 16000}}
```
## Dataset Creation
### Curation Rationale
<!-- Motivation for the creation of this dataset. -->
The sampling rationale was to select audios that remain difficult for state of the art enhancement models, both in terms of speech quality metrics and content preservation, hence, we selected the worst 40 examples w.r.t. to UTMOS, SCOREQ and WIL per each language, age band and gender. Finally, the duplicates were dropped to arrive at a final evaluation dataset of 8.24 hours.
### Source Data
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
Crowdsourced audios recorded by volunters for CommonVoice that were selected in the CommonPhone dataset.
#### Data Collection and Processing
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
#### Who are the source data producers?
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
Common Phone is maintained and distributed by speech researchers at the Pattern Recognition Lab of Friedrich-Alexander-University Erlangen-Nuremberg (FAU)
#### Personal and Sensitive Information
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
Like for Common Voice, you must not make any attempt to identify speakers that contributed to CommonPhone-SE.
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
The dataset was built trying to mitigate the bias on gender and age variables, however, it can still be biased towards the degradations found in the commonvoice corpus. Althoug this dataset has a lot of diversity the style is only reading speech.
## Citation
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
If you use the dataset please cite
**BibTeX:**
```
@inproceedings{giraldo25_interspeech,
title = {{Evaluating Speech Enhancement Performance Across Demographics and Language}},
author = {{Jose Giraldo and Alex Peiró-Lilja and Carme Armentano-Oller and Rodolfo Zevallos and Cristina España-Bonet}},
year = {{2025}},
booktitle = {{Interspeech 2025}},
pages = {{1353--1357}},
doi = {{10.21437/Interspeech.2025-1760}},
issn = {{2958-1796}},
}
```
## Dataset Card Authors
## Funding
This work has been promoted and financed by the Generalitat de Catalunya through the [Aina project](https://projecteaina.cat/) and also by the Ministerio para la Transformación
Digital y de la Función Pública and Plan de Recuperación,Transformación y Resiliencia - Funded by EU – NextGenerationEU within the framework of the project ILENIA with reference 2022/TL22/00215337
## Dataset Card Contact
langtech@bsc.es |