paper-with-me

Papers

Bi-Preference Learning Heterogeneous Hypergraph Networks for Session-based Recommendation

2023-11-02 · Xiaokun Zhang, Bo Xu, Fenglong Ma, Chenliang Li, Yuan Lin, Hongfei Lin

Session-based recommendation intends to predict next purchased items based on anonymous behavior sequences. Numerous economic studies have revealed that item price is a key factor influencing user purchase decisions. Unfortunately, existing methods for session-based recommendation only aim at capturing user interest preference, while ignoring user price preference. Actually, there are primarily two challenges preventing us from accessing price preference. Firstly, the price preference is highly associated to various item features (i.e., category and brand), which asks us to mine price preference from heterogeneous information. Secondly, price preference and interest preference are interdependent and collectively determine user choice, necessitating that we jointly consider both price and interest preference for intent modeling. To handle above challenges, we propose a novel approach Bi-Preference Learning Heterogeneous Hypergraph Networks (BiPNet) for session-based recommendation. Specifically, the customized heterogeneous hypergraph networks with a triple-level convolution are devised to capture user price and interest preference from heterogeneous features of items. Besides, we develop a Bi-Preference Learning schema to explore mutual relations between price and interest preference and collectively learn these two preferences under the multi-task learning architecture. Extensive experiments on multiple public datasets confirm the superiority of BiPNet over competitive baselines. Additional research also supports the notion that the price is crucial for the task.

📄 PDF Abstract BibTeX arXiv:2311.01125

Code (1)

zhang-xiaokun/bipnet 공식 구현 pytorch

Tasks

Multi-Task LearningSession-Based Recommendations

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Price DOES Matter! Modeling Price and Interest Preferences in Session-based Recommendation

2022-05-09 · Xiaokun Zhang, Bo Xu, Liang Yang, Chenliang Li 외

Session-based recommendation aims to predict items that an anonymous user would like to purchase based on her short behavior sequence. The current approaches towards session-based recommendation only focus on modeling us…

AttributeMarketingSession-Based Recommendations

Heterogeneous Global Graph Neural Networks for Personalized Session-based Recommendation

2021-07-08 · Yitong Pang, Lingfei Wu, Qi Shen, Yiming Zhang 외

Predicting the next interaction of a short-term interaction session is a challenging task in session-based recommendation. Almost all existing works rely on item transition patterns, and neglect the impact of user histor…

Graph Neural NetworkSession-Based Recommendations

SR-HetGNN:Session-based Recommendation with Heterogeneous Graph Neural Network

2021-08-12 · Jinpeng Chen, Haiyang Li, Xudong Zhang, Fan Zhang 외

The Session-Based Recommendation System aims to predict the user's next click based on their previous session sequence. The current studies generally learn user preferences according to the transitions of items in the us…

Graph Neural NetworkSession-Based Recommendations

GraphFusionSBR: Denoising Multi-Channel Graphs for Session-Based Recommendation

2026-01-13 · Jia-Xin He, Hung-Hsuan Chen arxiv

Session-based recommendation systems must capture implicit user intents from sessions. However, existing models suffer from issues such as item interaction dominance and noisy sessions. We propose a multi-channel recomme…

Recommendation Systems

Session-based Recommendation with Hypergraph Attention Networks

2021-12-28 · Jianling Wang, Kaize Ding, Ziwei Zhu, James Caverlee

Session-based recommender systems aim to improve recommendations in short-term sessions that can be found across many platforms. A critical challenge is to accurately model user intent with only limited evidence in these…

Recommendation SystemsSession-Based Recommendations