CLAIMay 22, 2023

Crosslingual Transfer Learning for Low-Resource Languages Based on Multilingual Colexification Graphs

arXiv:2305.12818v2139 citations
Originality Highly original
AI Analysis

This work addresses the challenge of crosslingual transfer learning for low-resource languages in NLP, offering a scalable method based on colexification patterns.

The paper tackled the problem of limited scalability in identifying colexification patterns for low-resource languages by extracting patterns from an unannotated parallel corpus across 1,335 languages and building multilingual graphs, resulting in embeddings that surpassed baselines in tasks like roundtrip translation and sentence classification.

In comparative linguistics, colexification refers to the phenomenon of a lexical form conveying two or more distinct meanings. Existing work on colexification patterns relies on annotated word lists, limiting scalability and usefulness in NLP. In contrast, we identify colexification patterns of more than 2,000 concepts across 1,335 languages directly from an unannotated parallel corpus. We then propose simple and effective methods to build multilingual graphs from the colexification patterns: ColexNet and ColexNet+. ColexNet's nodes are concepts and its edges are colexifications. In ColexNet+, concept nodes are additionally linked through intermediate nodes, each representing an ngram in one of 1,334 languages. We use ColexNet+ to train $\overrightarrow{\mbox{ColexNet+}}$, high-quality multilingual embeddings that are well-suited for transfer learning. In our experiments, we first show that ColexNet achieves high recall on CLICS, a dataset of crosslingual colexifications. We then evaluate $\overrightarrow{\mbox{ColexNet+}}$ on roundtrip translation, sentence retrieval and sentence classification and show that our embeddings surpass several transfer learning baselines. This demonstrates the benefits of using colexification as a source of information in multilingual NLP.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes