# Best Practices for Learning Domain-Specific Cross-Lingual Embeddings

**Authors:** Lena Shakurova, Beata Nyari, Chao Li, Mihai Rotaru

arXiv: 1907.03112 · 2019-07-10

## TL;DR

This paper explores how to best construct seed dictionaries for cross-lingual embeddings in specialized domains, emphasizing their impact on low-resource languages and zero-shot transfer learning in CV parsing tasks.

## Contribution

It provides empirical guidelines for seed dictionary construction tailored to domain-specific tasks and low-resource language scenarios.

## Key findings

- Dictionary size affects embedding quality
- Domain-specific data improves performance
- Construction choices are crucial in zero-shot transfer

## Abstract

Cross-lingual embeddings aim to represent words in multiple languages in a shared vector space by capturing semantic similarities across languages. They are a crucial component for scaling tasks to multiple languages by transferring knowledge from languages with rich resources to low-resource languages. A common approach to learning cross-lingual embeddings is to train monolingual embeddings separately for each language and learn a linear projection from the monolingual spaces into a shared space, where the mapping relies on a small seed dictionary. While there are high-quality generic seed dictionaries and pre-trained cross-lingual embeddings available for many language pairs, there is little research on how they perform on specialised tasks. In this paper, we investigate the best practices for constructing the seed dictionary for a specific domain. We evaluate the embeddings on the sequence labelling task of Curriculum Vitae parsing and show that the size of a bilingual dictionary, the frequency of the dictionary words in the domain corpora and the source of data (task-specific vs generic) influence the performance. We also show that the less training data is available in the low-resource language, the more the construction of the bilingual dictionary matters, and demonstrate that some of the choices are crucial in the zero-shot transfer learning case.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.03112/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1907.03112/full.md

---
Source: https://tomesphere.com/paper/1907.03112