Basket Recommendation with Multi-Intent Translation Graph Neural Network
- URL: http://arxiv.org/abs/2010.11419v1
- Date: Thu, 22 Oct 2020 03:52:00 GMT
- Title: Basket Recommendation with Multi-Intent Translation Graph Neural Network
- Authors: Zhiwei Liu, Xiaohan Li, Ziwei Fan, Stephen Guo, Kannan Achan, and
Philip S. Yu
- Abstract summary: Basket recommendation(BR) is to recommend a ranking list of items to the current basket.
We propose a new framework named as textbfMulti-textbfIntent textbfTranslation textbfGraph textbfNeural textbfNetwork(textbfMITGNN)
- Score: 59.00550319853681
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: 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 relation, thus
optimizing the item embeddings. However, this assumption breaks when there
exist multiple intents within a basket. For example, assuming a basket contains
\{\textit{bread, cereal, yogurt, soap, detergent}\} where \{\textit{bread,
cereal, yogurt}\} are correlated through the "breakfast" intent, while
\{\textit{soap, detergent}\} are of "cleaning" intent, ignoring multiple
relations among the items spoils the ability of the model to learn the
embeddings. To resolve this issue, it is required to discover the intents
within the basket. However, retrieving a multi-intent pattern is rather
challenging, as intents are latent within the basket. Additionally, intents
within the basket may also be correlated. Moreover, discovering a multi-intent
pattern requires modeling high-order interactions, as the intents across
different baskets are also correlated. To this end, we propose a new framework
named as \textbf{M}ulti-\textbf{I}ntent \textbf{T}ranslation \textbf{G}raph
\textbf{N}eural \textbf{N}etwork~({\textbf{MITGNN}}). MITGNN models $T$ intents
as tail entities translated from one corresponding basket embedding via $T$
relation vectors. The relation vectors are learned through multi-head
aggregators to handle user and item information. Additionally, MITGNN
propagates multiple intents across our defined basket graph to learn the
embeddings of users and items by aggregating neighbors. Extensive experiments
on two real-world datasets prove the effectiveness of our proposed model on
both transductive and inductive BR. The code is available online at
https://github.com/JimLiu96/MITGNN.
Related papers
- Relation Rectification in Diffusion Model [64.84686527988809]
We introduce a novel task termed Relation Rectification, aiming to refine the model to accurately represent a given relationship it initially fails to generate.
We propose an innovative solution utilizing a Heterogeneous Graph Convolutional Network (HGCN)
The lightweight HGCN adjusts the text embeddings generated by the text encoder, ensuring the accurate reflection of the textual relation in the embedding space.
arXiv Detail & Related papers (2024-03-29T15:54:36Z) - Hypergraph Enhanced Knowledge Tree Prompt Learning for Next-Basket
Recommendation [50.55786122323965]
Next-basket recommendation (NBR) aims to infer the items in the next basket given the corresponding basket sequence.
HEKP4NBR transforms the knowledge graph (KG) into prompts, namely Knowledge Tree Prompt (KTP), to help PLM encode the Out-Of-Vocabulary (OOV) item IDs.
A hypergraph convolutional module is designed to build a hypergraph based on item similarities measured by an MoE model from multiple aspects.
arXiv Detail & Related papers (2023-12-26T02:12:21Z) - Masked and Swapped Sequence Modeling for Next Novel Basket
Recommendation in Grocery Shopping [59.52585406731807]
Next basket recommendation (NBR) is the task of predicting the next set of items based on a sequence of already purchased baskets.
We formulate the next novel basket recommendation (NNBR) task, i.e., the task of recommending a basket that only consists of novel items.
arXiv Detail & Related papers (2023-08-02T17:52:37Z) - Embracing Structure in Data for Billion-Scale Semantic Product Search [14.962039276966319]
We present principled approaches to train and deploy dyadic neural embedding models at the billion scale.
We show that exploiting the natural structure of real-world datasets helps address both challenges efficiently.
arXiv Detail & Related papers (2021-10-12T16:14:13Z) - R$^2$-Net: Relation of Relation Learning Network for Sentence Semantic
Matching [58.72111690643359]
We propose a Relation of Relation Learning Network (R2-Net) for sentence semantic matching.
We first employ BERT to encode the input sentences from a global perspective.
Then a CNN-based encoder is designed to capture keywords and phrase information from a local perspective.
To fully leverage labels for better relation information extraction, we introduce a self-supervised relation of relation classification task.
arXiv Detail & Related papers (2020-12-16T13:11:30Z) - BasConv: Aggregating Heterogeneous Interactions for Basket
Recommendation with Graph Convolutional Neural Network [64.73281115977576]
Within-basket recommendation reduces the exploration time of users, where the user's intention of the basket matters.
We propose a new framework named textbfBasConv, which is based on the graph convolutional neural network.
Our BasConv model has three types of aggregators specifically designed for three types of nodes.
arXiv Detail & Related papers (2020-01-14T16:27:32Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.