paper-with-me

Papers

Fully Character-Level Neural Machine Translation without Explicit Segmentation

2016-10-10 · TACL 2017 1 · Jason Lee, Kyunghyun Cho, Thomas Hofmann

Most existing machine translation systems operate at the level of words, relying on explicit segmentation to extract tokens. We introduce a neural machine translation (NMT) model that maps a source character sequence to a target character sequence without any segmentation. We employ a character-level convolutional network with max-pooling at the encoder to reduce the length of source representation, allowing the model to be trained at a speed comparable to subword-level models while capturing local regularities. Our character-to-character model outperforms a recently proposed baseline with a subword-level encoder on WMT'15 DE-EN and CS-EN, and gives comparable performance on FI-EN and RU-EN. We then demonstrate that it is possible to share a single character-level encoder across multiple languages by training a model on a many-to-one translation task. In this multilingual setting, the character-level encoder significantly outperforms the subword-level encoder on all the language pairs. We observe that on CS-EN, FI-EN and RU-EN, the quality of the multilingual character-level translation even surpasses the models specifically trained on that language pair alone, both in terms of BLEU score and human judgment.

📄 PDF Abstract BibTeX arXiv:1610.03017

Code (2)

nyu-dl/dl4mt-c2c 공식 구현
stefan-it/deep-eos pytorch

Tasks

de-enMachine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

A Character-Level Decoder without Explicit Segmentation for Neural Machine Translation

2016-03-19 · ACL 2016 8 · Junyoung Chung, Kyunghyun Cho, Yoshua Bengio

The existing machine translation systems, whether phrase-based or neural, have relied almost exclusively on word-level modelling with explicit segmentation. In this paper, we ask a fundamental question: can neural machin…

Decoderde-enMachine TranslationSegmentation+1

Compact and Robust Models for Japanese-English Character-level Machine Translation

2019-11-01 · WS 2019 11 · Jinan Dai, Kazunori Yamaguchi

Character-level translation has been proved to be able to achieve preferable translation quality without explicit segmentation, but training a character-level model needs a lot of hardware resources. In this paper, we in…

Machine TranslationTranslation

Plan, Attend, Generate: Character-level Neural Machine Translation with Planning in the Decoder

2017-06-13 · Caglar Gulcehre, Francis Dutil, Adam Trischler, Yoshua Bengio

We investigate the integration of a planning mechanism into an encoder-decoder architecture with an explicit alignment for character-level machine translation. We develop a model that plans ahead when it computes alignme…

DecoderMachine TranslationTranslation

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

Training on Synthetic Noise Improves Robustness to Natural Noise in Machine Translation

2019-02-05 · WS 2019 11 · Vladimir Karpukhin, Omer Levy, Jacob Eisenstein, Marjan Ghazvininejad

We consider the problem of making machine translation more robust to character-level variation at the source side, such as typos. Existing methods achieve greater coverage by applying subword models such as byte-pair enc…

Machine TranslationTranslation