Learning From the Future: Light Cone Modeling for Sequential Recommendation
提出双向序列图卷积网络BiSGCN,通过建模用户行为的过去和未来光锥来学习物品表示,并在黎曼流形中捕捉物品转移模式,提升序列推荐效果。
Modeling sequential behaviors is the core of sequential recommendation. As users visit items in chronological order, existing methods typically capture a user's present interests from his/her past-to-present behaviors, i.e., making recommendations with only the unidirectional past information. This article argues that future information is another critical factor for the sequential recommendation. However, directly learning from future-to-present behaviors inevitably causes data leakage. Here, it is pointed out that future information can be learned from users' collaborative behaviors. Toward this end, this article introduces sequential graphs to depict item transition relationships: where and how each item transits from and will transit to. This temporal evolution information is called the light cone in special and general relativity. Then, a bidirectional sequential graph convolutional network (BiSGCN) is proposed to learn item representations by encoding past and future light cones. Finally, a manifold translating embedding (MTE) method is proposed to model item transition patterns in Riemannian manifolds, which helps to better capture the geometric structures of light cones and item transition patterns. Experimental comparisons and ablation studies verify the outstanding performance of BiSGCN, the benefits of learning from the future, and the improvements of learning in Riemannian manifolds.