paper-with-me

홈 › Papers

XITE: Cross-lingual Interpolation for Transfer using Embeddings

2026-04-26 · Barah Fazili, Preethi Jyothi arxiv

Facilitating cross-lingual transfer in multilingual language models remains a critical challenge. Towards this goal, we propose an embedding-based data augmentation technique called XITE. We start with unlabeled text from a low-resource target language, identify an English counterpart in a task-specific training corpus using embedding-based similarities and adopt its label. Next, we perform a simple interpolation of the source and target embeddings to create synthetic data for task-specific fine-tuning. Projecting the target text into a language-rich subspace using linear discriminant analysis (LDA), prior to interpolation, further boosts performance. Our cross-lingual embedding-based augmentation technique XITE yields significant improvements of up to 35.91% for sentiment analysis and up to 81.16% for natural language inference, using XLM-R, for a diverse set of target languages including Korean, Arabic, Urdu and Hindi. Apart from boosting cross-lingual transfer, adaptation using XITE also safeguards against forgetting and maintains task performance on the high-resource language.

📄 PDF Abstract BibTeX arXiv:2604.23589

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceCross-Lingual TransferSentiment AnalysisData Augmentation

Similar Papers 제목 키워드 기반

Zero-shot Cross-lingual Transfer is Under-specified Optimization

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Pretrained multilingual encoders enable zero-shot cross-lingual transfer performance, but often produce unreliable models that exhibit high performance variance on the target language. We postulate that high variance res…

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer

On the Cross-lingual Transferability of Contextualized Sense Embeddings

2021-11-01 · EMNLP (MRL) 2021 11 · Kiamehr Rezaee, Daniel Loureiro, Jose Camacho-Collados, Mohammad Taher Pilehvar

In this paper we analyze the extent to which contextualized sense embeddings, i.e., sense embeddings that are computed based on contextualized word embeddings, are transferable across languages.To this end, we compiled a…

Word EmbeddingsWord Sense Disambiguation

Gender Bias in Multilingual Embeddings and Cross-Lingual Transfer

2020-05-02 · ACL 2020 6 · Jieyu Zhao, Subhabrata Mukherjee, Saghar Hosseini, Kai-Wei Chang 외

Multilingual representations embed words from many languages into a single semantic space such that words with similar meanings are close to each other regardless of the language. These embeddings have been widely used i…

Cross-Lingual TransferTransfer Learning

Cross-lingual Word Embeddings beyond Zero-shot Machine Translation

2020-11-03 · Shifei Chen, Ali Basirat

We explore the transferability of a multilingual neural machine translation model to unseen languages when the transfer is grounded solely on the cross-lingual word embeddings. Our experimental results show that the tran…

Cross-Lingual Word EmbeddingsMachine TranslationTranslationWord Embeddings+1

Cross-lingual Transfer of Sentiment Classifiers

2020-05-15 · Marko Robnik-Sikonja, Kristjan Reba, Igor Mozetic

Word embeddings represent words in a numeric space so that semantic relations between words are represented as distances and directions in the vector space. Cross-lingual word embeddings transform vector spaces of differ…

BIG-bench Machine LearningCross-Lingual TransferCross-Lingual Word EmbeddingsWord Embeddings