chenshifei / masterthesis

Master Thesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross-lingual Word Embeddings beyond Zero-shot Machine Translation

This is the thesis work for the Language Technology Programm in Uppsala University.

Link to Diva (Where the thesis was officially archived)

There is also a folder called extended_abstract, which contains this SLTC 2020 paper of the same title.

Abstract

Zero-shot translation is a transfer learning setup that refers to the ability of neural machine translation to generalize translation information into unseen language pairs. It provides an appealing solution to the lack of available materials for low-resource languages by transferring knowledge from high-resource languages.

So far, zero-shot translation mainly focuses on unseen language pairs whose individual component is still known to the system. There are fewer reports on transfer learning in machine translation being carried out on completely unknown test languages. This thesis pushes the boundary of zero-shot translation and explores the possibility of transferring learning from training languages to unknown test languages in a multilingual Neural Machine Translation (NMT) system.

Based on the fact that zero-shot translation systems primarily learn language invariant features, we use cross-lingual word embeddings as the only knowledge source since they are good at capturing the semantic similarity of words from different languages in the same vector space. By conducting experiments on an encoder-decoder multilingual NMT model with an attention module, we have examined the relationship of language similarity and the transferability of unseen languages.

We hypothesize that our multilingual NMT model with cross-lingual word embeddings should transfer reasonably even to completely unknown languages. However, we observe little transferability from the training languages to unseen test languages due to the transformed output vector space. Such minor transferability only happens between highly-related languages with a large number of shared vocabularies.

About

Master Thesis

License:Creative Commons Zero v1.0 Universal


Languages

Language:TeX 88.8%Language:Shell 7.9%Language:Python 3.2%