ASCLAug 3, 2021

A Study of Multilingual End-to-End Speech Recognition for Kazakh, Russian, and English

arXiv:2108.01280v119 citations
AI Analysis

This addresses speech recognition for multiple languages in Kazakhstan, but it is incremental as it applies existing methods to new data and languages.

The study tackled the problem of developing a single multilingual end-to-end speech recognition model for Kazakh, Russian, and English, achieving comparable performance to monolingual baselines with best models showing 20.9% and 20.5% average word error rates, respectively.

We study training a single end-to-end (E2E) automatic speech recognition (ASR) model for three languages used in Kazakhstan: Kazakh, Russian, and English. We first describe the development of multilingual E2E ASR based on Transformer networks and then perform an extensive assessment on the aforementioned languages. We also compare two variants of output grapheme set construction: combined and independent. Furthermore, we evaluate the impact of LMs and data augmentation techniques on the recognition performance of the multilingual E2E ASR. In addition, we present several datasets for training and evaluation purposes. Experiment results show that the multilingual models achieve comparable performances to the monolingual baselines with a similar number of parameters. Our best monolingual and multilingual models achieved 20.9% and 20.5% average word error rates on the combined test set, respectively. To ensure the reproducibility of our experiments and results, we share our training recipes, datasets, and pre-trained models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes