paper-with-me

Papers

Improving Neural Machine Translation by Incorporating Hierarchical Subword Features

2018-08-01 · COLING 2018 8 · Makoto Morishita, Jun Suzuki, Masaaki Nagata

This paper focuses on subword-based Neural Machine Translation (NMT). We hypothesize that in the NMT model, the appropriate subword units for the following three modules (layers) can differ: (1) the encoder embedding layer, (2) the decoder embedding layer, and (3) the decoder output layer. We find the subword based on Sennrich et al. (2016) has a feature that a large vocabulary is a superset of a small vocabulary and modify the NMT model enables the incorporation of several different subword units in a single embedding layer. We refer these small subword features as hierarchical subword features. To empirically investigate our assumption, we compare the performance of several different subword units and hierarchical subword features for both the encoder and decoder embedding layers. We confirmed that incorporating hierarchical subword features in the encoder consistently improves BLEU scores on the IWSLT evaluation datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Combining Character and Word Information in Neural Machine Translation Using a Multi-Level Attention

2018-06-01 · NAACL 2018 6 · Huadong Chen, Shu-Jian Huang, David Chiang, Xin-yu Dai 외

Natural language sentences, being hierarchical, can be represented at different levels of granularity, like words, subwords, or characters. But most neural machine translation systems require the sentence to be represent…

DecoderMachine TranslationSentenceTranslation

On the Importance of Word Boundaries in Character-level Neural Machine Translation

2019-10-15 · WS 2019 11 · Duygu Ataman, Orhan Firat, Mattia A. Di Gangi, Marcello Federico 외

Neural Machine Translation (NMT) models generally perform translation using a fixed-size lexical vocabulary, which is an important bottleneck on their generalization capability and overall translation quality. The standa…

Machine TranslationNMTTranslation

Incorporating Word and Subword Units in Unsupervised Machine Translation Using Language Model Rescoring

2019-08-16 · WS 2019 8 · Zihan Liu, Yan Xu, Genta Indra Winata, Pascale Fung

This paper describes CAiRE's submission to the unsupervised machine translation track of the WMT'19 news shared task from German to Czech. We leverage a phrase-based statistical machine translation (PBSMT) model and a pr…

Language ModelingLanguage ModellingMachine TranslationNMT+2

Combining Subword Representations into Word-level Representations in the Transformer Architecture

2020-07-01 · ACL 2020 6 · Noe Casas, Marta R. Costa-juss{\`a}, Jos{\'e} A. R. Fonollosa

In Neural Machine Translation, using word-level tokens leads to degradation in translation quality. The dominant approaches use subword-level tokens, but this increases the length of the sequences and makes it difficult …

Machine TranslationPOSTranslation

Bilingual Subword Segmentation for Neural Machine Translation

2020-12-01 · COLING 2020 8 · Hiroyuki Deguchi, Masao Utiyama, Akihiro Tamura, Takashi Ninomiya 외

This paper proposed a new subword segmentation method for neural machine translation, {``}Bilingual Subword Segmentation,{''} which tokenizes sentences to minimize the difference between the number of subword units in a …

Machine TranslationSegmentationSentenceTranslation