paper-with-me

홈 › Papers

g2pW: A Conditional Weighted Softmax BERT for Polyphone Disambiguation in Mandarin

2022-03-20 · Yi-Chang Chen, Yu-Chuan Chang, Yen-Cheng Chang, Yi-Ren Yeh

Polyphone disambiguation is the most crucial task in Mandarin grapheme-to-phoneme (g2p) conversion. Previous studies have approached this problem using pre-trained language models, restricted output, and extra information from Part-Of-Speech (POS) tagging. Inspired by these strategies, we propose a novel approach, called g2pW, which adapts learnable softmax-weights to condition the outputs of BERT with the polyphonic character of interest and its POS tagging. Rather than using the hard mask as in previous works, our experiments show that learning a soft-weighting function for the candidate phonemes benefits performance. In addition, our proposed g2pW does not require extra pre-trained POS tagging models while using POS tags as auxiliary features since we train the POS tagging model simultaneously with the unified encoder. Experimental results show that our g2pW outperforms existing methods on the public CPP dataset. All codes, model weights, and a user-friendly package are publicly available.

📄 PDF Abstract BibTeX arXiv:2203.10430

Code (1)

GitYCC/g2pW 공식 구현 pytorch

Tasks

Part-Of-Speech TaggingPolyphone disambiguationPOSPOS Tagging

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

A Mask-based Model for Mandarin Chinese Polyphone Disambiguation

2020-10-21 · Haiteng Zhang

Polyphone disambiguation serves as an essential part of Mandarin text-to-speech (TTS) system. However, conventional system modeling the entire Pinyin set causes the case that prediction belongs to the unrelated polyphoni…

Polyphone disambiguationtext-to-speechText to Speech

A Polyphone BERT for Polyphone Disambiguation in Mandarin Chinese

2022-07-01 · Song Zhang, Ken Zheng, Xiaoxu Zhu, Baoxiang Li

Grapheme-to-phoneme (G2P) conversion is an indispensable part of the Chinese Mandarin text-to-speech (TTS) system, and the core of G2P conversion is to solve the problem of polyphone disambiguation, which is to pick up t…

Polyphone disambiguationtext-to-speechText to Speech

Polyphone Disambiguation for Mandarin Chinese Using Conditional Neural Network with Multi-level Embedding Features

2019-07-03 · Zexin Cai, Yaogen Yang, Chuxiong Zhang, Xiaoyi Qin 외

This paper describes a conditional neural network architecture for Mandarin Chinese polyphone disambiguation. The system is composed of a bidirectional recurrent neural network component acting as a sentence encoder to a…

Polyphone disambiguationSentencetext-to-speechText to Speech

Disambiguation of Chinese Polyphones in an End-to-End Framework with Semantic Features Extracted by Pre-trained BERT

2025-01-02 · Dongyang Dai, Zhiyong Wu, Shiyin Kang, Xixin Wu 외

Grapheme-to-phoneme (G2P) conversion serves as an essential component in Chinese Mandarin text-to-speech (TTS) system, where polyphone disambiguation is the core issue. In this paper, we propose an end-to-end framework t…

Polyphone disambiguationSentencetext-to-speechText to Speech

BreezyVoice: Adapting TTS for Taiwanese Mandarin with Enhanced Polyphone Disambiguation -- Challenges and Insights

2025-01-29 · Chan-Jan Hsu, Yi-Cheng Lin, Chia-Chun Lin, Wei-Chih Chen 외

We present BreezyVoice, a Text-to-Speech (TTS) system specifically adapted for Taiwanese Mandarin, highlighting phonetic control abilities to address the unique challenges of polyphone disambiguation in the language. Bui…

Language ModelingLanguage ModellingLarge Language ModelPolyphone disambiguation+2