paper-with-me

홈 › Papers

An Information Minimization Based Contrastive Learning Model for Unsupervised Sentence Embeddings Learning

2022-09-22 · COLING 2022 10 · Shaobin Chen, Jie zhou, Yuling Sun, Liang He

Unsupervised sentence embeddings learning has been recently dominated by contrastive learning methods (e.g., SimCSE), which keep positive pairs similar and push negative pairs apart. The contrast operation aims to keep as much information as possible by maximizing the mutual information between positive instances, which leads to redundant information in sentence embedding. To address this problem, we present an information minimization based contrastive learning (InforMin-CL) model to retain the useful information and discard the redundant information by maximizing the mutual information and minimizing the information entropy between positive instances meanwhile for unsupervised sentence representation learning. Specifically, we find that information minimization can be achieved by simple contrast and reconstruction objectives. The reconstruction operation reconstitutes the positive instance via the other positive instance to minimize the information entropy between positive instances. We evaluate our model on fourteen downstream tasks, including both supervised and unsupervised (semantic textual similarity) tasks. Extensive experimental results show that our InforMin-CL obtains a state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2209.10951

Code (1)

bin199/informin-cl 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation LearningSemantic Textual SimilaritySentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

InfoCSE: Information-aggregated Contrastive Learning of Sentence Embeddings

2022-10-08 · Xing Wu, Chaochen Gao, Zijia Lin, Jizhong Han 외

Contrastive learning has been extensively studied in sentence embedding learning, which assumes that the embeddings of different views of the same sentence are closer. The constraint brought by this assumption is weak, a…

Contrastive LearningLanguage ModelingLanguage ModellingRepresentation Learning+6

PCL: Peer-Contrastive Learning with Diverse Augmentations for Unsupervised Sentence Embeddings

2022-01-28 · Qiyu Wu, Chongyang Tao, Tao Shen, Can Xu 외

Learning sentence embeddings in an unsupervised manner is fundamental in natural language processing. Recent common practice is to couple pre-trained language models with unsupervised contrastive learning, whose success …

Contrastive LearningOpen-Ended Question AnsweringSentenceSentence Embeddings+1

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

Contrastive Learning of Sentence Embeddings from Scratch

2023-05-24 · Junlei Zhang, Zhenzhong Lan, Junxian He

Contrastive learning has been the dominant approach to train state-of-the-art sentence embeddings. Previous studies have typically learned sentence embeddings either through the use of human-annotated natural language in…

Contrastive LearningNatural Language InferenceRerankingSentence+2