paper-with-me

홈 › Papers

SubCharacter Chinese-English Neural Machine Translation with Wubi encoding

2019-11-07 · Wei Zhang, Feifei Lin, Xiaodong Wang, Zhenshuang Liang, Zhen Huang

Neural machine translation (NMT) is one of the best methods for understanding the differences in semantic rules between two languages. Especially for Indo-European languages, subword-level models have achieved impressive results. However, when the translation task involves Chinese, semantic granularity remains at the word and character level, so there is still need more fine-grained translation model of Chinese. In this paper, we introduce a simple and effective method for Chinese translation at the sub-character level. Our approach uses the Wubi method to translate Chinese into English; byte-pair encoding (BPE) is then applied. Our method for Chinese-English translation eliminates the need for a complicated word segmentation algorithm during preprocessing. Furthermore, our method allows for sub-character-level neural translation based on recurrent neural network (RNN) architecture, without preprocessing. The empirical results show that for Chinese-English translation tasks, our sub-character-level model has a comparable BLEU score to the subword model, despite having a much smaller vocabulary. Additionally, the small vocabulary is highly advantageous for NMT model compression.

📄 PDF Abstract BibTeX arXiv:1911.02737

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationModel CompressionNMTTranslation

Similar Papers 제목 키워드 기반

Character-level Chinese-English Translation through ASCII Encoding

2018-05-09 · WS 2018 10 · Nikola I. Nikolov, Yuhuang Hu, Mi Xue Tan, Richard H. R. Hahnloser

Character-level Neural Machine Translation (NMT) models have recently achieved impressive results on many language pairs. They mainly do well for Indo-European language pairs, where the languages share the same writing s…

Machine TranslationNMTTranslation

Semantic Diversity by Phonetics for Accurate and Robust Machine Translation

2019-05-28 · Anonymous

Neural Machine Translation (NMT) learns from examples, and thus often lacks robustness against noise. Previous work has shown that integrating noise into the training process is effective at improving such robustness, bu…

DiversityMachine TranslationNMTTranslation

Joint Embeddings of Chinese Words, Characters, and Fine-grained Subcharacter Components

2017-09-01 · EMNLP 2017 9 · Jinxing Yu, Xun Jian, Hao Xin, Yangqiu Song

Word embeddings have attracted much attention recently. Different from alphabetic writing systems, Chinese characters are often composed of subcharacter components which are also semantically informative. In this work, w…

Named Entity Recognition (NER)Question AnsweringSentiment AnalysisText Classification+2

Word, Subword or Character? An Empirical Study of Granularity in Chinese-English NMT

2017-11-13 · Yining Wang, Long Zhou, Jiajun Zhang, Cheng-qing Zong

Neural machine translation (NMT), a new approach to machine translation, has been proved to outperform conventional statistical machine translation (SMT) across a variety of language pairs. Translation is an open-vocabul…

Machine TranslationNMTTranslation

The Helsinki Neural Machine Translation System

2017-08-20 · WS 2017 9 · Robert Östling, Yves Scherrer, Jörg Tiedemann, Gongbo Tang 외

We introduce the Helsinki Neural Machine Translation system (HNMT) and how it is applied in the news translation task at WMT 2017, where it ranked first in both the human and automatic evaluations for English--Finnish. W…

Machine TranslationNMTTranslation