paper-with-me

홈 › Papers

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-interacted based on the user-item interactions. In this paper, we investigate various inherent characteristics to enhance the repeat-aware recommendation. Specifically, we explore these characteristics from two aspects: one is from the temporal aspect where we consider the time interval relationship in the user behavior sequence; the other is from the sequential aspect where we consider the sequential-level relationship in the user behavior sequence. And our intuition is that both the temporal pattern and sequential pattern will reflect users' intentions of repeat consumption. By utilizing these two patterns, a novel model called Temporal and Sequential repeat-aware Recommendation(TSRec for short) is proposed to enhance repeat-aware recommendation. TSRec has three main components: 1) User-specific Temporal Representation Module (UTRM), which encodes and extracts user historical repeat temporal information. 2)Item-specific Temporal Representation Module (ITRM), which incorporates item time interval information as side information to alleviate the data sparsity problem of user repeat behavior sequence. 3) Sequential Repeat-Aware Module (SRAM), which represents the similarity between the user's current and the last repeat sequences. Extensive experimental results on three public benchmarks demonstrate the superiority of TSRec over state-of-the-art methods. The implementation code is available https://anonymous.4open.science/r/TSRec-2306/.

📄 PDF Abstract BibTeX arXiv:2506.08531

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Repeat-Aware Neighbor Sampling for Dynamic Graph Learning

2024-05-24 · Tao Zou, Yuhao Mao, Junchen Ye, Bowen Du

Dynamic graph learning equips the edges with time attributes and allows multiple links between two nodes, which is a crucial technology for understanding evolving data scenarios like traffic prediction and recommendation…

Graph LearningLink PredictionRecommendation SystemsTraffic Prediction

RepeatNet: A Repeat Aware Neural Recommendation Machine for Session-based Recommendation

2018-12-06 · Pengjie Ren, Zhumin Chen, Jing Li, Zhaochun Ren 외

Recurrent neural networks for session-based recommendation have attracted a lot of attention recently because of their promising performance. repeat consumption is a common phenomenon in many recommendation scenarios (e.…

DecoderSession-Based Recommendations

Enhancing Time Awareness in Generative Recommendation

2025-09-17 · Sunkyung Lee, Seongmin Park, Jonghyo Kim, Mincheol Yoon 외 arxiv

Generative recommendation has emerged as a promising paradigm that formulates the recommendations into a text-to-text generation task, harnessing the vast knowledge of large language models. However, existing studies foc…

Text Generation

Spacetime-GR: A Spacetime-Aware Generative Model for Large Scale Online POI Recommendation

2025-08-22 · Haitao Lin, Zhen Yang, Jiawei Xue, Ziji Zhang 외 arxiv

Building upon the strong sequence modeling capability, Generative Recommendation (GR) has gradually assumed a dominant position in the application of recommendation tasks (e.g., video and product recommendation). However…

Product Recommendation

Using LLMs to Capture Users' Temporal Context for Recommendation

2025-08-11 · Milad Sabouri, Masoud Mansoury, Kun Lin, Bamshad Mobasher arxiv

Effective recommender systems demand dynamic user understanding, especially in complex, evolving environments. Traditional user profiling often fails to capture the nuanced, temporal contextual factors of user preference…