Modeling Sequential Recommendation as Missing Information Imputation
Yujie Lin, Zhumin Chen, Zhaochun Ren, Chenyang Wang, Qiang Yan,, Maarten de Rijke, Xiuzhen Cheng, Pengjie Ren

TL;DR
This paper introduces a unified approach called missing information imputation (MII) for sequential recommendation, which effectively handles missing side information and models item-feature relations, leading to improved recommendation accuracy.
Contribution
The paper proposes a novel MII framework and a MIIR model with dense fusion self-attention to better incorporate side information and handle missing data in sequential recommendation.
Findings
MIIR outperforms state-of-the-art baselines on benchmark datasets.
MII effectively models missing side information in sequences.
Dense fusion self-attention captures comprehensive item-feature relations.
Abstract
Side information is being used extensively to improve the effectiveness of sequential recommendation models. It is said to help capture the transition patterns among items. Most previous work on sequential recommendation that uses side information models item IDs and side information separately, which may fail to fully model the relation between the items and their side information. Moreover, in real-world systems, not all values of item feature fields are available. This hurts the performance of models that rely on side information. Existing methods tend to neglect the context of missing item feature fields, and fill them with generic or special values, e.g., unknown, which might lead to sub-optimal performance. To address the limitation of sequential recommenders with side information, we define a way to fuse side information and alleviate the problem of missing side information by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Stochastic Gradient Optimization Techniques
Methodsfail
