paper-with-me

Papers

Single-Queue Decoding for Neural Machine Translation

2017-07-06 · Raphael Shu, Hideki Nakayama

Neural machine translation models rely on the beam search algorithm for decoding. In practice, we found that the quality of hypotheses in the search space is negatively affected owing to the fixed beam size. To mitigate this problem, we store all hypotheses in a single priority queue and use a universal score function for hypothesis selection. The proposed algorithm is more flexible as the discarded hypotheses can be revisited in a later step. We further design a penalty function to punish the hypotheses that tend to produce a final translation that is much longer or shorter than expected. Despite its simplicity, we show that the proposed decoding algorithm is able to select hypotheses with better qualities and improve the translation performance.

📄 PDF Abstract BibTeX arXiv:1707.01830

Code (1)

zomux/nmtdec 공식 구현

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Improving Beam Search by Removing Monotonic Constraint for Neural Machine Translation

2018-07-01 · ACL 2018 7 · Raphael Shu, Hideki Nakayama

To achieve high translation performance, neural machine translation models usually rely on the beam search algorithm for decoding sentences. The beam search finds good candidate translations by considering multiple hypot…

Language ModelingLanguage ModellingMachine TranslationTranslation

Glancing Transformer for Non-Autoregressive Neural Machine Translation

2020-08-18 · ACL 2021 5 · Lihua Qian, Hao Zhou, Yu Bao, Mingxuan Wang 외

Recent work on non-autoregressive neural machine translation (NAT) aims at improving the efficiency by parallel decoding without sacrificing the quality. However, existing NAT methods are either inferior to Transformer o…

Language ModelingLanguage ModellingMachine TranslationTranslation

Multi-Layer Softmaxing during Training Neural Machine Translation for Flexible Decoding with Fewer Layers

2019-08-27 · Raj Dabre, Atsushi Fujita

This paper proposes a novel procedure for training an encoder-decoder based deep neural network which compresses NxM models into a single model enabling us to dynamically choose the number of encoder and decoder layers f…

DecoderMachine TranslationTranslation

Synchronous Bidirectional Neural Machine Translation

2019-05-13 · TACL 2019 3 · Long Zhou, Jiajun Zhang, Cheng-qing Zong

Existing approaches to neural machine translation (NMT) generate the target language sequence token by token from left to right. However, this kind of unidirectional decoding framework cannot make full use of the target-…

Machine TranslationNMTTranslation

Improving Fluency of Non-Autoregressive Machine Translation

2020-04-07 · Zdeněk Kasner, Jindřich Libovický, Jindřich Helcl

Non-autoregressive (nAR) models for machine translation (MT) manifest superior decoding speed when compared to autoregressive (AR) models, at the expense of impaired fluency of their outputs. We improve the fluency of a …

Machine TranslationTranslation