CLApr 21, 2022

DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings

Meta AIMIT
arXiv:2204.10298v1686 citationsh-index: 84
Originality Incremental advance
AI Analysis

This addresses the problem of improving unsupervised sentence representations for NLP applications, representing an incremental advance over existing methods.

The paper tackles unsupervised sentence embedding learning by proposing DiffCSE, a framework that learns embeddings sensitive to differences between original and edited sentences, achieving state-of-the-art results with a 2.3-point improvement over SimCSE on semantic textual similarity tasks.

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 sentence, where the edited sentence is obtained by stochastically masking out the original sentence and then sampling from a masked language model. We show that DiffSCE is an instance of equivariant contrastive learning (Dangovski et al., 2021), which generalizes contrastive learning and learns representations that are insensitive to certain types of augmentations and sensitive to other "harmful" types of augmentations. Our experiments show that DiffCSE achieves state-of-the-art results among unsupervised sentence representation learning methods, outperforming unsupervised SimCSE by 2.3 absolute points on semantic textual similarity tasks.

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