2020-12-07读论文:A Heterogeneous Gr

2020-12-07  本文已影响0人  syat_e6da

这篇文章的主要贡献点在于通过user-item interactions建立interactive graph,通过social network建立social links,以及textual reviews建立semantic links.
interactive graph的建立没有讲,一笔带过;
social links S is a user-by-user square matrix initially
filled by any existing social links between users;
textual link embedding 用SBERT训练得到。
最后的heterogeneous graph H表示为:

H
embedding的生成——the graph Laplacian method:


W_o^{(l)} preserves the original information for each user and item’s embedding andW^{(l)}_n aggregates the information from their neighbours.

做实验的时候将cold-start user(观看记录小于10)和regular user的结果分开写,看出该方法对cold-start user有明显提升。

上一篇 下一篇

猜你喜欢

热点阅读