paper-with-me

홈 › Papers

Multilingual NMT with a language-independent attention bridge

2018-11-01 · WS 2019 8 · Raúl Vázquez, Alessandro Raganato, Jörg Tiedemann, Mathias Creutz

In this paper, we propose a multilingual encoder-decoder architecture capable of obtaining multilingual sentence representations by means of incorporating an intermediate {\em attention bridge} that is shared across all languages. That is, we train the model with language-specific encoders and decoders that are connected via self-attention with a shared layer that we call attention bridge. This layer exploits the semantics from each language for performing translation and develops into a language-independent meaning representation that can efficiently be used for transfer learning. We present a new framework for the efficient development of multilingual NMT using this model and scheduled training. We have tested the approach in a systematic way with a multi-parallel data set. We show that the model achieves substantial improvements over strong bilingual models and that it also works well for zero-shot translation, which demonstrates its ability of abstraction and transfer learning.

📄 PDF Abstract BibTeX arXiv:1811.00498

Code (1)

Helsinki-NLP/OpenNMT-py pytorch

Tasks

DecoderNMTSentenceTransfer LearningTranslation

Similar Papers 제목 키워드 기반

LangBridge: Multilingual Reasoning Without Multilingual Supervision

2024-01-19 · Dongkeun Yoon, Joel Jang, Sungdong Kim, Seungone Kim 외

We introduce LangBridge, a zero-shot approach to adapt language models for multilingual reasoning tasks without multilingual supervision. LangBridge operates by bridging two models, each specialized in different aspects:…

Code CompletionLogical ReasoningMathematical Reasoning

m3P: Towards Multimodal Multilingual Translation with Multimodal Prompt

2024-03-26 · Jian Yang, Hongcheng Guo, Yuwei Yin, Jiaqi Bai 외

Multilingual translation supports multiple translation directions by projecting all languages in a shared space, but the translation quality is undermined by the difference between languages in the text-only modality, es…

Machine TranslationTranslation

A Systematic Study of Inner-Attention-Based Sentence Representations in Multilingual Neural Machine Translation

2020-06-01 · CL 2020 6 · Ra{\'u}l V{\'a}zquez, Aless Raganato, ro, Mathias Creutz 외

Neural machine translation has considerably improved the quality of automatic translations by learning good representations of input sentences. In this article, we explore a multilingual translation model capable of prod…

Machine TranslationSentenceTransfer LearningTranslation

Do Multilingual Neural Machine Translation Models Contain Language Pair Specific Attention Heads?

2021-05-31 · Findings (ACL) 2021 8 · Zae Myung Kim, Laurent Besacier, Vassilina Nikoulina, Didier Schwab

Recent studies on the analysis of the multilingual representations focus on identifying whether there is an emergence of language-independent representations, or whether a multilingual model partitions its weights among …

DecoderMachine TranslationNMTTranslation

BenchMAX: A Comprehensive Multilingual Evaluation Suite for Large Language Models

2025-02-11 · Xu Huang, Wenhao Zhu, Hanxu Hu, Conghui He 외

Previous multilingual benchmarks focus primarily on simple understanding tasks, but for large language models(LLMs), we emphasize proficiency in instruction following, reasoning, long context understanding, code generati…

Code GenerationInstruction FollowingLong-Context Understanding