paper-with-me

홈 › Papers

Dynamic Sentence Sampling for Efficient Training of Neural Machine Translation

2018-05-01 · ACL 2018 7 · Rui Wang, Masao Utiyama, Eiichiro Sumita

Traditional Neural machine translation (NMT) involves a fixed training procedure where each sentence is sampled once during each epoch. In reality, some sentences are well-learned during the initial few epochs; however, using this approach, the well-learned sentences would continue to be trained along with those sentences that were not well learned for 10-30 epochs, which results in a wastage of time. Here, we propose an efficient method to dynamically sample the sentences in order to accelerate the NMT training. In this approach, a weight is assigned to each sentence based on the measured difference between the training costs of two iterations. Further, in each epoch, a certain percentage of sentences are dynamically sampled according to their weights. Empirical results based on the NIST Chinese-to-English and the WMT English-to-German tasks depict that the proposed method can significantly accelerate the NMT training and improve the NMT performance.

📄 PDF Abstract BibTeX arXiv:1805.00178

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTSentenceTranslation

Similar Papers 제목 키워드 기반

Understanding Back-Translation at Scale

2018-08-28 · EMNLP 2018 10 · Sergey Edunov, Myle Ott, Michael Auli, David Grangier

An effective method to improve neural machine translation with monolingual data is to augment the parallel training corpus with back-translations of target language sentences. This work broadens the understanding of back…

Machine TranslationTranslation

Simulated Multiple Reference Training Improves Low-Resource Machine Translation

2020-04-30 · EMNLP 2020 11 · Huda Khayrallah, Brian Thompson, Matt Post, Philipp Koehn

Many valid translations exist for a given sentence, yet machine translation (MT) is trained with a single reference translation, exacerbating data sparsity in low-resource settings. We introduce Simulated Multiple Refere…

Machine TranslationSentenceTranslationvalid

Back-Translation Sampling by Targeting Difficult Words in Neural Machine Translation

2018-08-27 · EMNLP 2018 10 · Marzieh Fadaee, Christof Monz

Neural Machine Translation has achieved state-of-the-art performance for several language pairs using a combination of parallel and synthetic data. Synthetic data is often generated by back-translating sentences randomly…

Machine TranslationTranslation

Target Conditioned Sampling: Optimizing Data Selection for Multilingual Neural Machine Translation

2019-05-20 · ACL 2019 7 · Xinyi Wang, Graham Neubig

To improve low-resource Neural Machine Translation (NMT) with multilingual corpora, training on the most related high-resource language only is often more effective than using all data available (Neubig and Hu, 2018). Ho…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationLow Resource NMTMachine Translation+3

Context-Aware Monolingual Repair for Neural Machine Translation

2019-09-03 · IJCNLP 2019 11 · Elena Voita, Rico Sennrich, Ivan Titov

Modern sentence-level NMT systems often produce plausible translations of isolated sentences. However, when put in context, these translations may end up being inconsistent with each other. We propose a monolingual DocRe…

Automatic Post-EditingMachine TranslationNMTSentence+1