JASS: Japanese-specific Sequence to Sequence Pre-training for Neural Machine Translation (2020.lrec-1)
Copied to clipboard
| Challenge: | Neural machine translation (NMT) requires large parallel corpora for training robust and high quality models. |
| Approach: | They propose a Japanese-specific sequence to sequence pre-training alternative to MASS for NMT . they use Japanese as the source or target language to train their models . |
| Outcome: | The proposed approach can give competitive results over MASS and BRSS, and significantly surpass the individual methods. |
Similar Papers
Pre-training via Leveraging Assisting Languages for Neural Machine Translation (2020.acl-srw)
Copied to clipboard
| Challenge: | Sequence-to-sequence (S2S) pre-training with large monolingual data is not always available for the languages of interest (LOI). |
| Approach: | They propose to use monolingual corpora of other languages to complement the scarce monolingual LOI by script mapping (Chinese to Japanese) . Using only Chinese and French monolinguals, they improve Japanese-English translation quality by up to 8.5 BLEU in low-resource scenarios. |
| Outcome: | The proposed approach improves Japanese-English translation quality by up to 8.5 BLEU in low-resource scenarios. |
Universal Conditional Masked Language Pre-training for Neural Machine Translation (2022.acl-long)
Copied to clipboard
| Challenge: | Pre-trained sequence-to-sequence models have significantly improved Neural Machine Translation (NMT) this paper demonstrates that pre-training a sequence- to-squence model with a bidirectional decoder can produce notable performance gains for both Autoregressive and Non-autoregressive NMT tasks. |
| Approach: | They propose a conditional masked language model pre-trained on bilingual and monolingual corpora in many languages. |
| Outcome: | The proposed model can achieve significant performance improvements on all scenarios from low- to extremely high-resource languages. |
Pivot-based Transfer Learning for Neural Machine Translation between Non-English Languages (D19-1)
Copied to clipboard
| Challenge: | Using parallel corpora, we train a single, direct NMT model for non-English language pairs. |
| Approach: | They propose three ways to increase the relation among source, pivot, and target languages in pre-training . they use additional adapter component to smoothly connect pre-trained encoder and decoder . |
| Outcome: | The proposed methods outperform multilingual models up to +2.6% BLEU in WMT 2019 French-German and German-Czech tasks. |
Multilingual Denoising Pre-training for Neural Machine Translation (2020.tacl-1)
Copied to clipboard
Yinhan Liu, Jiatao Gu, Naman Goyal, Xian Li, Sergey Edunov, Marjan Ghazvininejad, Mike Lewis, Luke Zettlemoyer
| Challenge: | Existing approaches to pre-train models focus on only English corpora, but this is not common in machine translation. |
| Approach: | They propose a sequence-to-sequence denoising auto-encoder pre-trained on monolingual corpora . they show that it produces significant performance gains across MT tasks . |
| Outcome: | The proposed model can achieve significant performance gains across a wide variety of MT tasks. |
Japanese-Russian TMU Neural Machine Translation System using Multilingual Model for WAT 2019 (D19-52)
Copied to clipboard
| Challenge: | Using parallel corpora of different language pairs as training data is effective for multilingual neural machine translation model in extremely low resource situations. |
| Approach: | They propose to use Japanese-English and English-Russian parallel corpora as training data for their system to improve JapaneseRussian news translation. |
| Outcome: | The proposed system improves translation quality for JapaneseRussian language pairs in low resource situations. |
Release of Pre-Trained Models for the Japanese Language (2024.lrec-main)
Copied to clipboard
Kei Sawada, Tianyu Zhao, Makoto Shing, Kentaro Mitsui, Akio Kaga, Yukiya Hono, Toshiaki Wakatsuki, Koh Mitsuda
| Challenge: | democratization of AI aims to create a world where everyone can use AI . pre-trained models with high performance in Japanese are lagging in non-English-speaking communities . |
| Approach: | et al. released large-scale pre-trained models trained on large-data to improve access to AI . authors say the models are more accurate and more accurate than those trained in the English language . e-mail protected: email protected. |
| Outcome: | a new study shows that pre-trained models specialized for Japanese can achieve high performance in Japanese tasks. |
Jointly Masked Sequence-to-Sequence Model for Non-Autoregressive Neural Machine Translation (2020.acl-main)
Copied to clipboard
| Challenge: | masked language models have been used for natural language processing tasks but few studies have adopted it in the sequence-to-sequence models. |
| Approach: | They propose to combine encoder and decoder to train a masked sequence-to-sequence model . they propose to train the encoder more rigorously by masking the encoded input . |
| Outcome: | The proposed model achieves 27.69/32.24 BLEU scores on English-German/German-English tasks with 5+ times speed up compared with an autoregressive model. |
Japanese Predicate Conjugation for Neural Machine Translation (N18-4)
Copied to clipboard
| Challenge: | Neural machine translation (NMT) has a drawback in that it can generate only high-frequency words owing to the computational costs of the softmax function in the output layer. |
| Approach: | They propose two methods to generate low-frequency words and deal with unknown words using Japanese predicate conjugation information without discarding linguistic information. |
| Outcome: | The proposed methods can generate low-frequency words and deal with unknown words. |
A Comparison between Pre-training and Large-scale Back-translation for Neural Machine Translation (2021.findings-acl)
Copied to clipboard
| Challenge: | BERT is a promising technique to improve NMT, but how it outperforms standard NMT is understudied. |
| Approach: | We compare MT engines trained with pre-trained BERT and back-translation with incrementally larger amounts of data. |
| Outcome: | The proposed technique outperforms standard NMT models on morphology and syntax. |
Evaluating Pre-training Objectives for Low-Resource Translation into Morphologically Rich Languages (2022.lrec-1)
Copied to clipboard
| Challenge: | a lack of parallel data is a major limitation for Neural Machine Translation systems, especially for morphologically rich languages. |
| Approach: | They propose to leverage target monolingual data to overcome the lack of parallel data . they introduce a new technique called PT-Inflect to train NMT systems . |
| Outcome: | The proposed techniques outperform NMT systems trained on parallel data on four typologically diverse target languages. |