用BERT提取语义特征,端到端解决中文多音字发音歧义问题
Disambiguation of Chinese Polyphones in an End-to-End Framework with Semantic Features Extracted by Pre-trained BERT
- 输入原始汉字序列,无需预处理,直接预测多音字读音
- BERT提取语义特征后,分类器准确率显著高于基线LSTM方法
- 验证了上下文信息对多音字辨析的关键作用,适合语音合成场景
拼音转换(G2P)是中文语音合成系统的核心组件,其中多音字歧义消解是关键挑战。本文提出一种端到端框架,直接以包含多音字的汉字序列作为输入,无需任何预处理。该方法结合预训练BERT模型与神经网络分类器:BERT从原始汉字序列中提取语义特征,分类器基于这些特征预测多音字的正确发音。实验设计了三种分类器:全连接网络、LSTM网络和Transformer块。结果表明,预训练模型能有效提取语义特征,显著提升多音字辨析性能。此外,研究还分析了上下文信息对多音字识别的影响。
原文摘要 · Abstract (English)
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 to predict the pronunciation of a polyphonic character, which accepts sentence containing polyphonic character as input in the form of Chinese character sequence without the necessity of any preprocessing. The proposed method consists of a pre-trained bidirectional encoder representations from Transformers (BERT) model and a neural network (NN) based classifier. The pre-trained BERT model extracts semantic features from a raw Chinese character sequence and the NN based classifier predicts the polyphonic character's pronunciation according to BERT output. In out experiments, we implemented three classifiers, a fully-connected network based classifier, a long short-term memory (LSTM) network based classifier and a Transformer block based classifier. The experimental results compared with the baseline approach based on LSTM demonstrate that, the pre-trained model extracts effective semantic features, which greatly enhances the performance of polyphone disambiguation. In addition, we also explored the impact of contextual information on polyphone disambiguation.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。