Datasets:

dhcppc0 commited on
Commit
8b9cd55
·
verified ·
1 Parent(s): a6b9acb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -14,14 +14,16 @@ task_categories:
14
 
15
  ## Multilingual Speech Dataset
16
 
17
- **Dataset Name:** Multilingual End-to-End Speech Recognition for Kazakh, Russian, and English
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" (https://arxiv.org/abs/2108.01280). 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
- Included in this dataset:
23
- - A 7-hour evaluation set of Kazakh-accented English audio (native Kazakh speakers reading English sentences from the SpeakingFaces dataset), along with cleaned training data adapted from CommonVoice.
24
- - A 334-hour manually-cleaned subset of the OpenSTT dataset for Russian, useful for training robust standalone Russian ASR systems.
 
 
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