TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Modeling Personalized Item Frequency Information for Next-...

Modeling Personalized Item Frequency Information for Next-basket Recommendation

Haoji Hu, Xiangnan He, Jinyang Gao, Zhi-Li Zhang

2020-05-31Session-Based Recommendations
PaperPDFCode(official)Code

Abstract

Next-basket recommendation (NBR) is prevalent in e-commerce and retail industry. In this scenario, a user purchases a set of items (a basket) at a time. NBR performs sequential modeling and recommendation based on a sequence of baskets. NBR is in general more complex than the widely studied sequential (session-based) recommendation which recommends the next item based on a sequence of items. Recurrent neural network (RNN) has proved to be very effective for sequential modeling and thus been adapted for NBR. However, we argue that existing RNNs cannot directly capture item frequency information in the recommendation scenario. Through careful analysis of real-world datasets, we find that {\em personalized item frequency} (PIF) information (which records the number of times that each item is purchased by a user) provides two critical signals for NBR. But, this has been largely ignored by existing methods. Even though existing methods such as RNN based methods have strong representation ability, our empirical results show that they fail to learn and capture PIF. As a result, existing methods cannot fully exploit the critical signals contained in PIF. Given this inherent limitation of RNNs, we propose a simple item frequency based k-nearest neighbors (kNN) method to directly utilize these critical signals. We evaluate our method on four public real-world datasets. Despite its relative simplicity, our method frequently outperforms the state-of-the-art NBR methods -- including deep learning based methods using RNNs -- when patterns associated with PIF play an important role in the data.

Results

TaskDatasetMetricValueModel
Next-basket recommendationInstacartRecall@100.3952TIFUKNN
Next-basket recommendationInstacartnDCG@100.3825TIFUKNN
Next-basket recommendationTaFengRecall@100.1301TIFUKNN
Next-basket recommendationTaFengnDCG@100.1011TIFUKNN

Related Papers

Hierarchical Intent-guided Optimization with Pluggable LLM-Driven Semantics for Session-based Recommendation2025-07-07Rethinking Contrastive Learning in Session-based Recommendation2025-06-05A Survey on Side Information-driven Session-based Recommendation: From a Data-centric Perspective2025-05-18Linear Item-Item Model with Neural Knowledge for Session-based Recommendation2025-04-21Distilling Transitional Pattern to Large Language Models for Multimodal Session-based Recommendation2025-04-13Unsupervised Graph Embeddings for Session-based Recommendation with Item Features2025-02-19SPGL: Enhancing Session-based Recommendation with Single Positive Graph Learning2024-12-16Multi-Graph Co-Training for Capturing User Intent in Session-based Recommendation2024-12-15