Self-Adaptive Reconstruction with Contrastive Learning for Unsupervised Sentence Embeddings
Junlong Liu, Xichen Shang, Huawen Feng, Junhao Zheng, Qianli Ma
TL;DR
The paper tackles the challenge of token bias and loss of fine-grained semantics in unsupervised sentence embeddings by introducing SARCSE, which inserts an AutoEncoder-based token reconstruction stage after a pretrained language model and pairs it with a self-adaptive reconstruction loss that downweights frequent tokens. This architecture, combined with a contrastive learning objective, preserves subtle semantic differences and mitigates distribution biases in token representations. Empirical results across 7 STS tasks show that SARCSE consistently improves over SimCSE on RoBERTa-based encoders, with robustness to smaller batch sizes and a notable enhancement in alignment of sentence representations. The approach provides a plug-and-play enhancement to existing sentence encoders and highlights the importance of reconstruction-based semantics in conjunction with contrastive learning for high-quality unsupervised sentence embeddings.
Abstract
Unsupervised sentence embeddings task aims to convert sentences to semantic vector representations. Most previous works directly use the sentence representations derived from pretrained language models. However, due to the token bias in pretrained language models, the models can not capture the fine-grained semantics in sentences, which leads to poor predictions. To address this issue, we propose a novel Self-Adaptive Reconstruction Contrastive Sentence Embeddings (SARCSE) framework, which reconstructs all tokens in sentences with an AutoEncoder to help the model to preserve more fine-grained semantics during tokens aggregating. In addition, we proposed a self-adaptive reconstruction loss to alleviate the token bias towards frequency. Experimental results show that SARCSE gains significant improvements compared with the strong baseline SimCSE on the 7 STS tasks.
