Separated Contrastive Learning for Matching in Cross-domain Recommendation with Curriculum Scheduling
Cross-domain recommendation (CDR) is a task that aims to improve the recommendation performance in a target domain by leveraging the information from source domains. Contrastive learning methods have been widely adopted among intra-domain (intra-CL) and inter-domain (inter-CL) users/items for their representation learning and knowledge transfer during the matching stage of CDR. However, we observe that directly employing contrastive learning on mixed-up intra-CL and inter-CL tasks ignores the difficulty of learning from inter-domain over learning from intra-domain, and thus could cause severe training instability. Therefore, this instability deteriorates the representation learning process and hurts the quality of generated embeddings. To this end, we propose a novel framework named SCCDR built up on a separated intra-CL and inter-CL paradigm and a stop-gradient operation to handle the drawback. Specifically, SCCDR comprises two specialized curriculum stages: intra-inter separation and inter-domain curriculum scheduling. The former stage explicitly uses two distinct contrastive views for the intra-CL task in the source and target domains, respectively. Meanwhile, the latter stage deliberately tackles the inter-CL tasks with a curriculum scheduling strategy that derives effective curricula by accounting for the difficulty of negative samples anchored by overlapping users. Empirical experiments on various open-source datasets and an offline proprietary industrial dataset extracted from a real-world recommender system, and an online A/B test verify that SCCDR achieves state-of-the-art performance over multiple baselines.
Code (0)
등록된 구현이 없습니다.
Tasks
Contrastive LearningRecommendation SystemsRepresentation LearningSchedulingTransfer LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Contrastive Cross-domain Recommendation in Matching
Cross-domain recommendation (CDR) aims to provide better recommendation results in the target domain with the help of the source domain, which is widely used and explored in real-world systems. However, CDR in the matchi…
Contrastive LearningRepresentation LearningTransfer LearningCrossFlowDG: Bridging the Modality Gap with Cross-modal Flow Matching for Domain Generalization
Domain generalization (DG) aims to maintain performance under domain shift, which in computer vision appears primarily as stylistic variations that cause models to overfit to domain-specific appearance cues rather than c…
Semantic correspondenceDomain GeneralizationTwo-Level Supervised Contrastive Learning for Response Selection in Multi-Turn Dialogue
Selecting an appropriate response from many candidates given the utterances in a multi-turn dialogue is the key problem for a retrieval-based dialogue system. Existing work formalizes the task as matching between the utt…
Contrastive LearningConversational Response SelectionRetrievalSentence+1Two-Level Supervised Contrastive Learning for Response Selection in Multi-Turn Dialogue
Selecting an appropriate response from many candidates given the utterances in a multi-turn dialogue is the key problem for a retrieval-based dialogue system. Existing work formalizes the task as matching between the ut…
Contrastive LearningRetrievalSentenceSTSSelf-Supervised Interest Transfer Network via Prototypical Contrastive Learning for Recommendation
Cross-domain recommendation has attracted increasing attention from industry and academia recently. However, most existing methods do not exploit the interest invariance between domains, which would yield sub-optimal sol…
Contrastive Learning