ACL 2022findings25 citations

Zero-shot Learning for Grapheme to Phoneme Conversion with Language Ensemble

Xinjian Li, Florian Metze, David Mortensen, Shinji Watanabe, Alan Black

Abstract

Grapheme-to-Phoneme (G2P) has many applications in NLP and speech fields. Most existing work focuses heavily on languages with abundant training datasets, which limits the scope of target languages to less than 100 languages. This work attempts to apply zero-shot learning to approximate G2P models for all low-resource and endangered languages in Glottolog (about 8k languages). For any unseen target language, we first build the phylogenetic tree (i.e. language family tree) to identify top-k nearest languages for which we have training sets. Then we run models of those languages to obtain a hypothesis set, which we combine into a confusion network to propose a most likely hypothesis as an approximation to the target language. We test our approach on over 600 unseen languages and demonstrate it significantly outperforms baselines.

BibTeX
@inproceedings{li-etal-2022-zero,
    title = "Zero-shot Learning for Grapheme to Phoneme Conversion with Language Ensemble",
    author = "Li, Xinjian  and
      Metze, Florian  and
      Mortensen, David  and
      Watanabe, Shinji  and
      Black, Alan",
    editor = "Muresan, Smaranda  and
      Nakov, Preslav  and
      Villavicencio, Aline",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2022",
    month = may,
    year = "2022",
    address = "Dublin, Ireland",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-acl.166/",
    doi = "10.18653/v1/2022.findings-acl.166",
    pages = "2106--2115"
}
Zero-shot Learning for Grapheme to Phoneme Conversion with Language Ensemble · ACL 2022