Sentence Representation Learning with Generative Objective rather than Contrastive Objective
Though offering amazing contextualized token-level representations, current pre-trained language models take less attention on accurately acquiring sentence-level representation during their self-supervised pre-training. However, contrastive objectives which dominate the current sentence representation learning bring little linguistic interpretability and no performance guarantee on downstream semantic tasks. We instead propose a novel generative self-supervised learning objective based on phrase reconstruction. To overcome the drawbacks of previous generative methods, we carefully model intra-sentence structure by breaking down one sentence into pieces of important phrases. Empirical studies show that our generative learning achieves powerful enough performance improvement and outperforms the current state-of-the-art contrastive methods not only on the STS benchmarks, but also on downstream semantic retrieval and reranking tasks. Our code is available at https://github.com/chengzhipanpan/PaSeR.
Code (1)
Tasks
Representation LearningRerankingRetrievalSelf-Supervised LearningSemantic RetrievalSentenceSTSSimilar Papers 제목 키워드 기반
Sentence Bottleneck Autoencoders from Transformer Language Models
Representation learning for text via pretraining a language model on a large corpus has become a standard starting point for building NLP systems. This approach stands in contrast to autoencoders, also trained on raw tex…
DecoderDenoisingLanguage ModelingLanguage Modelling+6IDIOLEX: Unified and Continuous Representations for Idiolectal and Stylistic Variation
Existing sentence representations primarily encode what a sentence says, rather than how it is expressed, even though the latter is important for many applications. In contrast, we develop sentence representations that c…
Representation LearningGenerative or Contrastive? Phrase Reconstruction for Better Sentence Representation Learning
Though offering amazing contextualized token-level representations, current pre-trained language models actually take less attention on acquiring sentence-level representation during its self-supervised pre-training. If …
Contrastive LearningRepresentation LearningRetrievalSelf-Supervised Learning+3SentiCSE: A Sentiment-aware Contrastive Sentence Embedding Framework with Sentiment-guided Textual Similarity
Recently, sentiment-aware pre-trained language models (PLMs) demonstrate impressive results in downstream sentiment analysis tasks. However, they neglect to evaluate the quality of their constructed sentiment representat…
SentenceSentence EmbeddingSentence-EmbeddingSentiment AnalysisDIBERT: Dependency Injected Bidirectional Encoder Representations from Transformers
Prior research in the area of Natural Language Processing (NLP) has shown that including the syntactic structure of a sentence using a dependency parse tree while training a representation learning model improves the per…
Language ModelingLanguage ModellingMasked Language ModelingNatural Language Inference+5