paper-with-me

홈 › Papers

Sentence Representation Learning with Generative Objective rather than Contrastive Objective

2022-10-16 · Bohong Wu, Hai Zhao

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.

📄 PDF Abstract BibTeX arXiv:2210.08474

Code (1)

chengzhipanpan/paser 공식 구현 pytorch

Tasks

Representation LearningRerankingRetrievalSelf-Supervised LearningSemantic RetrievalSentenceSTS

Similar Papers 제목 키워드 기반

Sentence Bottleneck Autoencoders from Transformer Language Models

2021-08-31 · EMNLP 2021 11 · Ivan Montero, Nikolaos Pappas, Noah A. Smith

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+6

IDIOLEX: Unified and Continuous Representations for Idiolectal and Stylistic Variation

2026-04-06 · Anjali Kantharuban, Aarohi Srivastava, Fahim Faisal, Orevaoghene Ahia 외 arxiv

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 Learning

Generative or Contrastive? Phrase Reconstruction for Better Sentence Representation Learning

2022-04-20 · Bohong Wu, Hai Zhao

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+3

SentiCSE: A Sentiment-aware Contrastive Sentence Embedding Framework with Sentiment-guided Textual Similarity

2024-04-01 · JaeMin Kim, Yohan Na, KangMin Kim, Sang Rak Lee 외

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 Analysis

DIBERT: Dependency Injected Bidirectional Encoder Representations from Transformers

2021-12-05 · IEEE SSCI 2021 12 · Abdul Wahab, Rafet Sifa

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