paper-with-me

Papers

An Algorithm for Recommending Groceries Based on an Item Ranking Method

2021-05-03 · Gourab Nath, Jaydip Sen

This research proposes a new recommender system algorithm for online grocery shopping. The algorithm is based on the perspective that, since the grocery items are usually bought in bulk, a grocery recommender system should be capable of recommending the items in bulk. The algorithm figures out the possible dishes a user may cook based on the items added to the basket and recommends the ingredients accordingly. Our algorithm does not depend on the user ratings. Customers usually do not have the patience to rate the groceries they purchase. Therefore, algorithms that are not dependent on user ratings need to be designed. Instead of using a brute force search, this algorithm limits the search space to a set of only a few probably food categories. Each food category consists of several food subcategories. For example, "fried rice" and "biryani" are food subcategories that belong to the food category "rice". For each food category, items are ranked according to how well they can differentiate a food subcategory. To each food subcategory in the activated search space, this algorithm attaches a score. The score is calculated based on the rank of the items added to the basket. Once the score exceeds a threshold value, its corresponding subcategory gets activated. The algorithm then uses a basket-to-recipe similarity measure to identify the best recipe matches within the activated subcategories only. This reduces the search space to a great extent. We may argue that this algorithm is similar to the content-based recommender system in some sense, but it does not suffer from the limitations like limited content, over-specialization, or the new user problem.

📄 PDF Abstract BibTeX arXiv:2105.00650

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Graph-based Collaborative Ranking

2017-01-31 · Shams Bita, Haratizadeh Saman

Data sparsity, that is a common problem in neighbor-based collaborative filtering domain, usually complicates the process of item recommendation. This problem is more serious in collaborative ranking domain, in which cal…

Collaborative FilteringCollaborative Ranking

Reinforcement Re-ranking with 2D Grid-based Recommendation Panels

2022-04-11 · Sirui Chen, Xiao Zhang, Xu Chen, Zhiyu Li 외

Modern recommender systems usually present items as a streaming, one-dimensional ranking list. Recently there is a trend in e-commerce that the recommended items are organized grid-based panels with two dimensions where …

Recommendation SystemsRe-Ranking

The Power of Linear Programming in Sponsored Listings Ranking: Evidence from Field Experiments

2024-03-21 · Haihao Lu, Luyang Zhang, Yuting Zhu

Sponsored listing is one of the major revenue sources for many prominent online marketplaces, such as Amazon, Walmart, and Alibaba. When consumers visit a marketplace's webpage for a specific item, in addition to that it…

Rank and Rate: Multi-task Learning for Recommender Systems

2018-07-31 · Guy Hadash, Oren Sar Shalom, Rita Osadchy

The two main tasks in the Recommender Systems domain are the ranking and rating prediction tasks. The rating prediction task aims at predicting to what extent a user would like any given item, which would enable to recom…

Multi-Task LearningPredictionRecommendation Systems

Re-ranking With Constraints on Diversified Exposures for Homepage Recommender System

2021-12-12 · Qi Hao, Tianze Luo, Guangda Huzhang

The homepage recommendation on most E-commerce applications places items in a hierarchical manner, where different channels display items in different styles. Existing algorithms usually optimize the performance of a sin…

DiversityRecommendation SystemsRe-Ranking