English

Graph Neural Patching for Cold-Start Recommendations

Information Retrieval 2024-10-21 v1

Abstract

The cold start problem in recommender systems remains a critical challenge. Current solutions often train hybrid models on auxiliary data for both cold and warm users/items, potentially degrading the experience for the latter. This drawback limits their viability in practical scenarios where the satisfaction of existing warm users/items is paramount. Although graph neural networks (GNNs) excel at warm recommendations by effective collaborative signal modeling, they haven't been effectively leveraged for the cold-start issue within a user-item graph, which is largely due to the lack of initial connections for cold user/item entities. Addressing this requires a GNN adept at cold-start recommendations without sacrificing performance for existing ones. To this end, we introduce Graph Neural Patching for Cold-Start Recommendations (GNP), a customized GNN framework with dual functionalities: GWarmer for modeling collaborative signal on existing warm users/items and Patching Networks for simulating and enhancing GWarmer's performance on cold-start recommendations. Extensive experiments on three benchmark datasets confirm GNP's superiority in recommending both warm and cold users/items.

Keywords

Cite

@article{arxiv.2410.14241,
  title  = {Graph Neural Patching for Cold-Start Recommendations},
  author = {Hao Chen and Yu Yang and Yuanchen Bei and Zefan Wang and Yue Xu and Feiran Huang},
  journal= {arXiv preprint arXiv:2410.14241},
  year   = {2024}
}

Comments

13 pages, accepted by Australasian Database Conference 2024. arXiv admin note: substantial text overlap with arXiv:2209.12215

R2 v1 2026-06-28T19:26:56.800Z