paper-with-me

홈 › Papers

Continuous-Time User Preference Modelling for Temporal Sets Prediction

2022-04-12 · Le Yu, Zihang Liu, Leilei Sun, Bowen Du, Chuanren Liu, Weifeng Lv

Given a sequence of sets, where each set has a timestamp and contains an arbitrary number of elements, temporal sets prediction aims to predict the elements in the subsequent set. Previous studies for temporal sets prediction mainly focus on the modelling of elements and implicitly represent each user's preference based on his/her interacted elements. However, user preferences are often continuously evolving and the evolutionary trend cannot be fully captured with the indirect learning paradigm of user preferences. To this end, we propose a continuous-time user preference modelling framework for temporal sets prediction, which explicitly models the evolving preference of each user by maintaining a memory bank to store the states of all the users and elements. Specifically, we first construct a universal sequence by arranging all the user-set interactions in a non-descending temporal order, and then chronologically learn from each user-set interaction. For each interaction, we continuously update the memories of the related user and elements based on their currently encoded messages and past memories. Moreover, we present a personalized user behavior learning module to discover user-specific characteristics based on each user's historical sequence, which aggregates the previously interacted elements from dual perspectives according to the user and elements. Finally, we develop a set-batch algorithm to improve the model efficiency, which can create time-consistent batches in advance and achieve 3.5x and 3.0x speedups in the training and evaluation process on average. Experiments on four real-world datasets demonstrate the superiority of our approach over state-of-the-arts under both transductive and inductive settings. The good interpretability of our method is also shown.

📄 PDF Abstract BibTeX arXiv:2204.05490

Code (1)

yule-BUAA/CTTSP 공식 구현 pytorch

Tasks

Prediction

Similar Papers 제목 키워드 기반

Modelling and Analysis of Temporal Preference Drifts Using A Component-Based Factorised Latent Approach

2018-02-27 · F. Zafari, I. Moser, T. Baarslag

The changes in user preferences can originate from substantial reasons, like personality shift, or transient and circumstantial ones, like seasonal changes in item popularities. Disregarding these temporal drifts in mode…

Evolutionary Preference Learning via Graph Nested GRU ODE for Session-based Recommendation

2022-06-26 · Jiayan Guo, Peiyan Zhang, Chaozhuo Li, Xing Xie 외

Session-based recommendation (SBR) aims to predict the user next action based on the ongoing sessions. Recently, there has been an increasing interest in modeling the user preference evolution to capture the fine-grained…

Session-Based Recommendations

DUALRec: A Hybrid Sequential and Language Model Framework for Context-Aware Movie Recommendation

2025-07-18 · Yitong Li, Raoul Grasman arxiv

The modern recommender systems are facing an increasing challenge of modelling and predicting the dynamic and context-rich user preferences. Traditional collaborative filtering and content-based methods often struggle to…

Collaborative FilteringMovie Recommendation

Modelling of Bi-directional Spatio-Temporal Dependence and Users' Dynamic Preferences for Missing POI Check-in Identification

2021-12-31 · Dongbo Xi, Fuzhen Zhuang, Yanchi Liu, Jingjing Gu 외

Human mobility data accumulated from Point-of-Interest (POI) check-ins provides great opportunity for user behavior understanding. However, data quality issues (e.g., geolocation information missing, unreal check-ins, da…

Link Stream Graph for Temporal Recommendations

2019-03-27 · Armel Jacques Nzekon Nzeko'o, Maurice Tchuente, Matthieu Latapy

Several researches on recommender systems are based on explicit rating data, but in many real world e-commerce platforms, ratings are not always available, and in those situations, recommender systems have to deal with i…

Recommendation Systems