Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2019 WWW Graph Neural Networks for Social Recommendation #4

Open
ZahraTaherikhonakdar opened this issue Feb 25, 2022 · 1 comment
Open
Assignees
Labels
literature-review Summary of the paper related to the work

Comments

@ZahraTaherikhonakdar
Copy link
Member

ZahraTaherikhonakdar commented Feb 25, 2022

https://github.com/wenqifan03/GraphRec-WWW19**Main Problem:**
This paper proposed a Graph model using neural networks. They represent users' social information as a graph: users' friends, users' ratings, and opinions on the items to improve recommendation systems in social networks. They believe that their proposed neural network graph improved the social recommendation as it is effective to obtain information from graph data. (In my research I need to use the graph to get the information from 1-the user and his friends, 2- the user and interested items or topics and user's rating on them ) moreover, they said that friends who are directly connected to the user have an effect on them (in terms of rating items and etc.). They call it heterogeneous strengths of social relations. (which I should consider in my research too).

Input-Output:

phase:
Input: graph of--> users' friends + users' rating and opinion on items
Output: recommend items based on rating prediction

Previous Works and their Gaps:
They investigated previous models which are developed using deep neural networks. Previous models gain success in social recommendation but none of them used Graph Neural Networks (GNNs) to improve social recommendation.

Result:
They categorized the previous model as a baseline in three categories namely: traditional recommender systems, traditional social recommender systems, and deep neural network-based recommender systems. Their model (GraphRec) outperforms previous models.
image

Data Set:
They collected datasets from Ciao and Epinion social networking websites

Gap of this work:
To improve the GNN technically I should investigate more. But, regarding graph data, they could include the user's search log.

Code:
https://github.com/wenqifan03/GraphRec-WWW19

@ZahraTaherikhonakdar ZahraTaherikhonakdar added the literature-review Summary of the paper related to the work label Feb 25, 2022
@ZahraTaherikhonakdar ZahraTaherikhonakdar self-assigned this Feb 25, 2022
@hosseinfani
Copy link
Member

the code is available in the first author's github

@hosseinfani hosseinfani transferred this issue from another repository Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
literature-review Summary of the paper related to the work
Projects
None yet
Development

No branches or pull requests

2 participants