English

Token-Level Ensemble Distillation for Grapheme-to-Phoneme Conversion

Computation and Language 2019-08-13 v3 Machine Learning Sound Audio and Speech Processing

Abstract

Grapheme-to-phoneme (G2P) conversion is an important task in automatic speech recognition and text-to-speech systems. Recently, G2P conversion is viewed as a sequence to sequence task and modeled by RNN or CNN based encoder-decoder framework. However, previous works do not consider the practical issues when deploying G2P model in the production system, such as how to leverage additional unlabeled data to boost the accuracy, as well as reduce model size for online deployment. In this work, we propose token-level ensemble distillation for G2P conversion, which can (1) boost the accuracy by distilling the knowledge from additional unlabeled data, and (2) reduce the model size but maintain the high accuracy, both of which are very practical and helpful in the online production system. We use token-level knowledge distillation, which results in better accuracy than the sequence-level counterpart. What is more, we adopt the Transformer instead of RNN or CNN based models to further boost the accuracy of G2P conversion. Experiments on the publicly available CMUDict dataset and an internal English dataset demonstrate the effectiveness of our proposed method. Particularly, our method achieves 19.88% WER on CMUDict dataset, outperforming the previous works by more than 4.22% WER, and setting the new state-of-the-art results.

Keywords

Cite

@article{arxiv.1904.03446,
  title  = {Token-Level Ensemble Distillation for Grapheme-to-Phoneme Conversion},
  author = {Hao Sun and Xu Tan and Jun-Wei Gan and Hongzhi Liu and Sheng Zhao and Tao Qin and Tie-Yan Liu},
  journal= {arXiv preprint arXiv:1904.03446},
  year   = {2019}
}

Comments

5 pages, accepted by interspeech 2019

R2 v1 2026-06-23T08:31:31.263Z