paper-with-me

홈 › Papers

HNCSE: Advancing Sentence Embeddings via Hybrid Contrastive Learning with Hard Negatives

2024-11-19 · Wenxiao Liu, Zihong Yang, Chaozhuo Li, Zijin Hong, Jianfeng Ma, Zhiquan Liu, Litian Zhang, Feiran Huang

Unsupervised sentence representation learning remains a critical challenge in modern natural language processing (NLP) research. Recently, contrastive learning techniques have achieved significant success in addressing this issue by effectively capturing textual semantics. Many such approaches prioritize the optimization using negative samples. In fields such as computer vision, hard negative samples (samples that are close to the decision boundary and thus more difficult to distinguish) have been shown to enhance representation learning. However, adapting hard negatives to contrastive sentence learning is complex due to the intricate syntactic and semantic details of text. To address this problem, we propose HNCSE, a novel contrastive learning framework that extends the leading SimCSE approach. The hallmark of HNCSE is its innovative use of hard negative samples to enhance the learning of both positive and negative samples, thereby achieving a deeper semantic understanding. Empirical tests on semantic textual similarity and transfer task datasets validate the superiority of HNCSE.

📄 PDF Abstract BibTeX arXiv:2411.12156

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRepresentation LearningSemantic Textual SimilaritySentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
SimCSE SimCSE is a contrastive learning framework for generating sentence embeddings. It utilizes an unsupervised approach, which takes an input sentence and predicts itself in…

Similar Papers 제목 키워드 기반

Sentence Embeddings using Supervised Contrastive Learning

2021-06-09 · Danqi Liao

Sentence embeddings encode sentences in fixed dense vectors and have played an important role in various NLP tasks and systems. Methods for building sentence embeddings include unsupervised learning such as Quick-Thought…

Contrastive LearningSemantic Textual SimilaritySentenceSentence Embeddings+1

ViCLSR: A Supervised Contrastive Learning Framework with Natural Language Inference for Natural Language Understanding Tasks

2026-03-22 · Tin Van Huynh, Kiet Van Nguyen, Ngan Luu-Thuy Nguyen arxiv

High-quality text representations are crucial for natural language understanding (NLU), but low-resource languages like Vietnamese face challenges due to limited annotated data. While pre-trained models like PhoBERT and …

Natural Language UnderstandingNatural Language InferenceRepresentation LearningContrastive Learning

Non-contrastive sentence representations via self-supervision

2023-10-26 · Marco Farina, Duccio Pappadopulo

Sample contrastive methods, typically referred to simply as contrastive are the foundation of most unsupervised methods to learn text and sentence embeddings. On the other hand, a different class of self-supervised loss …

SentenceSentence Embeddings

DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings

2022-04-21 · NAACL 2022 7 · Yung-Sung Chuang, Rumen Dangovski, Hongyin Luo, Yang Zhang 외

We propose DiffCSE, an unsupervised contrastive learning framework for learning sentence embeddings. DiffCSE learns sentence embeddings that are sensitive to the difference between the original sentence and an edited sen…

Contrastive LearningLanguage ModelingLanguage ModellingRepresentation Learning+3

UNSEE: Unsupervised Non-contrastive Sentence Embeddings

2024-01-27 · Ömer Veysel Çağatan

We present UNSEE: Unsupervised Non-Contrastive Sentence Embeddings, a novel approach that outperforms SimCSE in the Massive Text Embedding benchmark. Our exploration begins by addressing the challenge of representation c…

SentenceSentence Embeddings