paper-with-me

Papers

Clustering-Aware Negative Sampling for Unsupervised Sentence Representation

2023-05-17 · Jinghao Deng, Fanqi Wan, Tao Yang, Xiaojun Quan, Rui Wang

Contrastive learning has been widely studied in sentence representation learning. However, earlier works mainly focus on the construction of positive examples, while in-batch samples are often simply treated as negative examples. This approach overlooks the importance of selecting appropriate negative examples, potentially leading to a scarcity of hard negatives and the inclusion of false negatives. To address these issues, we propose ClusterNS (Clustering-aware Negative Sampling), a novel method that incorporates cluster information into contrastive learning for unsupervised sentence representation learning. We apply a modified K-means clustering algorithm to supply hard negatives and recognize in-batch false negatives during training, aiming to solve the two issues in one unified framework. Experiments on semantic textual similarity (STS) tasks demonstrate that our proposed ClusterNS compares favorably with baselines in unsupervised sentence representation learning. Our code has been made publicly available.

📄 PDF Abstract BibTeX arXiv:2305.09892

Code (1)

djz233/clusterns 공식 구현 pytorch

Tasks

ClusteringContrastive LearningRepresentation LearningSemantic Textual SimilaritySentenceSTS

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

An Unsupervised Sampling Approach for Image-Sentence Matching Using Document-Level Structural Information

2021-03-21 · Zejun Li, Zhongyu Wei, Zhihao Fan, Haijun Shan 외

In this paper, we focus on the problem of unsupervised image-sentence matching. Existing research explores to utilize document-level structural information to sample positive and negative instances for model training. Al…

Representation LearningSemantic SimilaritySemantic Textual SimilaritySentence

ESANS: Effective and Semantic-Aware Negative Sampling for Large-Scale Retrieval Systems

2025-02-22 · Haibo Xing, Kanefumi Matsuyama, Hao Deng, Jinxin Hu 외

Industrial recommendation systems typically involve a two-stage process: retrieval and ranking, which aims to match users with millions of items. In the retrieval stage, classic embedding-based retrieval (EBR) methods de…

ClusteringDiversityRecommendation SystemsRetrieval

Contrastive Learning with Prompt-derived Virtual Semantic Prototypes for Unsupervised Sentence Embedding

2022-11-07 · Jiali Zeng, Yongjing Yin, Yufan Jiang, Shuangzhi Wu 외

Contrastive learning has become a new paradigm for unsupervised sentence embeddings. Previous studies focus on instance-wise contrastive learning, attempting to construct positive pairs with textual data augmentation. In…

ClusteringContrastive LearningData AugmentationSemantic Textual Similarity+4

Fuzzy Cluster-Aware Contrastive Clustering for Time Series

2025-03-28 · Congyu Wang, Mingjing Du, Xiang Jiang, Yongquan Dong

The rapid growth of unlabeled time series data, driven by the Internet of Things (IoT), poses significant challenges in uncovering underlying patterns. Traditional unsupervised clustering methods often fail to capture th…

ClusteringContrastive LearningData AugmentationRepresentation Learning+1

Debiased Contrastive Learning of Unsupervised Sentence Representations

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

Recently, contrastive learning has shown effectiveness in fine-tuning pre-trained language models (PLM) to derive sentence representations, which pulls augmented positive examples together to improve the alignment while …

Contrastive LearningSemantic Textual SimilaritySentence