paper-with-me

Papers

Multilingual Neural Machine Translation with Language Clustering

2019-08-25 · IJCNLP 2019 11 · Xu Tan, Jiale Chen, Di He, Yingce Xia, Tao Qin, Tie-Yan Liu

Multilingual neural machine translation (NMT), which translates multiple languages using a single model, is of great practical importance due to its advantages in simplifying the training process, reducing online maintenance costs, and enhancing low-resource and zero-shot translation. Given there are thousands of languages in the world and some of them are very different, it is extremely burdensome to handle them all in a single model or use a separate model for each language pair. Therefore, given a fixed resource budget, e.g., the number of models, how to determine which languages should be supported by one model is critical to multilingual NMT, which, unfortunately, has been ignored by previous work. In this work, we develop a framework that clusters languages into different groups and trains one multilingual model for each cluster. We study two methods for language clustering: (1) using prior knowledge, where we cluster languages according to language family, and (2) using language embedding, in which we represent each language by an embedding vector and cluster them in the embedding space. In particular, we obtain the embedding vectors of all the languages by training a universal neural machine translation model. Our experiments on 23 languages show that the first clustering method is simple and easy to understand but leading to suboptimal translation accuracy, while the second method sufficiently captures the relationship among languages well and improves the translation accuracy for almost all the languages over baseline methods

📄 PDF Abstract BibTeX arXiv:1908.09324

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Addressing Asymmetry in Multilingual Neural Machine Translation with Fuzzy Task Clustering

2022-10-01 · COLING 2022 10 · Qian Wang, Jiajun Zhang

Multilingual neural machine translation (NMT) enables positive knowledge transfer among multiple translation tasks with a shared underlying model, but a unified multilingual model usually suffers from capacity bottleneck…

ClusteringMachine TranslationNMTTransfer Learning+1

Bridging Linguistic Typology and Multilingual Machine Translation with Multi-View Language Representations

2020-04-30 · EMNLP 2020 11 · Arturo Oncevay, Barry Haddow, Alexandra Birch

Sparse language vectors from linguistic typology databases and learned embeddings from tasks like multilingual machine translation have been investigated in isolation, without analysing how they could benefit from each o…

ClusteringMachine TranslationTranslation

Character-Level Neural Translation for Multilingual Media Monitoring in the SUMMA Project

2016-04-05 · LREC 2016 5 · Guntis Barzdins, Steve Renals, Didzis Gosko

The paper steps outside the comfort-zone of the traditional NLP tasks like automatic speech recognition (ASR) and machine translation (MT) to addresses two novel problems arising in the automated multilingual news monito…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)ClusteringMachine Translation+5

JWSign: A Highly Multilingual Corpus of Bible Translations for more Diversity in Sign Language Processing

2023-11-16 · Shester Gueuwou, Sophie Siake, Colin Leong, Mathias Müller

Advancements in sign language processing have been hindered by a lack of sufficient data, impeding progress in recognition, translation, and production tasks. The absence of comprehensive sign language datasets across th…

DiversityMachine TranslationSign Language TranslationTranslation

Fast Vocabulary Projection Method via Clustering for Multilingual Machine Translation on GPU

2022-08-14 · AMTA 2022 9 · Hossam Amer, Young Jin Kim, Mohamed Afify, Hitokazu Matsushita 외

Multilingual Neural Machine Translation has been showing great success using transformer models. Deploying these models is challenging because they usually require large vocabulary (vocab) sizes for various languages. Th…

ClusteringDecoderGPUMachine Translation+1