paper-with-me

홈 › Papers

S2SRec2: Set-to-Set Recommendation for Basket Completion with Recipe

2025-07-12 · Yanan Cao, Omid Memarrast, Shiqin Cai, Sinduja Subramaniam, Evren Korpeoglu, Kannan Achan arxiv

In grocery e-commerce, customers often build ingredient baskets guided by dietary preferences but lack the expertise to create complete meals. Leveraging recipe knowledge to recommend complementary ingredients based on a partial basket is essential for improving the culinary experience. Traditional recipe completion methods typically predict a single missing ingredient using a leave-one-out strategy. However, they fall short in two key aspects: (i) they do not reflect real-world scenarios where multiple ingredients are often needed, and (ii) they overlook relationships among the missing ingredients themselves. To address these limitations, we reformulate basket completion as a set-to-set (S2S) recommendation problem, where an incomplete basket is input into a system that predicts a set of complementary ingredients. We introduce S2SRec2, a set-to-set ingredient recommendation framework based on a Set Transformer and trained in a multitask learning paradigm. S2SRec2 jointly learns to (i) retrieve missing ingredients from the representation of existing ones and (ii) assess basket completeness after prediction. These tasks are optimized together, enforcing accurate retrieval and coherent basket completion. Experiments on large-scale recipe datasets and qualitative analyses show that S2SRec2 significantly outperforms single-target baselines, offering a promising approach to enhance grocery shopping and inspire culinary creativity.

📄 PDF Abstract BibTeX arXiv:2507.09101

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SAFERec: Self-Attention and Frequency Enriched Model for Next Basket Recommendation

2024-12-18 · Oleg Lashinin, Denis Krasilnikov, Aleksandr Milogradskii, Marina Ananyeva

Transformer-based approaches such as BERT4Rec and SASRec demonstrate strong performance in Next Item Recommendation (NIR) tasks. However, applying these architectures to Next-Basket Recommendation (NBR) tasks, which ofte…

Next-basket recommendation

Multi-Task Determinantal Point Processes for Recommendation

2018-05-24 · Romain Warlop, Jérémie Mary, Mike Gartrell

Determinantal point processes (DPPs) have received significant attention in the recent years as an elegant model for a variety of machine learning tasks, due to their ability to elegantly model set diversity and item qua…

DiversityGeneral ClassificationMulti-class ClassificationPoint Processes+1

A Universal Sets-level Optimization Framework for Next Set Recommendation

2024-10-30 · Yuli Liu, Min Liu, Christian Walder, Lexing Xie

Next Set Recommendation (NSRec), encompassing related tasks such as next basket recommendation and temporal sets prediction, stands as a trending research topic. Although numerous attempts have been made on this topic, t…

DiversityNext-basket recommendation

Within-basket Recommendation via Neural Pattern Associator

2024-01-25 · Kai Luo, Tianshu Shen, Lan Yao, Ga Wu 외

Within-basket recommendation (WBR) refers to the task of recommending items to the end of completing a non-empty shopping basket during a shopping session. While the latest innovations in this space demonstrate remarkabl…

Quantization

NewsRecLib: A PyTorch-Lightning Library for Neural News Recommendation

2023-10-02 · Andreea Iana, Goran Glavaš, Heiko Paulheim

NewsRecLib is an open-source library based on Pytorch-Lightning and Hydra developed for training and evaluating neural news recommendation models. The foremost goals of NewsRecLib are to promote reproducible research and…

BenchmarkingNews RecommendationRecommendation Systems