CLOct 29, 2022

Differentiable Data Augmentation for Contrastive Sentence Representation Learning

arXiv:2210.16536v1293 citationsh-index: 54
Originality Incremental advance
AI Analysis

This work addresses the problem of improving sentence representation learning for NLP practitioners by offering a more effective and label-efficient contrastive learning approach, though it is incremental as it builds on existing frameworks.

The paper tackles the under-exploration of contrastive learning for sentence representations by proposing a differentiable data augmentation method using prefix-tuning, which yields significant improvements over existing methods in semi-supervised and supervised settings and shows greater label efficiency in low-data scenarios.

Fine-tuning a pre-trained language model via the contrastive learning framework with a large amount of unlabeled sentences or labeled sentence pairs is a common way to obtain high-quality sentence representations. Although the contrastive learning framework has shown its superiority on sentence representation learning over previous methods, the potential of such a framework is under-explored so far due to the simple method it used to construct positive pairs. Motivated by this, we propose a method that makes hard positives from the original training examples. A pivotal ingredient of our approach is the use of prefix that is attached to a pre-trained language model, which allows for differentiable data augmentation during contrastive learning. Our method can be summarized in two steps: supervised prefix-tuning followed by joint contrastive fine-tuning with unlabeled or labeled examples. Our experiments confirm the effectiveness of our data augmentation approach. The proposed method yields significant improvements over existing methods under both semi-supervised and supervised settings. Our experiments under a low labeled data setting also show that our method is more label-efficient than the state-of-the-art contrastive learning methods.

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