paper-with-me

홈 › Papers

Adapting to Non-Centered Languages for Zero-shot Multilingual Translation

2022-09-09 · COLING 2022 10 · Zhi Qu, Taro Watanabe

Multilingual neural machine translation can translate unseen language pairs during training, i.e. zero-shot translation. However, the zero-shot translation is always unstable. Although prior works attributed the instability to the domination of central language, e.g. English, we supplement this viewpoint with the strict dependence of non-centered languages. In this work, we propose a simple, lightweight yet effective language-specific modeling method by adapting to non-centered languages and combining the shared information and the language-specific information to counteract the instability of zero-shot translation. Experiments with Transformer on IWSLT17, Europarl, TED talks, and OPUS-100 datasets show that our method not only performs better than strong baselines in centered data conditions but also can easily fit non-centered data conditions. By further investigating the layer attribution, we show that our proposed method can disentangle the coupled representation in the correct direction.

📄 PDF Abstract BibTeX arXiv:2209.04138

Code (1)

zhiqu22/adapnoncenter 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

MUST-VQA: MUltilingual Scene-text VQA

2022-09-14 · Emanuele Vivoli, Ali Furkan Biten, Andres Mafla, Dimosthenis Karatzas 외

In this paper, we present a framework for Multilingual Scene Text Visual Question Answering that deals with new languages in a zero-shot fashion. Specifically, we consider the task of Scene Text Visual Question Answering…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Adapting Multilingual Neural Machine Translation to Unseen Languages

2019-10-30 · EMNLP (IWSLT) 2019 11 · Surafel M. Lakew, Alina Karakanta, Marcello Federico, Matteo Negri 외

Multilingual Neural Machine Translation (MNMT) for low-resource languages (LRL) can be enhanced by the presence of related high-resource languages (HRL), but the relatedness of HRL usually relies on predefined linguistic…

Data AugmentationMachine TranslationNMTTranslation

Maastricht University’s Large-Scale Multilingual Machine Translation System for WMT 2021

2021-11-01 · WMT (EMNLP) 2021 11 · Danni Liu, Jan Niehues

We present our development of the multilingual machine translation system for the large-scale multilingual machine translation task at WMT 2021. Starting form the provided baseline system, we investigated several techniq…

Machine TranslationTranslation

MAD-X: An Adapter-Based Framework for Multi-Task Cross-Lingual Transfer

2020-04-30 · EMNLP 2020 11 · Jonas Pfeiffer, Ivan Vulić, Iryna Gurevych, Sebastian Ruder

The main goal behind state-of-the-art pre-trained multilingual models such as multilingual BERT and XLM-R is enabling and bootstrapping NLP applications in low-resource languages through zero-shot or few-shot cross-lingu…

Cross-Lingual Transfernamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Zero-shot Sentiment Analysis in Low-Resource Languages Using a Multilingual Sentiment Lexicon

2024-02-03 · Fajri Koto, Tilman Beck, Zeerak Talat, Iryna Gurevych 외

Improving multilingual language models capabilities in low-resource languages is generally difficult due to the scarcity of large-scale data in those languages. In this paper, we relax the reliance on texts in low-resour…

SentenceSentiment Analysis