paper-with-me

Papers

Universal Sentence Representation Learning with Conditional Masked Language Model

2020-12-28 · EMNLP 2021 11 · ZiYi Yang, Yinfei Yang, Daniel Cer, Jax Law, Eric Darve

This paper presents a novel training method, Conditional Masked Language Modeling (CMLM), to effectively learn sentence representations on large scale unlabeled corpora. CMLM integrates sentence representation learning into MLM training by conditioning on the encoded vectors of adjacent sentences. Our English CMLM model achieves state-of-the-art performance on SentEval, even outperforming models learned using supervised signals. As a fully unsupervised learning method, CMLM can be conveniently extended to a broad range of languages and domains. We find that a multilingual CMLM model co-trained with bitext retrieval (BR) and natural language inference (NLI) tasks outperforms the previous state-of-the-art multilingual models by a large margin, e.g. 10% improvement upon baseline models on cross-lingual semantic search. We explore the same language bias of the learned representations, and propose a simple, post-training and model agnostic approach to remove the language identifying information from the representation while still retaining sentence semantics.

📄 PDF Abstract BibTeX arXiv:2012.14388

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMasked Language ModelingNatural Language InferenceRepresentation LearningRetrievalSentence

Similar Papers 제목 키워드 기반

Universal Sentence Representations Learning with Conditional Masked Language Model

2021-01-01 · ZiYi Yang, Yinfei Yang, Daniel M Cer, Jax Law 외

This paper presents a novel training method, Conditional Masked Language Modeling (CMLM), to effectively learn sentence representations on large scale unlabeled corpora. CMLM integrates sentence representation learning i…

Language ModelingLanguage ModellingMasked Language ModelingNatural Language Inference+3

Uni-EDEN: Universal Encoder-Decoder Network by Multi-Granular Vision-Language Pre-training

2022-01-11 · Yehao Li, Jiahao Fan, Yingwei Pan, Ting Yao 외

Vision-language pre-training has been an emerging and fast-developing research topic, which transfers multi-modal knowledge from rich-resource pre-training task to limited-resource downstream tasks. Unlike existing works…

DecoderImage CaptioningLanguage ModelingLanguage Modelling+4

Modeling Sequential Sentence Relation to Improve Cross-lingual Dense Retrieval

2023-02-03 · Shunyu Zhang, Yaobo Liang, Ming Gong, Daxin Jiang 외

Recently multi-lingual pre-trained language models (PLM) such as mBERT and XLM-R have achieved impressive strides in cross-lingual dense retrieval. Despite its successes, they are general-purpose PLM while the multilingu…

RelationRepresentation LearningRetrievalSentence+1

Conditional BERT Contextual Augmentation

2018-12-17 · Xing Wu, Shangwen Lv, Liangjun Zang, Jizhong Han 외

We propose a novel data augmentation method for labeled sentences called conditional BERT contextual augmentation. Data augmentation methods are often applied to prevent overfitting and improve generalization of deep neu…

Data AugmentationLanguage ModelingLanguage ModellingText Classification

Contrastive Conditional Masked Language Model for Non-autoregressive Neural Machine Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Inspired by the success of contrastive learning in natural language processing, we incorporate contrastive learning into the conditional masked language model which is extensively used in non-autoregressive neural machin…

Contrastive LearningLanguage ModelingLanguage ModellingMachine Translation+2