paper-with-me

Papers

Chinese Pinyin Aided IME, Input What You Have Not Keystroked Yet

2018-09-02 · EMNLP 2018 10 · Yafang Huang, Hai Zhao

Chinese pinyin input method engine (IME) converts pinyin into character so that Chinese characters can be conveniently inputted into computer through common keyboard. IMEs work relying on its core component, pinyin-to-character conversion (P2C). Usually Chinese IMEs simply predict a list of character sequences for user choice only according to user pinyin input at each turn. However, Chinese inputting is a multi-turn online procedure, which can be supposed to be exploited for further user experience promoting. This paper thus for the first time introduces a sequence-to-sequence model with gated-attention mechanism for the core task in IMEs. The proposed neural P2C model is learned by encoding previous input utterance as extra context to enable our IME capable of predicting character sequence with incomplete pinyin input. Our model is evaluated in different benchmark datasets showing great user experience improvement compared to traditional models, which demonstrates the first engineering practice of building Chinese aided IME.

📄 PDF Abstract BibTeX arXiv:1809.00329

Code (1)

YvonneHuang/gaIME 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Moon IME: Neural-based Chinese Pinyin Aided Input Method with Customizable Association

2018-07-01 · ACL 2018 7 · Yafang Huang, Zuchao Li, Zhuosheng Zhang, Hai Zhao

Chinese pinyin input method engine (IME) lets user conveniently input Chinese into a computer by typing pinyin through the common keyboard. In addition to offering high conversion quality, modern pinyin IME is supposed t…

Information RetrievalMachine TranslationNMTRetrieval+1

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

Exploring and Adapting Chinese GPT to Pinyin Input Method

2022-03-01 · ACL 2022 5 · Minghuan Tan, Yong Dai, Duyu Tang, Zhangyin Feng 외

While GPT has become the de-facto method for text generation tasks, its application to pinyin input method remains unexplored. In this work, we make the first exploration to leverage Chinese GPT for pinyin input method. …

Text Generation

Exploring and Adapting Chinese GPT to Pinyin Input Method

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

While GPT has become the de-facto method for text generation tasks, its application to pinyin input method remains unexplored. In this work, we make the first exploration to leverage Chinese GPT for pinyin input method. …

Text Generation

Pinyin-BART: An End-to-End Chinese Input Method

2022-01-16 · ACL ARR January 2022 1 · Anonymous

A Chinese Input Method Engine helps user convert a keystroke sequence into the desired Chinese character sequence. It is usually a cascaded process in which the original input sequence is firstly corrected to remove typo…

Decoder