SOTAVerified

Bootstrapped Unsupervised Sentence Representation Learning

2021-08-01ACL 2021Code Available1· sign in to hype

Yan Zhang, Ruidan He, Zuozhu Liu, Lidong Bing, Haizhou Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

As high-quality labeled data is scarce, unsupervised sentence representation learning has attracted much attention. In this paper, we propose a new framework with a two-branch Siamese Network which maximizes the similarity between two augmented views of each sentence. Specifically, given one augmented view of the input sentence, the online network branch is trained by predicting the representation yielded by the target network of the same sentence under another augmented view. Meanwhile, the target network branch is bootstrapped with a moving average of the online network. The proposed method significantly outperforms other state-of-the-art unsupervised methods on semantic textual similarity (STS) and classification tasks. It can be adopted as a post-training procedure to boost the performance of the supervised methods. We further extend our method for learning multilingual sentence representations and demonstrate its effectiveness on cross-lingual STS tasks. Our code is available at https://github.com/yanzhangnlp/BSL.

Tasks

Reproductions