paper-with-me

Papers

Improving Zero-Shot Multilingual Translation with Universal Representations and Cross-Mappings

2022-10-28 · Shuhao Gu, Yang Feng

The many-to-many multilingual neural machine translation can translate between language pairs unseen during training, i.e., zero-shot translation. Improving zero-shot translation requires the model to learn universal representations and cross-mapping relationships to transfer the knowledge learned on the supervised directions to the zero-shot directions. In this work, we propose the state mover's distance based on the optimal theory to model the difference of the representations output by the encoder. Then, we bridge the gap between the semantic-equivalent representations of different languages at the token level by minimizing the proposed distance to learn universal representations. Besides, we propose an agreement-based training scheme, which can help the model make consistent predictions based on the semantic-equivalent sentences to learn universal cross-mapping relationships for all translation directions. The experimental results on diverse multilingual datasets show that our method can improve consistently compared with the baseline system and other contrast methods. The analysis proves that our method can better align the semantic space and improve the prediction consistency.

📄 PDF Abstract BibTeX arXiv:2210.15851

Code (1)

ictnlp/zero-mnmt 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Improving Zero-shot Multilingual Neural Machine Translation by Leveraging Cross-lingual Consistency Regularization

2023-05-12 · Pengzhi Gao, Liwen Zhang, Zhongjun He, Hua Wu 외

The multilingual neural machine translation (NMT) model has a promising capability of zero-shot translation, where it could directly translate between language pairs unseen during training. For good transfer performance …

Machine TranslationNMTSentenceTranslation

Zero-shot Dependency Parsing with Pre-trained Multilingual Sentence Representations

2019-10-12 · WS 2019 11 · Ke Tran, Arianna Bisazza

We investigate whether off-the-shelf deep bidirectional sentence representations trained on a massively multilingual corpus (multilingual BERT) enable the development of an unsupervised universal dependency parser. This …

Dependency ParsingSentenceTranslation

Multilingual Neural Machine Translation With the Right Amount of Sharing

2022-06-01 · EAMT 2022 6 · Taido Purason, Andre Tättar

Large multilingual Transformer-based machine translation models have had a pivotal role in making translation systems available for hundreds of languages with good zero-shot translation performance. One such example is t…

DecoderMachine TranslationNMTTranslation

Improving Multilingual Neural Machine Translation by Utilizing Semantic and Linguistic Features

2024-08-02 · Mengyu Bu, Shuhao Gu, Yang Feng

The many-to-many multilingual neural machine translation can be regarded as the process of integrating semantic features from the source sentences and linguistic features from the target sentences. To enhance zero-shot t…

DecoderMachine TranslationText GenerationTransfer Learning+1

Universal Neural Machine Translation for Extremely Low Resource Languages

2018-02-15 · NAACL 2018 6 · Jiatao Gu, Hany Hassan, Jacob Devlin, Victor O. K. Li

In this paper, we propose a new universal machine translation approach focusing on languages with a limited amount of parallel data. Our proposed approach utilizes a transfer-learning approach to share lexical and senten…

Machine TranslationSentenceTransfer LearningTranslation