JTCSE: Joint Tensor-Modulus Constraints and Cross-Attention for Unsupervised Contrastive Learning of Sentence Embeddings
Tianyu Zong, Hongzhu Yi, Bingkang Shi, Yuanxiang Wang, Jungang Xu
TL;DR
This paper addresses limitations in unsupervised sentence embedding by introducing JTCSE, a twin-tower framework that jointly enforces tensor modulus constraints and cross-attention to improve representation magnitude and CLS pooling. The method integrates a modulus-based loss $L_{TMC}$ with cross-attention between encoders, producing enhanced positive alignment and richer global representations via increased CLS energy. Empirical results on seven STS tasks set new state-of-the-art performance, and extensive zero-shot evaluations across 130 downstream tasks demonstrate robust generalization; the approach also achieves substantially lower inference overhead than traditional large ensembles, with distillation yielding competitive single-encoder performance. The work provides detailed ablations and analyses, validating the complementary roles of modulus constraints and cross-attention and offering open-source code and checkpoints for reproducibility and further research.
Abstract
Unsupervised contrastive learning has become a hot research topic in natural language processing. Existing works usually aim at constraining the orientation distribution of the representations of positive and negative samples in the high-dimensional semantic space in contrastive learning, but the semantic representation tensor possesses both modulus and orientation features, and the existing works ignore the modulus feature of the representations and cause insufficient contrastive learning. % Therefore, we firstly propose a training objective that aims at modulus constraints on the semantic representation tensor, to strengthen the alignment between the positive samples in contrastive learning. Therefore, we first propose a training objective that is designed to impose modulus constraints on the semantic representation tensor, to strengthen the alignment between positive samples in contrastive learning. Then, the BERT-like model suffers from the phenomenon of sinking attention, leading to a lack of attention to CLS tokens that aggregate semantic information. In response, we propose a cross-attention structure among the twin-tower ensemble models to enhance the model's attention to CLS token and optimize the quality of CLS Pooling. Combining the above two motivations, we propose a new \textbf{J}oint \textbf{T}ensor representation modulus constraint and \textbf{C}ross-attention unsupervised contrastive learning \textbf{S}entence \textbf{E}mbedding representation framework JTCSE, which we evaluate in seven semantic text similarity computation tasks, and the experimental results show that JTCSE's twin-tower ensemble model and single-tower distillation model outperform the other baselines and become the current SOTA. In addition, we have conducted an extensive zero-shot downstream task evaluation, which shows that JTCSE outperforms other baselines overall on more than 130 tasks.
