paper-with-me

Papers

Supervised Contrastive Learning for Cross-lingual Transfer Learning

2022-10-01 · CCL 2022 10 · Wang Shuaibo, Di Hui, Huang Hui, Lai Siyu, Ouchi Kazushige, Chen Yufeng, Xu Jinan

“Multilingual pre-trained representations are not well-aligned by nature, which harms their performance on cross-lingual tasks. Previous methods propose to post-align the multilingual pretrained representations by multi-view alignment or contrastive learning. However, we argue that both methods are not suitable for the cross-lingual classification objective, and in this paper we propose a simple yet effective method to better align the pre-trained representations. On the basis of cross-lingual data augmentations, we make a minor modification to the canonical contrastive loss, to remove false-negative examples which should not be contrasted. Augmentations with the same class are brought close to the anchor sample, and augmentations with different class are pushed apart. Experiment results on three cross-lingual tasks from XTREME benchmark show our method could improve the transfer performance by a large margin with no additional resource needed. We also provide in-detail analysis and comparison between different post-alignment strategies.”

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningCross-Lingual TransferTransfer Learning

Similar Papers 제목 키워드 기반

Acoustic word embeddings for zero-resource languages using self-supervised contrastive learning and multilingual adaptation

2021-03-19 · Christiaan Jacobs, Yevgen Matusevych, Herman Kamper

Acoustic word embeddings (AWEs) are fixed-dimensional representations of variable-length speech segments. For zero-resource languages where labelled data is not available, one AWE approach is to use unsupervised autoenco…

Contrastive LearningWord Embeddings

Unsupervised pretraining transfers well across languages

2020-02-07 · Morgane Rivière, Armand Joulin, Pierre-Emmanuel Mazaré, Emmanuel Dupoux

Cross-lingual and multi-lingual training of Automatic Speech Recognition (ASR) has been extensively investigated in the supervised setting. This assumes the existence of a parallel corpus of speech and orthographic trans…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Unsupervised Dense Information Retrieval with Contrastive Learning

2021-12-16 · Gautier Izacard, Mathilde Caron, Lucas Hosseini, Sebastian Riedel 외

Recently, information retrieval has seen the emergence of dense retrievers, using neural networks, as an alternative to classical sparse methods based on term-frequency. These models have obtained state-of-the-art result…

Contrastive LearningCross-Lingual TransferFact CheckingInformation Retrieval+4

Cross-Lingual Contrastive Learning for Fine-Grained Entity Typing for Low-Resource Languages

2022-05-01 · ACL 2022 5 · Xu Han, Yuqi Luo, Weize Chen, Zhiyuan Liu 외

Fine-grained entity typing (FGET) aims to classify named entity mentions into fine-grained entity types, which is meaningful for entity-related NLP tasks. For FGET, a key challenge is the low-resource problem — the compl…

Contrastive LearningEntity TypingMachine Translation

On Cross-Lingual Retrieval with Multilingual Text Encoders

2021-12-21 · Robert Litschko, Ivan Vulić, Simone Paolo Ponzetto, Goran Glavaš

In this work we present a systematic empirical study focused on the suitability of the state-of-the-art multilingual encoders for cross-lingual document and sentence retrieval tasks across a number of diverse language pa…

Cross-Lingual TransferRe-RankingRetrievalSentence+2