In recent years, research in sequential recommendation has primarily refined user intent by constructing sequence-level contrastive learning tasks through data augmentation or by extracting preference information from the latent space of user behavior sequences. However, existing methods suffer from two critical limitations. Firstly, they fail to account for how random data augmentation may introduce unreasonable item associations in contrastive learning samples, thereby perturbing sequential semantic relationships. Secondly, the neglect of temporal dependencies may prevent models from effectively distinguishing between incidental behaviors and stable intentions, ultimately impairing the learning of user intent representations. To address these limitations, we propose TCLRec, a novel temporal-aware and intent contrastive learning framework for sequential recommendation, incorporating symmetry into its architecture. During the data augmentation phase, the model employs a symmetrical contrastive learning architecture and incorporates semantic enhancement operators to integrate user preferences. By introducing user rating information into both branches of the contrastive learning framework, this approach effectively enhances the semantic relevance between positive sample pairs. Furthermore, in the intent contrastive learning phase, TCLRec adaptively attenuates noise information in the frequency domain through learnable filters, while in the pre-training phase of sequence-level contrastive learning, it introduces a temporal-aware network that utilizes additional self-supervised signals to assist the model in capturing both long-term dependencies and short-term interests from user behavior sequences. The model employs a multi-task training strategy that alternately performs intent contrastive learning and sequential recommendation tasks to jointly optimize user intent representations. Comprehensive experiments conducted on the Beauty, Sports, and LastFM datasets demonstrate the soundness and effectiveness of TCLRec, where the incorporation of symmetry enhances the model’s capability to represent user intentions.
Zhang et al. (Thu,) studied this question.