IRLGSIJan 26, 2022

Graph Neural Networks with Dynamic and Static Representations for Social Recommendation

arXiv:2201.10751v230 citations
AI Analysis

This work addresses social recommendation systems by incorporating dynamic item representations, offering an incremental improvement over previous methods that focused mainly on users.

The paper tackles the problem of social recommendation by addressing the lack of attention to items and their dynamic attraction over time, proposing GNN-DSR which models dynamic and static representations for both users and items, achieving validated effectiveness on three real-world datasets.

Recommender systems based on graph neural networks receive increasing research interest due to their excellent ability to learn a variety of side information including social networks. However, previous works usually focus on modeling users, not much attention is paid to items. Moreover, the possible changes in the attraction of items over time, which is like the dynamic interest of users are rarely considered, and neither do the correlations among items. To overcome these limitations, this paper proposes graph neural networks with dynamic and static representations for social recommendation (GNN-DSR), which considers both dynamic and static representations of users and items and incorporates their relational influence. GNN-DSR models the short-term dynamic and long-term static interactional representations of the user's interest and the item's attraction, respectively. Furthermore, the attention mechanism is used to aggregate the social influence of users on the target user and the correlative items' influence on a given item. The final latent factors of user and item are combined to make a prediction. Experiments on three real-world recommender system datasets validate the effectiveness of GNN-DSR.

Code Implementations1 repo
Foundations

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

Your Notes