A curated list of papers on GNN-based social recommender systems.
Social recommender systems use user-user social links in addition to user-item interaction edges to make effective recommendation. This is illustrated in the diagram shown below, as it forms a user-item bipartite graph along with a relational graph induced by the social network.
Over the past few years, Graph Neural Networks (GNNs) have emerged as the standard way to encode graphs.
This repo, which accompanies our survey on the topic, inludes over 80 papers that use Graph Neural Network for the task of social recommendation.
You may refer to the survey for novel taxonomies to categorize these papers based on inputs, input representations, architectures (both encoders and decoders), and loss functions.
@article{10.1145/3661821,
author = {Sharma, Kartik and Lee, Yeon-Chang and Nambi, Sivagami and Salian, Aditya and Shah, Shlok and Kim, Sang-Wook and Kumar, Srijan},
title = {A Survey of Graph Neural Networks for Social Recommender Systems},
year = {2024},
publisher = {Association for Computing Machinery},
issn = {0360-0300},
url = {https://doi.org/10.1145/3661821},
note = {Just Accepted},
journal = {ACM Comput. Surv.},
month = {apr},
}
Papers sorted by year: 2022 | 2021 | 2020 | 2019
Year | Model | Venue | Paper |
---|---|---|---|
2020 | DREAM | CIKM | https://arxiv.org/pdf/2008.04579.pdf |
2020 | MEGCN | CIKM | https://dl.acm.org/doi/pdf/10.1145/3340531.3412016?casa_token=Fm0DDhNV--UAAAAA:zkGFGffGmb3rPyytwynfSorvKbCtJnIP2fdAIAIjMpGCIBbuhboUhiQ0BH3hJN7pFhOn4VIZ5Pj_dw |
2020 | DGARec-R | IEEE ISPA/BDCloud/SocialCom/SustainCom | https://ieeexplore.ieee.org/abstract/document/9443760 |
2020 | TGRec | IEEE BigData | https://ieeexplore.ieee.org/document/9378444 |
2020 | GNN-SOR | IEEE Transactions on Industrial Informatics | https://ieeexplore.ieee.org/document/9063418 |
2020 | Diffnet++ | IEEE TKDE | https://ieeexplore.ieee.org/document/9311623 |
2020 | HIDM | IEEE ICTAI | https://ieeexplore.ieee.org/document/9288294 |
2020 | KConvGraphRec | CSoNet | https://link.springer.com/chapter/10.1007/978-3-030-66046-8_6 |
2020 | MGNN | IEEE Intelligent Systems | https://ieeexplore.ieee.org/document/9078079 |
2020 | SR-HGNN | IEEE ICDM | https://ieeexplore.ieee.org/document/9338365 |