paper-with-me

Papers

BasConv: Aggregating Heterogeneous Interactions for Basket Recommendation with Graph Convolutional Neural Network

2020-01-14 · Zhiwei Liu, Mengting Wan, Stephen Guo, Kannan Achan, Philip S. Yu

Within-basket recommendation reduces the exploration time of users, where the user's intention of the basket matters. The intent of a shopping basket can be retrieved from both user-item collaborative filtering signals and multi-item correlations. By defining a basket entity to represent the basket intent, we can model this problem as a basket-item link prediction task in the User-Basket-Item~(UBI) graph. Previous work solves the problem by leveraging user-item interactions and item-item interactions simultaneously. However, collectivity and heterogeneity characteristics are hardly investigated before. Collectivity defines the semantics of each node which should be aggregated from both directly and indirectly connected neighbors. Heterogeneity comes from multi-type interactions as well as multi-type nodes in the UBI graph. To this end, we propose a new framework named \textbf{BasConv}, which is based on the graph convolutional neural network. Our BasConv model has three types of aggregators specifically designed for three types of nodes. They collectively learn node embeddings from both neighborhood and high-order context. Additionally, the interactive layers in the aggregators can distinguish different types of interactions. Extensive experiments on two real-world datasets prove the effectiveness of BasConv. Our code is available online at https://github.com/JimLiu96/basConv.

📄 PDF Abstract BibTeX arXiv:2001.09900

Code (1)

JimLiu96/basConv 공식 구현 tf

Tasks

Collaborative FilteringLink Prediction

Similar Papers 제목 키워드 기반

Basket-Enhanced Heterogenous Hypergraph for Price-Sensitive Next Basket Recommendation

2024-09-18 · Yuening Zhou, Yulin Wang, Qian Cui, Xinyu Guan 외

Next Basket Recommendation (NBR) is a new type of recommender system that predicts combinations of items users are likely to purchase together. Existing NBR models often overlook a crucial factor, which is price, and do …

Next-basket recommendationRecommendation Systems

Basket Recommendation with Multi-Intent Translation Graph Neural Network

2020-10-22 · Zhiwei Liu, Xiaohan Li, Ziwei Fan, Stephen Guo 외

The problem of basket recommendation~(BR) is to recommend a ranking list of items to the current basket. Existing methods solve this problem by assuming the items within the same basket are correlated by one semantic rel…

Graph Neural NetworkRelationTranslation

Robust Basket Recommendation via Noise-tolerated Graph Contrastive Learning

2023-11-27 · Xinrui He, Tianxin Wei, Jingrui He

The growth of e-commerce has seen a surge in popularity of platforms like Amazon, eBay, and Taobao. This has given rise to a unique shopping behavior involving baskets - sets of items purchased together. As a less studie…

Contrastive LearningRecommendation Systems

Masked and Swapped Sequence Modeling for Next Novel Basket Recommendation in Grocery Shopping

2023-08-02 · Ming Li, Mozhdeh Ariannezhad, Andrew Yates, Maarten de Rijke

Next basket recommendation (NBR) is the task of predicting the next set of items based on a sequence of already purchased baskets. It is a recommendation task that has been widely studied, especially in the context of gr…

Next-basket recommendation

Heterogeneous Graph Neural Network for Recommendation

2020-09-02 · Jinghan Shi, Houye Ji, Chuan Shi, Xiao Wang 외

The prosperous development of e-commerce has spawned diverse recommendation systems. As a matter of fact, there exist rich and complex interactions among various types of nodes in real-world recommendation systems, which…

Graph Neural NetworkRecommendation Systems