paper-with-me

홈 › Papers

PERL: Pinyin Enhanced Rephrasing Language Model for Chinese ASR N-best Error Correction

2024-12-04 · Junhong Liang

ASR correction methods have predominantly focused on general datasets and have not effectively utilized Pinyin information, unique to the Chinese language. In this study, we address this gap by proposing a Pinyin Enhanced Rephrasing Language Model (PERL), specifically designed for N-best correction scenarios. Additionally, we implement a length predictor module to address the variable-length problem. We conduct experiments on the Aishell-1 dataset and our newly proposed DoAD dataset. The results show that our approach outperforms baseline methods, achieving a 29.11% reduction in Character Error Rate (CER) on Aishell-1 and around 70% CER reduction on domain-specific datasets. Furthermore, our approach leverages Pinyin similarity at the token level, providing an advantage over baselines and leading to superior performance.

📄 PDF Abstract BibTeX arXiv:2412.03230

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Exploring the Usage of Chinese Pinyin in Pretraining

2023-10-08 · Baojun Wang, Kun Xu, Lifeng Shang

Unlike alphabetic languages, Chinese spelling and pronunciation are different. Both characters and pinyin take an important role in Chinese language understanding. In Chinese NLP tasks, we almost adopt characters or word…

Language Modelling

ChineseBERT: Chinese Pretraining Enhanced by Glyph and Pinyin Information

2021-06-30 · ACL 2021 5 · Zijun Sun, Xiaoya Li, Xiaofei Sun, Yuxian Meng 외

Recent pretraining models in Chinese neglect two important aspects specific to the Chinese language: glyph and pinyin, which carry significant syntax and semantic information for language understanding. In this work, we …

Language ModelingLanguage ModellingMachine Reading ComprehensionNamed Entity Recognition+5

Large Language Model Should Understand Pinyin for Chinese ASR Error Correction

2024-09-20 · Yuang Li, Xiaosong Qiao, Xiaofeng Zhao, Huan Zhao 외

Large language models can enhance automatic speech recognition systems through generative error correction. In this paper, we propose Pinyin-enhanced GEC, which leverages Pinyi, the phonetic representation of Mandarin Ch…

Automatic Speech RecognitionLanguage ModelingLanguage ModellingLarge Language Model+2

On the Effectiveness of Pinyin-Character Dual-Decoding for End-to-End Mandarin Chinese ASR

2022-01-26 · Zhao Yang, Dianwen Ng, Xiao Fu, Liping Han 외

End-to-end automatic speech recognition (ASR) has achieved promising results. However, most existing end-to-end ASR methods neglect the use of specific language characteristics. For Mandarin Chinese ASR tasks, there exis…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modeling+3

Pinyin-bert: A new solution to Chinese pinyin to character conversion task

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pinyin to Character conversion (P2C) task is the key task of Input Method Engine (IME) in commercial input software for Asian languages, such as Chinese, Japanese, Thai language, and so on. The dominant technique is Ngra…

Language ModelingLanguage Modelling