CLAISep 22, 2022

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

arXiv:2209.10951v1583 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in unsupervised sentence representation learning for natural language processing applications, offering an incremental improvement over existing contrastive methods.

The paper tackles the problem of redundant information in unsupervised sentence embeddings by proposing an information minimization based contrastive learning model that maximizes mutual information and minimizes information entropy between positive instances, achieving state-of-the-art performance on fourteen downstream tasks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes