Next-basket recommendation

8 papers with code • 2 benchmarks • 0 datasets

This task has no description! Would you like to contribute one?

Most implemented papers

M2: Mixed Models with Preferences, Popularities and Transitions for Next-Basket Recommendation

BoPeng112/M2 3 Apr 2020

We compared M2 with different combinations of the factors with 5 state-of-the-art next-basket recommendation methods on 4 public benchmark datasets in recommending the first, second and third next basket.

Modeling Personalized Item Frequency Information for Next-basket Recommendation

HaojiHu/TIFUKNN 31 May 2020

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.

A Next Basket Recommendation Reality Check

liming-7/a-next-basket-recommendation-reality-check 29 Sep 2021

We propose a set of metrics that measure the repeat/explore ratio and performance of NBR models.

Efficiently Maintaining Next Basket Recommendations under Additions and Deletions of Baskets and Items

0xeeff/amnesiac_recsys 27 Jan 2022

Our results show that our method provides constant update time efficiency with respect to an additional user basket in the incremental case, and linear efficiency in the decremental case where we delete existing baskets.

Time-Aware Item Weighting for the Next Basket Recommendations

alexeyromanov-hse/time_aware_item_weighting 30 Jul 2023

In addition, we show the results of an ablation study and a case study of a few items.

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

liming-7/mask-swap-nnbr 2 Aug 2023

In next basket recommendation (NBR), it is useful to distinguish between repeat items, i. e., items that a user has consumed before, and explore items, i. e., items that a user has not consumed before.

[RE] Modeling Personalized Item Frequency Information for Next-basket Recommendation

pimpraat/recsysproject 27 Feb 2024

This paper focuses on reproducing and extending the results of the paper: "Modeling Personalized Item Frequency Information for Next-basket Recommendation" which introduced the TIFU-KNN model and proposed to utilize Personalized Item Frequency (PIF) for Next Basket Recommendation (NBR).