paper-with-me

Papers

Towards Question-based Recommender Systems

2020-05-28 · Jie Zou, Yi-fan Chen, Evangelos Kanoulas

Conversational and question-based recommender systems have gained increasing attention in recent years, with users enabled to converse with the system and better control recommendations. Nevertheless, research in the field is still limited, compared to traditional recommender systems. In this work, we propose a novel Question-based recommendation method, Qrec, to assist users to find items interactively, by answering automatically constructed and algorithmically chosen questions. Previous conversational recommender systems ask users to express their preferences over items or item facets. Our model, instead, asks users to express their preferences over descriptive item features. The model is first trained offline by a novel matrix factorization algorithm, and then iteratively updates the user and item latent factors online by a closed-form solution based on the user answers. Meanwhile, our model infers the underlying user belief and preferences over items to learn an optimal question-asking strategy by using Generalized Binary Search, so as to ask a sequence of questions to the user. Our experimental results demonstrate that our proposed matrix factorization model outperforms the traditional Probabilistic Matrix Factorization model. Further, our proposed Qrec model can greatly improve the performance of state-of-the-art baselines, and it is also effective in the case of cold-start user and item recommendations.

📄 PDF Abstract BibTeX arXiv:2005.14255

Code (1)

JieZouIR/Qrec 공식 구현 pytorch

Tasks

DescriptiveRecommendation Systems

Similar Papers 제목 키워드 기반

Handling Cold-Start Collaborative Filtering with Reinforcement Learning

2018-06-16 · Hima Varsha Dureddy, Zachary Kaden

A major challenge in recommender systems is handling new users, whom are also called $\textit{cold-start}$ users. In this paper, we propose a novel approach for learning an optimal series of questions with which to inter…

Collaborative FilteringRecommendation Systemsreinforcement-learningReinforcement Learning+1

Towards Fair Conversational Recommender Systems

2022-08-08 · Allen Lin, Ziwei Zhu, Jianling Wang, James Caverlee

Conversational recommender systems have demonstrated great success. They can accurately capture a user's current detailed preference -- through a multi-round interaction cycle -- to effectively guide users to a more pers…

FairnessRecommendation Systems

Recommender Systems: A Primer

2023-02-06 · Pablo Castells, Dietmar Jannach

Personalized recommendations have become a common feature of modern online services, including most major e-commerce sites, media platforms and social networks. Today, due to their high practical relevance, research in t…

Recommendation SystemsRetrievalSession-Based Recommendations

Widespread Flaws in Offline Evaluation of Recommender Systems

2023-07-27 · Balázs Hidasi, Ádám Tibor Czapp

Even though offline evaluation is just an imperfect proxy of online performance -- due to the interactive nature of recommenders -- it will probably remain the primary way of evaluation in recommender systems research fo…

Recommendation Systems

The Use of Machine Learning Algorithms in Recommender Systems: A Systematic Review

2015-11-17 · Ivens Portugal, Paulo Alencar, Donald Cowan

Recommender systems use algorithms to provide users with product or service recommendations. Recently, these systems have been using machine learning algorithms from the field of artificial intelligence. However, choosin…

BIG-bench Machine LearningRecommendation Systems