paper-with-me

Papers

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

2023-05-22 · Yihong Liu, Haotian Ye, Leonie Weissweiler, Renhao Pei, Hinrich Schütze

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.

📄 PDF Abstract BibTeX arXiv:2305.12818

Code (2)

cisnlp/colexificationnet 공식 구현
yihongl1u/colexificationnet 공식 구현

Tasks

Multilingual NLPRetrievalSentenceSentence ClassificationSentence RetrievalTransfer Learning

Methods 이 논문이 사용한 방법론

VERSE VERtex Similarity Embeddings (VERSE) is a simple, versatile, and memory-efficient method that derives graph embeddings explicitly calibrated to preserve the distributions of a…

Similar Papers 제목 키워드 기반

Low-Resource Parsing with Crosslingual Contextualized Representations

2019-09-19 · CONLL 2019 11 · Phoebe Mulcaire, Jungo Kasai, Noah A. Smith

Despite advances in dependency parsing, languages with small treebanks still present challenges. We assess recent approaches to multilingual contextual word representations (CWRs), and compare them for crosslingual trans…

Dependency Parsing

On the Prunability of Attention Heads in Multilingual BERT

2021-09-26 · Aakriti Budhraja, Madhura Pande, Pratyush Kumar, Mitesh M. Khapra

Large multilingual models, such as mBERT, have shown promise in crosslingual transfer. In this work, we employ pruning to quantify the robustness and interpret layer-wise importance of mBERT. On four GLUE tasks, the rela…

Revisiting Projection-based Data Transfer for Cross-Lingual Named Entity Recognition in Low-Resource Languages

2025-01-30 · Andrei Politov, Oleh Shkalikov, René Jäkel, Michael Färber

Cross-lingual Named Entity Recognition (NER) leverages knowledge transfer between languages to identify and classify named entities, making it particularly useful for low-resource languages. We show that the data-based c…

Cross-Lingual NERCross-Lingual Transfernamed-entity-recognitionNamed Entity Recognition+3

Crosslingual On-Policy Self-Distillation for Multilingual Reasoning

2026-05-10 · Yihong Liu, Raoyuan Zhao, Michael A. Hedderich, Hinrich Schütze arxiv

Large language models (LLMs) have achieved remarkable progress in mathematical reasoning, but this ability is not equally accessible across languages. Especially low-resource languages exhibit much lower reasoning perfor…

Reinforcement LearningMathematical Reasoning

Inference of Partial Colexifications from Multilingual Wordlists

2023-02-01 · Johann-Mattis List

The past years have seen a drastic rise in studies devoted to the investigation of colexification patterns in individual languages families in particular and the languages of the world in specific. Specifically computati…