paper-with-me

홈 › Papers

Temporal Linear Item-Item Model for Sequential Recommendation

2024-12-10 · Seongmin Park, Mincheol Yoon, Minjin Choi, Jongwuk Lee

In sequential recommendation (SR), neural models have been actively explored due to their remarkable performance, but they suffer from inefficiency inherent to their complexity. On the other hand, linear SR models exhibit high efficiency and achieve competitive or superior accuracy compared to neural models. However, they solely deal with the sequential order of items (i.e., sequential information) and overlook the actual timestamp (i.e., temporal information). It is limited to effectively capturing various user preference drifts over time. To address this issue, we propose a novel linear SR model, named TemporAl LinEar item-item model (TALE), incorporating temporal information while preserving training/inference efficiency, with three key components. (i) Single-target augmentation concentrates on a single target item, enabling us to learn the temporal correlation for the target item. (ii) Time interval-aware weighting utilizes the actual timestamp to discern the item correlation depending on time intervals. (iii) Trend-aware normalization reflects the dynamic shift of item popularity over time. Our empirical studies show that TALE outperforms ten competing SR models by up to 18.71% gains on five benchmark datasets. It also exhibits remarkable effectiveness in evaluating long-tail items by up to 30.45% gains. The source code is available at https://github.com/psm1206/TALE.

📄 PDF Abstract BibTeX arXiv:2412.07382

Code (1)

psm1206/tale 공식 구현 pytorch

Tasks

modelSequential Recommendation

Similar Papers 제목 키워드 기반

Learning Dual Dynamic Representations on Time-Sliced User-Item Interaction Graphs for Sequential Recommendation

2021-09-24 · Zeyuan Chen, Wei zhang, Junchi Yan, Gang Wang 외

Sequential Recommendation aims to recommend items that a target user will interact with in the near future based on the historically interacted items. While modeling temporal dynamics is crucial for sequential recommenda…

Representation LearningSequential Recommendation

Reinforcement Learning based Path Exploration for Sequential Explainable Recommendation

2021-11-24 · Yicong Li, Hongxu Chen, Yile Li, Lin Li 외

Recent advances in path-based explainable recommendation systems have attracted increasing attention thanks to the rich information provided by knowledge graphs. Most existing explainable recommendations only utilize sta…

Explainable RecommendationKnowledge GraphsRecommendation Systemsreinforcement-learning+2

Continuous-Time Sequential Recommendation with Temporal Graph Collaborative Transformer

2021-08-14 · Ziwei Fan, Zhiwei Liu, Jiawei Zhang, Yun Xiong 외

In order to model the evolution of user preference, we should learn user/item embeddings based on time-ordered item purchasing sequences, which is defined as Sequential Recommendation (SR) problem. Existing methods lever…

Sequential Recommendation

TSRec: Enhancing Repeat-Aware Recommendation from a Temporal-Sequential Perspective

2025-06-10 · Shigang Quan, Shui Liu, Zhenzhe Zheng, Fan Wu

Repeat consumption, such as repurchasing items and relistening songs, is a common scenario in daily life. To model repeat consumption, the repeat-aware recommendation has been proposed to predict which item will be re-in…

Modeling Temporal Positive and Negative Excitation for Sequential Recommendation

2024-10-29 · Chengkai Huang, Shoujin Wang, Xianzhi Wang, Lina Yao

Sequential recommendation aims to predict the next item which interests users via modeling their interest in items over time. Most of the existing works on sequential recommendation model users' dynamic interest in speci…

AttributeSequential Recommendation