CLSep 9, 2022

Ranking-Enhanced Unsupervised Sentence Representation Learning

Peking U
arXiv:2209.04333v3224 citationsh-index: 52
Originality Incremental advance
AI Analysis

This addresses the limitation of existing sentence encoders that rely only on input sentences, potentially improving semantic similarity tasks in NLP.

The paper tackles the problem of unsupervised sentence representation learning by proposing RankEncoder, which leverages nearest-neighbor sentences from an external corpus to predict semantic vectors, achieving an 80.07% Spearman's correlation, a 1.1% absolute improvement over previous state-of-the-art.

Unsupervised sentence representation learning has progressed through contrastive learning and data augmentation methods such as dropout masking. Despite this progress, sentence encoders are still limited to using only an input sentence when predicting its semantic vector. In this work, we show that the semantic meaning of a sentence is also determined by nearest-neighbor sentences that are similar to the input sentence. Based on this finding, we propose a novel unsupervised sentence encoder, RankEncoder. RankEncoder predicts the semantic vector of an input sentence by leveraging its relationship with other sentences in an external corpus, as well as the input sentence itself. We evaluate RankEncoder on semantic textual benchmark datasets. From the experimental results, we verify that 1) RankEncoder achieves 80.07% Spearman's correlation, a 1.1% absolute improvement compared to the previous state-of-the-art performance, 2) RankEncoder is universally applicable to existing unsupervised sentence embedding methods, and 3) RankEncoder is specifically effective for predicting the similarity scores of similar sentence pairs.

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