paper-with-me

홈 › Papers

DenoSent: A Denoising Objective for Self-Supervised Sentence Representation Learning

2024-01-24 · Xinghao Wang, Junliang He, Pengyu Wang, Yunhua Zhou, Tianxiang Sun, Xipeng Qiu

Contrastive-learning-based methods have dominated sentence representation learning. These methods regularize the representation space by pulling similar sentence representations closer and pushing away the dissimilar ones and have been proven effective in various NLP tasks, e.g., semantic textual similarity (STS) tasks. However, it is challenging for these methods to learn fine-grained semantics as they only learn from the inter-sentence perspective, i.e., their supervision signal comes from the relationship between data samples. In this work, we propose a novel denoising objective that inherits from another perspective, i.e., the intra-sentence perspective. By introducing both discrete and continuous noise, we generate noisy sentences and then train our model to restore them to their original form. Our empirical evaluations demonstrate that this approach delivers competitive results on both semantic textual similarity (STS) and a wide range of transfer tasks, standing up well in comparison to contrastive-learning-based methods. Notably, the proposed intra-sentence denoising objective complements existing inter-sentence contrastive methodologies and can be integrated with them to further enhance performance. Our code is available at https://github.com/xinghaow99/DenoSent.

📄 PDF Abstract BibTeX arXiv:2401.13621

Code (1)

xinghaow99/denosent 공식 구현 pytorch

Tasks

Contrastive LearningDenoisingRepresentation LearningSemantic Textual SimilaritySentenceSTS

Similar Papers 제목 키워드 기반

E2S2: Encoding-Enhanced Sequence-to-Sequence Pretraining for Language Understanding and Generation

2022-05-30 · Qihuang Zhong, Liang Ding, Juhua Liu, Bo Du 외

Sequence-to-sequence (seq2seq) learning is a popular fashion for large-scale pretraining language models. However, the prior seq2seq pretraining models generally focus on reconstructive objectives on the decoder side and…

DecoderDenoisingLanguage ModellingNatural Language Understanding+1

BottleSum: Unsupervised and Self-supervised Sentence Summarization using the Information Bottleneck Principle

2019-09-16 · IJCNLP 2019 11 · Peter West, Ari Holtzman, Jan Buys, Yejin Choi

The principle of the Information Bottleneck (Tishby et al. 1999) is to produce a summary of information X optimized to predict some other relevant information Y. In this paper, we propose a novel approach to unsupervised…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling+4

PromptBERT: Improving BERT Sentence Embeddings with Prompts

2022-01-12 · Ting Jiang, Jian Jiao, Shaohan Huang, Zihan Zhang 외

We propose PromptBERT, a novel contrastive learning method for learning better sentence representation. We firstly analyze the drawback of current sentence embedding from original BERT and find that it is mainly due to t…

Contrastive LearningDenoisingSemantic SimilaritySemantic Textual Similarity+5

Denoising Improves Latent Space Geometry in Text Autoencoders

2019-09-25 · Tianxiao Shen, Jonas Mueller, Regina Barzilay, Tommi Jaakkola

Neural language models have recently shown impressive gains in unconditional text generation, but controllable generation and manipulation of text remain challenging. In particular, controlling text via latent space oper…

DenoisingSentenceText Generation

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.…

Representation LearningRerankingRetrievalSelf-Supervised Learning+3