paper-with-me

Papers

A Character-Aware Encoder for Neural Machine Translation

2016-12-01 · COLING 2016 12 · Zhen Yang, Wei Chen, Feng Wang, Bo Xu

This article proposes a novel character-aware neural machine translation (NMT) model that views the input sequences as sequences of characters rather than words. On the use of row convolution (Amodei et al., 2015), the encoder of the proposed model composes word-level information from the input sequences of characters automatically. Since our model doesn{'}t rely on the boundaries between each word (as the whitespace boundaries in English), it is also applied to languages without explicit word segmentations (like Chinese). Experimental results on Chinese-English translation tasks show that the proposed character-aware NMT model can achieve comparable translation performance with the traditional word based NMT models. Despite the target side is still word based, the proposed model is able to generate much less unknown words.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Character-Aware Decoder for Translation into Morphologically Rich Languages

2018-09-06 · WS 2019 8 · Adithya Renduchintala, Pamela Shapiro, Kevin Duh, Philipp Koehn

Neural machine translation (NMT) systems operate primarily on words (or sub-words), ignoring lower-level patterns of morphology. We present a character-aware decoder designed to capture such patterns when translating int…

DecoderMachine TranslationNMTTranslation

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 …

de-enMachine TranslationNMTTranslation

Neural Machine Translation with Characters and Hierarchical Encoding

2016-10-20 · Alexander Rosenberg Johansen, Jonas Meinertz Hansen, Elias Khazen Obeid, Casper Kaae Sønderby 외

Most existing Neural Machine Translation models use groups of characters or whole words as their unit of input and output. We propose a model with a hierarchical char2word encoder, that takes individual characters both a…

DecoderMachine TranslationTranslation

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

Does Multi-Encoder Help? A Case Study on Context-Aware Neural Machine Translation

2020-05-07 · ACL 2020 6 · Bei Li, Hui Liu, Ziyang Wang, Yufan Jiang 외

In encoder-decoder neural models, multiple encoders are in general used to represent the contextual information in addition to the individual sentence. In this paper, we investigate multi-encoder approaches in documentle…

Decoderfr-enMachine TranslationNMT+2