SOTAVerified

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

2022-05-01Findings (ACL) 2022Code Available1· sign in to hype

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

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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.

Tasks

Reproductions