paper-with-me

홈 › 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 system. However, for translating between Chinese and English, the gap between the two different writing systems poses a major challenge because of a lack of systematic correspondence between the individual linguistic units. In this paper, we enable character-level NMT for Chinese, by breaking down Chinese characters into linguistic units similar to that of Indo-European languages. We use the Wubi encoding scheme, which preserves the original shape and semantic information of the characters, while also being reversible. We show promising results from training Wubi-based models on the character- and subword-level with recurrent as well as convolutional models.

📄 PDF Abstract BibTeX arXiv:1805.03330

Code (1)

duguyue100/wmt-en2wubi 공식 구현 pytorch

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

SubCharacter Chinese-English Neural Machine Translation with Wubi encoding

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

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…

Machine TranslationModel CompressionNMTTranslation

Incorporating Chinese Radicals Into Neural Machine Translation: Deeper Than Character Level

2018-05-03 · Lifeng Han, Shaohui Kuang

In neural machine translation (NMT), researchers face the challenge of un-seen (or out-of-vocabulary OOV) words translation. To solve this, some researchers propose the splitting of western languages such as English and …

Machine TranslationNMTTranslation

The University of Edinburgh's Submissions to the WMT19 News Translation Task

2019-07-12 · WS 2019 8 · Rachel Bawden, Nikolay Bogoychev, Ulrich Germann, Roman Grundkiewicz 외

The University of Edinburgh participated in the WMT19 Shared Task on News Translation in six language directions: English-to-Gujarati, Gujarati-to-English, English-to-Chinese, Chinese-to-English, German-to-English, and E…

Language ModelingLanguage ModellingTranslation

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

Rare but Severe Errors Induced by Minimal Deletions in English-Chinese Neural Machine Translation

2021-10-16 · ACL ARR October 2021 10 · Anonymous

We examine the inducement of rare but severe errors in English-Chinese and Chinese-English Transformer-based neural machine translation by minimal deletion in the source text. We also examine the effect of training data …

HallucinationMachine TranslationTranslation