Hierarchical Representation Learning for Bipartite Graphs
Abstract
Recommender systems on E-Commerce platforms track users' online behaviors and recommend relevant items according to each user’s interests and needs. Bipartite graphs that capture both user/item feature and use-item interactions have been demonstrated to be highly effective for this purpose. Recently, graph neural network (GNN) has been successfully applied in representation of bipartite graphs in industrial recommender systems. Providing individualized recommendation on a dynamic platform with billions of users is extremely challenging. A key observation is that the users of an online E-Commerce platform can be naturally clustered into a set of communities. We propose to cluster the users into a set of communities and make recommendations based on the information of the users in the community collectively. More specifically, embeddings are assigned to the communities and the user embedding is decomposed into two parts, each of which captures the community-level generalizations and individualized preferences respectively. The community embedding can be considered as an enhancement to the GNN methods that are inherently flat and do not learn hierarchical representations of graphs. The performance of the proposed algorithm is demonstrated on a public dataset and a world-leading E-Commerce company dataset.
Cite
Text
Li et al. "Hierarchical Representation Learning for Bipartite Graphs." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/398Markdown
[Li et al. "Hierarchical Representation Learning for Bipartite Graphs." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/li2019ijcai-hierarchical/) doi:10.24963/IJCAI.2019/398BibTeX
@inproceedings{li2019ijcai-hierarchical,
title = {{Hierarchical Representation Learning for Bipartite Graphs}},
author = {Li, Chong and Jia, Kunyang and Shen, Dan and Shi, Chuanjin Richard and Yang, Hongxia},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2019},
pages = {2873-2879},
doi = {10.24963/IJCAI.2019/398},
url = {https://mlanthology.org/ijcai/2019/li2019ijcai-hierarchical/}
}