paper-with-me

Papers

Norm-Based Curriculum Learning for Neural Machine Translation

2020-06-03 · ACL 2020 6 · Xuebo Liu, Houtim Lai, Derek F. Wong, Lidia S. Chao

A neural machine translation (NMT) system is expensive to train, especially with high-resource settings. As the NMT architectures become deeper and wider, this issue gets worse and worse. In this paper, we aim to improve the efficiency of training an NMT by introducing a novel norm-based curriculum learning method. We use the norm (aka length or module) of a word embedding as a measure of 1) the difficulty of the sentence, 2) the competence of the model, and 3) the weight of the sentence. The norm-based sentence difficulty takes the advantages of both linguistically motivated and model-based sentence difficulties. It is easy to determine and contains learning-dependent features. The norm-based model competence makes NMT learn the curriculum in a fully automated way, while the norm-based sentence weight further enhances the learning of the vector representation of the NMT. Experimental results for the WMT'14 English-German and WMT'17 Chinese-English translation tasks demonstrate that the proposed method outperforms strong baselines in terms of BLEU score (+1.17/+1.56) and training speedup (2.22x/3.33x).

📄 PDF Abstract BibTeX arXiv:2006.02014

Code (1)

NLP2CT/norm-nmt 공식 구현 tf

Tasks

Machine TranslationNMTSentenceTranslation

Similar Papers 제목 키워드 기반

An Empirical Exploration of Curriculum Learning for Neural Machine Translation

2018-11-02 · Xuan Zhang, Gaurav Kumar, Huda Khayrallah, Kenton Murray 외

Machine translation systems based on deep neural networks are expensive to train. Curriculum learning aims to address this issue by choosing the order in which samples are presented during training to help train better m…

Machine TranslationTranslation

Learning a Multi-Domain Curriculum for Neural Machine Translation

2019-08-28 · ACL 2020 6 · Wei Wang, Ye Tian, Jiquan Ngiam, Yinfei Yang 외

Most data selection research in machine translation focuses on improving a single domain. We perform data selection for multiple domains at once. This is achieved by carefully introducing instance-level domain-relevance …

DenoisingMachine TranslationTranslation

Meta-Curriculum Learning for Domain Adaptation in Neural Machine Translation

2021-03-03 · Runzhe Zhan, Xuebo Liu, Derek F. Wong, Lidia S. Chao

Meta-learning has been sufficiently validated to be beneficial for low-resource neural machine translation (NMT). However, we find that meta-trained NMT fails to improve the translation performance of the domain unseen a…

Domain AdaptationLow Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine Translation+3

Epi-Curriculum: Episodic Curriculum Learning for Low-Resource Domain Adaptation in Neural Machine Translation

2023-09-06 · Keyu Chen, Di Zhuang, Mingchen Li, J. Morris Chang

Neural Machine Translation (NMT) models have become successful, but their performance remains poor when translating on new domains with a limited number of data. In this paper, we present a novel approach Epi-Curriculum …

DecoderDomain AdaptationMachine TranslationNMT+1

Edit Distance Based Curriculum Learning for Paraphrase Generation

2021-08-01 · ACL 2021 5 · Sora Kadotani, Tomoyuki Kajiwara, Yuki Arase, Makoto Onizuka

Curriculum learning has improved the quality of neural machine translation, where only source-side features are considered in the metrics to determine the difficulty of translation. In this study, we apply curriculum lea…

Machine TranslationParaphrase GenerationTranslation