paper-with-me

Papers

Unfolding and Shrinking Neural Machine Translation Ensembles

2017-04-11 · EMNLP 2017 9 · Felix Stahlberg, Bill Byrne

Ensembling is a well-known technique in neural machine translation (NMT) to improve system performance. Instead of a single neural net, multiple neural nets with the same topology are trained separately, and the decoder generates predictions by averaging over the individual models. Ensembling often improves the quality of the generated translations drastically. However, it is not suitable for production systems because it is cumbersome and slow. This work aims to reduce the runtime to be on par with a single system without compromising the translation quality. First, we show that the ensemble can be unfolded into a single large neural network which imitates the output of the ensemble system. We show that unfolding can already improve the runtime in practice since more work can be done on the GPU. We proceed by describing a set of techniques to shrink the unfolded network by reducing the dimensionality of layers. On Japanese-English we report that the resulting network has the size and decoding speed of a single NMT network but performs on the level of a 3-ensemble system.

📄 PDF Abstract BibTeX arXiv:1704.03279

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderGPUMachine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Speeding Up Neural Machine Translation Decoding by Shrinking Run-time Vocabulary

2017-07-01 · ACL 2017 7 · Xing Shi, Kevin Knight

We speed up Neural Machine Translation (NMT) decoding by shrinking run-time target vocabulary. We experiment with two shrinking approaches: Locality Sensitive Hashing (LSH) and word alignments. Using the latter method, w…

GPUMachine TranslationNMTTranslation

AdaTranS: Adapting with Boundary-based Shrinking for End-to-End Speech Translation

2022-12-17 · Xingshan Zeng, Liangyou Li, Qun Liu

To alleviate the data scarcity problem in End-to-end speech translation (ST), pre-training on data for speech recognition and machine translation is considered as an important technique. However, the modality gap between…

Machine Translationspeech-recognitionSpeech RecognitionTranslation

Explaining Errors in Machine Translation with Absolute Gradient Ensembles

2021-11-01 · EMNLP (Eval4NLP) 2021 11 · Melda Eksi, Erik Gelbing, Jonathan Stieber, Chi Viet Vu
Machine TranslationTranslation

SAARSHEFF at SemEval-2016 Task 1: Semantic Textual Similarity with Machine Translation Evaluation Metrics and (eXtreme) Boosted Tree Ensembles

2016-06-01 · SEMEVAL 2016 6 · Liling Tan, Carolina Scarton, Lucia Specia, Josef van Genabith
Machine TranslationSemantic Textual Similarity

RealTranS: End-to-End Simultaneous Speech Translation with Convolutional Weighted-Shrinking Transformer

2021-06-09 · Findings (ACL) 2021 8 · Xingshan Zeng, Liangyou Li, Qun Liu

End-to-end simultaneous speech translation (SST), which directly translates speech in one language into text in another language in real-time, is useful in many scenarios but has not been fully investigated. In this work…

RerankingTranslation