paper-with-me

Papers

ByT5 model for massively multilingual grapheme-to-phoneme conversion

2022-04-06 · Jian Zhu, Cong Zhang, David Jurgens

In this study, we tackle massively multilingual grapheme-to-phoneme conversion through implementing G2P models based on ByT5. We have curated a G2P dataset from various sources that covers around 100 languages and trained large-scale multilingual G2P models based on ByT5. We found that ByT5 operating on byte-level inputs significantly outperformed the token-based mT5 model in terms of multilingual G2P. Pairwise comparison with monolingual models in these languages suggests that multilingual ByT5 models generally lower the phone error rate by jointly learning from a variety of languages. The pretrained model can further benefit low resource G2P through zero-shot prediction on unseen languages or provides pretrained weights for finetuning, which helps the model converge to a lower phone error rate than randomly initialized weights. To facilitate future research on multilingual G2P, we make available our code and pretrained multilingual G2P models at: https://github.com/lingjzhu/CharsiuG2P.

📄 PDF Abstract BibTeX arXiv:2204.03067

Code (1)

lingjzhu/charsiug2p 공식 구현 pytorch

Tasks

Grapheme-to-Phoneme Conversion

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
SentencePiece 설명 없음
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…

Similar Papers 제목 키워드 기반

Massively Multilingual Neural Grapheme-to-Phoneme Conversion

2017-08-04 · WS 2017 9 · Ben Peters, Jon Dehdari, Josef van Genabith

Grapheme-to-phoneme conversion (g2p) is necessary for text-to-speech and automatic speech recognition systems. Most g2p systems are monolingual: they require language-specific data or handcrafting of rules. Such systems …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderGrapheme-to-Phoneme Conversion+4

Results of the Second SIGMORPHON Shared Task on Multilingual Grapheme-to-Phoneme Conversion

2021-08-01 · ACL (SIGMORPHON) 2021 8 · Lucas F.E. Ashby, Travis M. Bartley, Simon Clematide, Luca Del Signore 외

Grapheme-to-phoneme conversion is an important component in many speech technologies, but until recently there were no multilingual benchmarks for this task. The second iteration of the SIGMORPHON shared task on multilin…

Grapheme-to-Phoneme Conversion

Grapheme-to-Phoneme Conversion with a Multilingual Transformer Model

2020-07-01 · WS 2020 7 · Omnia ElSaadany, Benjamin Suter

In this paper, we describe our three submissions to the SIGMORPHON 2020 shared task 1 on grapheme-to-phoneme conversion for 15 languages. We experimented with a single multilingual transformer model. We observed that the…

Grapheme-to-Phoneme Conversion

The SIGMORPHON 2020 Shared Task on Multilingual Grapheme-to-Phoneme Conversion

2020-07-01 · WS 2020 7 · Kyle Gorman, Lucas F.E. Ashby, Aaron Goyzueta, Arya McCarthy 외

We describe the design and findings of the SIGMORPHON 2020 shared task on multilingual grapheme-to-phoneme conversion. Participants were asked to submit systems which take in a sequence of graphemes in a given language a…

Grapheme-to-Phoneme Conversion

Frustratingly Easy Multilingual Grapheme-to-Phoneme Conversion

2020-07-01 · WS 2020 7 · Nikhil Prabhu, Katharina Kann

In this paper, we describe two CU-Boulder submissions to the SIGMORPHON 2020 Task 1 on multilingual grapheme-to-phoneme conversion (G2P). Inspired by the high performance of a standard transformer model (Vaswani et al., …

Grapheme-to-Phoneme Conversion