IRAILGAug 18, 2021

A Unified Framework for Cross-Domain and Cross-System Recommendations

arXiv:2108.07976v191 citations
Originality Incremental advance
AI Analysis

This work addresses the limitation of single-target recommendation systems by enabling mutual improvement across datasets, which is incremental but extends existing approaches to new multi-target scenarios.

The paper tackles the problem of improving recommendation accuracy across multiple datasets simultaneously in cross-domain and cross-system scenarios, proposing a unified framework (GA) that uses graph embedding and attention techniques, and demonstrates significant performance gains over state-of-the-art methods in experiments on four real-world datasets.

Cross-Domain Recommendation (CDR) and Cross-System Recommendation (CSR) have been proposed to improve the recommendation accuracy in a target dataset (domain/system) with the help of a source one with relatively richer information. However, most existing CDR and CSR approaches are single-target, namely, there is a single target dataset, which can only help the target dataset and thus cannot benefit the source dataset. In this paper, we focus on three new scenarios, i.e., Dual-Target CDR (DTCDR), Multi-Target CDR (MTCDR), and CDR+CSR, and aim to improve the recommendation accuracy in all datasets simultaneously for all scenarios. To do this, we propose a unified framework, called GA (based on Graph embedding and Attention techniques), for all three scenarios. In GA, we first construct separate heterogeneous graphs to generate more representative user and item embeddings. Then, we propose an element-wise attention mechanism to effectively combine the embeddings of common entities (users/items) learned from different datasets. Moreover, to avoid negative transfer, we further propose a Personalized training strategy to minimize the embedding difference of common entities between a richer dataset and a sparser dataset, deriving three new models, i.e., GA-DTCDR-P, GA-MTCDR-P, and GA-CDR+CSR-P, for the three scenarios respectively. Extensive experiments conducted on four real-world datasets demonstrate that our proposed GA models significantly outperform the state-of-the-art approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes