Datasets:
File size: 2,024 Bytes
ae2a821 6eec8d6 d25cd40 8c3d099 d25cd40 8c3d099 a9071e1 8c3d099 a9071e1 |
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 |
---
license: mit
task_categories:
- text-to-speech
language:
- en
tags:
- mean-opinion-score
- text-to-speech
- speech
- lj-speech
- speech-quality
- intelligibility
- naturalness
- human-evaluation
- mturk
- evaluation
- crowdsourcing
pretty_name: LJ Speech MOS 120 Dataset
size_categories:
- 10K<n<100K
---
# LJS-MOS-120: Human MOS Ratings for 120 Samples of the LJ Speech Dataset
**LJS-MOS-120** provides Mean Opinion Score (MOS) ratings for 120 text-to-speech (TTS) samples based on the [LJ Speech](https://keithito.com/LJ-Speech-Dataset) dataset. Each sample was rated by human annotators for **intelligibility** and **naturalness** across four experimental TTS conditions. The dataset follows the **Tidy data format**, with one row per rating per dimension.
Ratings were collected via **Amazon Mechanical Turk (MTurk)** in 2022. Each entry includes the worker ID (anonymized), gender (`male`, `female`), age group (`18–29`, `30–49`, `50+`), and headphone usage.
## TTS Conditions
- `gt`: Ground truth (original human recording)
- `wg`: Ground truth Mel-spectrogram resynthesized with WaveGlow
- `impl`: Mel-spectrogram generated using an **implicit duration model** ([Zenodo](https://zenodo.org/records/10200955)) and synthesized with WaveGlow
- `expl`: Mel-spectrogram generated using an **explicit duration model** ([Zenodo](https://zenodo.org/records/10107104)) and synthesized with WaveGlow
## Dataset Format
Each row contains:
- `audio`: path to the WAV file
- `file`: filename (e.g., `LJ002-0092`)
- `condition`: one of `gt`, `wg`, `impl`, `expl`
- `score_dimension`: `intelligibility` or `naturalness`
- `score`: integer rating (1–5)
- `worker_id`: anonymized integer ID
- `gender`, `age_group`, `used_headphone`: rater metadata
- `assignment_id`, `hit_id`, `state`: MTurk metadata
## License
- LJ Speech: Public Domain (CC0)
- This dataset: MIT License
## Acknowledgements
- Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) – Project-ID 416228727 – CRC 1410
|