CLIRFeb 28, 2022

A Mutually Reinforced Framework for Pretrained Sentence Embeddings

arXiv:2202.13802v12 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in learning sentence embeddings without labeled data, offering a domain-specific solution for natural language processing.

The paper tackles the problem of generating high-quality positive samples for self-supervised contrastive learning of sentence embeddings by proposing InfoCSE, a framework that iteratively improves representation learning and data annotation, achieving notable improvements over existing methods on three benchmark datasets.

The lack of labeled data is a major obstacle to learning high-quality sentence embeddings. Recently, self-supervised contrastive learning (SCL) is regarded as a promising way to address this problem. However, the existing works mainly rely on hand-crafted data annotation heuristics to generate positive training samples, which not only call for domain expertise and laborious tuning, but are also prone to the following unfavorable cases: 1) trivial positives, 2) coarse-grained positives, and 3) false positives. As a result, the self-supervision's quality can be severely limited in reality. In this work, we propose a novel framework InfoCSE to address the above problems. Instead of relying on annotation heuristics defined by humans, it leverages the sentence representation model itself and realizes the following iterative self-supervision process: on one hand, the improvement of sentence representation may contribute to the quality of data annotation; on the other hand, more effective data annotation helps to generate high-quality positive samples, which will further improve the current sentence representation model. In other words, the representation learning and data annotation become mutually reinforced, where a strong self-supervision effect can be derived. Extensive experiments are performed based on three benchmark datasets, where notable improvements can be achieved against the existing SCL-based methods.

Foundations

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

Your Notes