paper-with-me

Papers

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 pre-trained language model to combine word-level neural machine translation (NMT) and subword-level NMT models without using any parallel data. We propose to solve the morphological richness problem of languages by training byte-pair encoding (BPE) embeddings for German and Czech separately, and they are aligned using MUSE (Conneau et al., 2018). To ensure the fluency and consistency of translations, a rescoring mechanism is proposed that reuses the pre-trained language model to select the translation candidates generated through beam search. Moreover, a series of pre-processing and post-processing approaches are applied to improve the quality of final translations.

📄 PDF Abstract BibTeX arXiv:1908.05925

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationNMTTranslationUnsupervised Machine Translation

Similar 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 lay…

DecoderMachine TranslationNMTTranslation

Optimizing Segmentation Granularity for Neural Machine Translation

2018-10-19 · Elizabeth Salesky, Andrew Runge, Alex Coda, Jan Niehues 외

In neural machine translation (NMT), it is has become standard to translate using subword units to allow for an open vocabulary and improve accuracy on infrequent words. Byte-pair encoding (BPE) and its variants are the …

Machine TranslationNMTTranslation

Incorporating Subword Information into Matrix Factorization Word Embeddings

2018-05-09 · WS 2018 6 · Alexandre Salle, Aline Villavicencio

The positive effect of adding subword information to word embeddings has been demonstrated for predictive models. In this paper we investigate whether similar benefits can also be derived from incorporating subwords into…

Word Embeddings

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

Subword Segmental Language Modelling for Nguni Languages

2022-10-12 · Francois Meyer, Jan Buys

Subwords have become the standard units of text in NLP, enabling efficient open-vocabulary models. With algorithms like byte-pair encoding (BPE), subword segmentation is viewed as a preprocessing step applied to the corp…

Language ModelingLanguage ModellingSegmentation