paper-with-me

Papers

Explicit Alignment Objectives for Multilingual Bidirectional Encoders

2020-10-15 · NAACL 2021 4 · Junjie Hu, Melvin Johnson, Orhan Firat, Aditya Siddhant, Graham Neubig

Pre-trained cross-lingual encoders such as mBERT (Devlin et al., 2019) and XLMR (Conneau et al., 2020) have proven to be impressively effective at enabling transfer-learning of NLP systems from high-resource languages to low-resource languages. This success comes despite the fact that there is no explicit objective to align the contextual embeddings of words/sentences with similar meanings across languages together in the same space. In this paper, we present a new method for learning multilingual encoders, AMBER (Aligned Multilingual Bidirectional EncodeR). AMBER is trained on additional parallel data using two explicit alignment objectives that align the multilingual representations at different granularities. We conduct experiments on zero-shot cross-lingual transfer learning for different tasks including sequence tagging, sentence retrieval and sentence classification. Experimental results show that AMBER obtains gains of up to 1.1 average F1 score on sequence tagging and up to 27.3 average accuracy on retrieval over the XLMR-large model which has 3.2x the parameters of AMBER. Our code and models are available at http://github.com/junjiehu/amber.

📄 PDF Abstract BibTeX arXiv:2010.07972

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferRetrievalSentenceSentence ClassificationSentence RetrievalTransfer LearningZero-Shot Cross-Lingual Transfer

Methods 이 논문이 사용한 방법론

mBERT mBERT

Similar Papers 제목 키워드 기반

Do Explicit Alignments Robustly Improve Multilingual Encoders?

2020-10-06 · EMNLP 2020 11 · Shijie Wu, Mark Dredze

Multilingual BERT (mBERT), XLM-RoBERTa (XLMR) and other unsupervised multilingual encoders can effectively learn cross-lingual representation. Explicit alignment objectives based on bitexts like Europarl or MultiUN have …

Multilingual Text-to-Image Person Retrieval via Bidirectional Relation Reasoning and Aligning

2025-10-20 · Min Cao, Xinyu Zhou, Ding Jiang, Bo Du 외 arxiv

Text-to-image person retrieval (TIPR) aims to identify the target person using textual descriptions, facing challenge in modality heterogeneity. Prior works have attempted to address it by developing cross-modal global o…

Person Retrieval

Word Alignment by Fine-tuning Embeddings on Parallel Corpora

2021-01-20 · EACL 2021 2 · Zi-Yi Dou, Graham Neubig

Word alignment over parallel corpora has a wide variety of applications, including learning translation lexicons, cross-lingual transfer of language processing tools, and automatic evaluation or analysis of translation o…

Cross-Lingual TransferTranslationWord AlignmentWord Embeddings

Aligning Multilingual Embeddings for Improved Code-switched Natural Language Understanding

2022-10-01 · COLING 2022 10 · Barah Fazili, Preethi Jyothi

Multilingual pretrained models, while effective on monolingual data, need additional training to work well with code-switched text. In this work, we present a novel idea of training multilingual models with alignment obj…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Understanding+2

EuroBERT: Scaling Multilingual Encoders for European Languages

2025-03-07 · Nicolas Boizard, Hippolyte Gisserot-Boukhlef, Duarte M. Alves, André Martins 외

General-purpose multilingual vector representations, used in retrieval, regression and classification, are traditionally obtained from bidirectional encoder models. Despite their wide applicability, encoders have been re…

Decoder