paper-with-me

Papers

Sequential Learning over Implicit Feedback for Robust Large-Scale Recommender Systems

2019-02-21 · Alexandra Burashnikova, Yury Maximov, Massih-Reza Amini

In this paper, we propose a robust sequential learning strategy for training large-scale Recommender Systems (RS) over implicit feedback mainly in the form of clicks. Our approach relies on the minimization of a pairwise ranking loss over blocks of consecutive items constituted by a sequence of non-clicked items followed by a clicked one for each user. Parameter updates are discarded if for a given user the number of sequential blocks is below or above some given thresholds estimated over the distribution of the number of blocks in the training set. This is to prevent from an abnormal number of clicks over some targeted items, mainly due to bots; or very few user interactions. Both scenarios affect the decision of RS and imply a shift over the distribution of items that are shown to the users. We provide a theoretical analysis showing that in the case where the ranking loss is convex, the deviation between the loss with respect to the sequence of weights found by the proposed algorithm and its minimum is bounded. Furthermore, experimental results on five large-scale collections demonstrate the efficiency of the proposed algorithm with respect to the state-of-the-art approaches, both regarding different ranking measures and computation time.

📄 PDF Abstract BibTeX arXiv:1902.08495

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Learning from Negative User Feedback and Measuring Responsiveness for Sequential Recommenders

2023-08-23 · Yueqi Wang, Yoni Halpern, Shuo Chang, Jingchen Feng 외

Sequential recommenders have been widely used in industry due to their strength in modeling user preferences. While these models excel at learning a user's positive interests, less attention has been paid to learning fro…

counterfactualRecommendation SystemsRetrieval

From Implicit to Explicit feedback: A deep neural network for modeling sequential behaviours and long-short term preferences of online users

2021-07-26 · Quyen Tran, Lam Tran, Linh Chu Hai, Linh Ngo Van 외

In this work, we examine the advantages of using multiple types of behaviour in recommendation systems. Intuitively, each user has to do some implicit actions (e.g., click) before making an explicit decision (e.g., purch…

Recommendation Systems

USI-IR at IEST 2018: Sequence Modeling and Pseudo-Relevance Feedback for Implicit Emotion Detection

2018-10-01 · WS 2018 10 · Esteban R{\'\i}ssola, Anastasia Giachanou, Fabio Crestani

This paper describes the participation of USI-IR in WASSA 2018 Implicit Emotion Shared Task. We propose a relevance feedback approach employing a sequential model (biLSTM) and word embeddings derived from a large collect…

Emotion RecognitionGeneral ClassificationSentiment AnalysisWord Embeddings

Recommender systems: when memory matters

2021-12-04 · Aleksandra Burashnikova, Marianne Clausel, Massih-Reza Amini, Yury Maximov 외

In this paper, we study the effect of long memory in the learnability of a sequential recommender system including users' implicit feedback. We propose an online algorithm, where model parameters are updated user per use…

Recommendation Systems

Fast ALS-based tensor factorization for context-aware recommendation from implicit feedback

2012-04-05 · Balázs Hidasi, Domonkos Tikk

Albeit, the implicit feedback based recommendation problem - when only the user history is available but there are no ratings - is the most typical setting in real-world applications, it is much less researched than the …

Computational Efficiency