Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,14 +14,16 @@ task_categories:
|
|
14 |
|
15 |
## Multilingual Speech Dataset
|
16 |
|
17 |
-
**
|
18 |
|
19 |
**Repository:** https://github.com/IS2AI/MultilingualASR
|
20 |
|
21 |
-
**Description:** This repository provides the dataset used in the paper "A Study of Multilingual End-to-End Speech Recognition for Kazakh, Russian, and English"
|
22 |
-
|
23 |
-
|
24 |
-
- A
|
|
|
|
|
25 |
|
26 |
**Citation:**
|
27 |
|
|
|
14 |
|
15 |
## Multilingual Speech Dataset
|
16 |
|
17 |
+
**Paper:** [A Study of Multilingual End-to-End Speech Recognition for Kazakh, Russian, and English](https://link.springer.com/chapter/10.1007/978-3-030-87802-3_41)
|
18 |
|
19 |
**Repository:** https://github.com/IS2AI/MultilingualASR
|
20 |
|
21 |
+
**Description:** This repository provides the dataset used in the paper "A Study of Multilingual End-to-End Speech Recognition for Kazakh, Russian, and English". The paper focuses on training a single end-to-end (E2E) ASR model for Kazakh, Russian, and English, comparing monolingual and multilingual approaches (with both combined and independent grapheme sets). It also explores the effects of language models (LMs) and data augmentation. The best monolingual and multilingual models achieve comparable performance, with 20.9% and 20.5% average word error rates, respectively, on the combined test set.
|
22 |
+
|
23 |
+
**Included in this dataset:**
|
24 |
+
- A 7-hour evaluation set of Kazakh-accented English audio (native Kazakh speakers reading English sentences from the SpeakingFaces dataset).
|
25 |
+
- A 330-hour cleaned English training set derived from CommonVoice.
|
26 |
+
- A 334-hour manually-cleaned Russian subset of the OpenSTT dataset, suitable for training robust standalone Russian ASR systems.
|
27 |
|
28 |
**Citation:**
|
29 |
|