paper-with-me

Papers

Data Ordering Patterns for Neural Machine Translation: An Empirical Study

2019-09-23 · Siddhant Garg

Recent works show that ordering of the training data affects the model performance for Neural Machine Translation. Several approaches involving dynamic data ordering and data sharding based on curriculum learning have been analysed for the their performance gains and faster convergence. In this work we propose to empirically study several ordering approaches for the training data based on different metrics and evaluate their impact on the model performance. Results from our study show that pre-fixing the ordering of the training data based on perplexity scores from a pre-trained model performs the best and outperforms the default approach of randomly shuffling the training data every epoch.

📄 PDF Abstract BibTeX arXiv:1909.10642

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Explicit Reordering for Neural Machine Translation

2020-04-08 · Kehai Chen, Rui Wang, Masao Utiyama, Eiichiro Sumita

In Transformer-based neural machine translation (NMT), the positional encoding mechanism helps the self-attention networks to learn the source representation with order dependency, which makes the Transformer-based NMT a…

Machine TranslationNMTSentenceTranslation

A Survey of Word Reordering in Statistical Machine Translation: Computational Models and Language Phenomena

2015-02-17 · Arianna Bisazza, Marcello Federico

Word reordering is one of the most difficult aspects of statistical machine translation (SMT), and an important factor of its quality and efficiency. Despite the vast amount of research published to date, the interest of…

Machine TranslationTranslation

Neural Machine Translation with Reordering Embeddings

2019-07-01 · ACL 2019 7 · Kehai Chen, Rui Wang, Masao Utiyama, Eiichiro Sumita

The reordering model plays an important role in phrase-based statistical machine translation. However, there are few works that exploit the reordering information in neural machine translation. In this paper, we propose …

DecoderMachine TranslationSentenceTranslation

Language Modeling, Lexical Translation, Reordering: The Training Process of NMT through the Lens of Classical SMT

2021-09-03 · EMNLP 2021 11 · Elena Voita, Rico Sennrich, Ivan Titov

Differently from the traditional statistical MT that decomposes the translation task into distinct separately learned components, neural machine translation uses a single neural network to model the entire translation pr…

Language ModelingLanguage ModellingMachine TranslationModel Selection+3

Phrase Based Language Model for Statistical Machine Translation: Empirical Study

2015-01-21 · Geliang Chen

Reordering is a challenge to machine translation (MT) systems. In MT, the widely used approach is to apply word based language model (LM) which considers the constituent units of a sentence as words. In speech recognitio…

Language ModelingLanguage ModellingMachine TranslationRe-Ranking+4