paper-with-me

Papers

Enhancing Multilingual Embeddings via Multi-Way Parallel Text Alignment

2026-02-25 · Barah Fazili, Koustava Goswami arxiv

Multilingual pretraining typically lacks explicit alignment signals, leading to suboptimal cross-lingual alignment in the representation space. In this work, we show that training standard pretrained models for cross-lingual alignment with a multi-way parallel corpus in a diverse pool of languages can substantially improve multilingual and cross-lingual representations for NLU tasks. We construct a multi-way parallel dataset using translations of English text from an off-the-shelf NMT model for a pool of six target languages and achieve strong cross-lingual alignment through contrastive learning. This leads to substantial performance gains across both seen and unseen languages for multiple tasks from the MTEB benchmark evaluated for XLM-Roberta and multilingual BERT base models. Using a multi-way parallel corpus for contrastive training yields substantial gains on bitext mining (21.3%), semantic similarity (5.3%), and classification (28.4%) compared to English-centric (En-X) bilingually parallel data, where X is sampled from a pool of multiple target languages. Furthermore, finetuning mE5 model on a small dataset with multi-way parallelism significantly improves bitext mining compared to one without, underscoring the importance of multi-way cross-lingual supervision even for models already pretrained for high-quality sentence embeddings.

📄 PDF Abstract BibTeX arXiv:2602.21543

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSemantic Similarity

Similar Papers 제목 키워드 기반

On the Language Neutrality of Pre-trained Multilingual Representations

2020-04-09 · Findings of the Association for Computational Linguistics 2020 · Jindřich Libovický, Rudolf Rosa, Alexander Fraser

Multilingual contextual embeddings, such as multilingual BERT and XLM-RoBERTa, have proved useful for many multi-lingual tasks. Previous work probed the cross-linguality of the representations indirectly using zero-shot …

Language IdentificationTransfer LearningWord Alignment

Combining Static and Contextualised Multilingual Embeddings

2022-03-17 · Findings (ACL) 2022 5 · Katharina Hämmerl, Jindřich Libovický, Alexander Fraser

Static and contextual multilingual embeddings have complementary strengths. Static embeddings, while less expressive than contextual language models, can be more straightforwardly aligned across multiple languages. We co…

RetrievalXLM-R

SimAlign: High Quality Word Alignments without Parallel Training Data using Static and Contextualized Embeddings

2020-04-18 · Findings of the Association for Computational Linguistics 2020 · Masoud Jalili Sabet, Philipp Dufter, François Yvon, Hinrich Schütze

Word alignments are useful for tasks like statistical and neural machine translation (NMT) and cross-lingual annotation projection. Statistical word aligners perform well, as do methods that extract alignments jointly wi…

Machine TranslationMultilingual Word EmbeddingsNMTTranslation+2

Unsupervised Multilingual Sentence Embeddings for Parallel Corpus Mining

2021-05-21 · ACL 2020 6 · Ivana Kvapilikova, Mikel Artetxe, Gorka Labaka, Eneko Agirre 외

Existing models of multilingual sentence embeddings require large parallel data resources which are not available for low-resource languages. We propose a novel unsupervised method to derive multilingual sentence embeddi…

Language ModelingLanguage ModellingMachine TranslationParallel Corpus Mining+4

Multilingual Word Embeddings using Multigraphs

2016-12-14 · Radu Soricut, Nan Ding

We present a family of neural-network--inspired models for computing continuous word representations, specifically designed to exploit both monolingual and multilingual text. This framework allows us to perform unsupervi…

Machine TranslationMultilingual Word EmbeddingsSemantic SimilaritySemantic Textual Similarity+2