paper-with-me

Papers

Tricks for Training Sparse Translation Models

2021-10-15 · NAACL 2022 7 · Dheeru Dua, Shruti Bhosale, Vedanuj Goswami, James Cross, Mike Lewis, Angela Fan

Multi-task learning with an unbalanced data distribution skews model learning towards high resource tasks, especially when model capacity is fixed and fully shared across all tasks. Sparse scaling architectures, such as BASELayers, provide flexible mechanisms for different tasks to have a variable number of parameters, which can be useful to counterbalance skewed data distributions. We find that that sparse architectures for multilingual machine translation can perform poorly out of the box, and propose two straightforward techniques to mitigate this - a temperature heating mechanism and dense pre-training. Overall, these methods improve performance on two multilingual translation benchmarks compared to standard BASELayers and Dense scaling baselines, and in combination, more than 2x model convergence speed.

📄 PDF Abstract BibTeX arXiv:2110.08246

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationMulti-Task LearningTranslation

Similar Papers 제목 키워드 기반

The AFRL WMT19 Systems: Old Favorites and New Tricks

2019-08-01 · WS 2019 8 · Jeremy Gwinnup, Grant Erdmann, Tim Anderson

This paper describes the Air Force Research Laboratory (AFRL) machine translation systems and the improvements that were developed during the WMT19 evaluation campaign. This year, we refine our approach to training popul…

Domain AdaptationMachine TranslationTranslation

A Bag of Useful Tricks for Practical Neural Machine Translation: Embedding Layer Initialization and Large Batch Size

2017-11-01 · WS 2017 11 · Masato Neishi, Jin Sakuma, Satoshi Tohda, Shonosuke Ishiwatari 외

In this paper, we describe the team UT-IIS{'}s system and results for the WAT 2017 translation tasks. We further investigated several tricks including a novel technique for initializing embedding layers using only the pa…

Machine TranslationTranslationWord Embeddings

Mixture Models for Diverse Machine Translation: Tricks of the Trade

2019-02-20 · Tianxiao Shen, Myle Ott, Michael Auli, Marc'Aurelio Ranzato

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

Machine TranslationText GenerationTranslation

Meta Ensemble for Japanese-Chinese Neural Machine Translation: Kyoto-U+ECNU Participation to WAT 2020

2020-12-01 · AACL (WAT) 2020 12 · Zhuoyuan Mao, Yibin Shen, Chenhui Chu, Sadao Kurohashi 외

This paper describes the Japanese-Chinese Neural Machine Translation (NMT) system submitted by the joint team of Kyoto University and East China Normal University (Kyoto-U+ECNU) to WAT 2020 (Nakazawa et al.,2020). We par…

DenoisingMachine TranslationNMTTranslation

Trivial Transfer Learning for Low-Resource Neural Machine Translation

2018-09-02 · WS 2018 10 · Tom Kocmi, Ondřej Bojar

Transfer learning has been proven as an effective technique for neural machine translation under low-resource conditions. Existing methods require a common target language, language relatedness, or specific training tric…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationTransfer Learning+1