paper-with-me

홈 › Papers

Neural Machine Translation with Soft Prototype

2019-12-01 · NeurIPS 2019 12 · Yiren Wang, Yingce Xia, Fei Tian, Fei Gao, Tao Qin, Cheng Xiang Zhai, Tie-Yan Liu

Neural machine translation models usually use the encoder-decoder framework and generate translation from left to right (or right to left) without fully utilizing the target-side global information. A few recent approaches seek to exploit the global information through two-pass decoding, yet have limitations in translation quality and model efficiency. In this work, we propose a new framework that introduces a soft prototype into the encoder-decoder architecture, which allows the decoder to have indirect access to both past and future information, such that each target word can be generated based on the better global understanding. We further provide an efficient and effective method to generate the prototype. Empirical studies on various neural machine translation tasks show that our approach brings significant improvement in generation quality over the baseline model, with little extra cost in storage and inference time, demonstrating the effectiveness of our proposed framework. Specially, we achieve state-of-the-art results on WMT2014, 2015 and 2017 English to German translation.

📄 PDF Abstract BibTeX

Code (1)

ywang07/nmt_soft_prototype 공식 구현 pytorch

Tasks

DecoderMachine TranslationTranslation

Similar Papers 제목 키워드 기반

One Line To Rule Them All: Generating LO-Shot Soft-Label Prototypes

2021-02-15 · Ilia Sucholutsky, Nam-Hwui Kim, Ryan P. Browne, Matthias Schonlau

Increasingly large datasets are rapidly driving up the computational costs of machine learning. Prototype generation methods aim to create a small set of synthetic observations that accurately represent a training datase…

AllOne-Shot Learning

Testing Machine Translation via Referential Transparency

2020-04-22 · Pinjia He, Clara Meister, Zhendong Su

Machine translation software has seen rapid progress in recent years due to the advancement of deep neural networks. People routinely use machine translation software in their daily lives, such as ordering food in a fore…

Machine TranslationMedical DiagnosisTranslation

Two Phase Evaluation for Selecting Machine Translation Services

2012-05-01 · LREC 2012 5 · Chunqi Shi, Donghui Lin, Masahiko Shimada, Toru Ishida

An increased number of machine translation services are now available. Unfortunately, none of them can provide adequate translation quality for all input sources. This forces the user to select from among the services ac…

Machine TranslationTranslationVocal Bursts Valence Prediction

Automatic Standardization of Arabic Dialects for Machine Translation

2023-01-09 · Abidrabbo Alnassan

Based on an annotated multimedia corpus, television series Mar{\=a}y{\=a} 2013, we dig into the question of ''automatic standardization'' of Arabic dialects for machine translation. Here we distinguish between rule-based…

Machine TranslationTranslation

Softmax Tempering for Training Neural Machine Translation Models

2020-09-20 · Raj Dabre, Atsushi Fujita

Neural machine translation (NMT) models are typically trained using a softmax cross-entropy loss where the softmax distribution is compared against smoothed gold labels. In low-resource scenarios, NMT models tend to over…

Machine TranslationNMTTranslation