paper-with-me

홈 › Papers

Enhancing Time Awareness in Generative Recommendation

2025-09-17 · Sunkyung Lee, Seongmin Park, Jonghyo Kim, Mincheol Yoon, Jongwuk Lee 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 focus on considering the sequential order of items and neglect to handle the temporal dynamics across items, which can imply evolving user preferences. To address this limitation, we propose a novel model, Generative Recommender Using Time awareness (GRUT), effectively capturing hidden user preferences via various temporal signals. We first introduce Time-aware Prompting, consisting of two key contexts. The user-level temporal context models personalized temporal patterns across timestamps and time intervals, while the item-level transition context provides transition patterns across users. We also devise Trend-aware Inference, a training-free method that enhances rankings by incorporating trend information about items with generation likelihood. Extensive experiments demonstrate that GRUT outperforms state-of-the-art models, with gains of up to 15.4% and 14.3% in Recall@5 and NDCG@5 across four benchmark datasets. The source code is available at https://github.com/skleee/GRUT.

📄 PDF Abstract BibTeX arXiv:2509.13957

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Dual Use Concerns of Generative AI and Large Language Models

2023-05-13 · Alexei Grinbaum, Laurynas Adomaitis

We suggest the implementation of the Dual Use Research of Concern (DURC) framework, originally designed for life sciences, to the domain of generative AI, with a specific focus on Large Language Models (LLMs). With its d…

The 2nd Workshop on Recommendation with Generative Models

2024-03-07 · Wenjie Wang, Yang Zhang, Xinyu Lin, Fuli Feng 외

The rise of generative models has driven significant advancements in recommender systems, leaving unique opportunities for enhancing users' personalized recommendations. This workshop serves as a platform for researchers…

Recommendation Systems

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

Enhancing Sequential Music Recommendation with Personalized Popularity Awareness

2024-09-06 · Davide Abbattista, Vito Walter Anelli, Tommaso Di Noia, Craig Macdonald 외

In the realm of music recommendation, sequential recommender systems have shown promise in capturing the dynamic nature of music consumption. Nevertheless, traditional Transformer-based models, such as SASRec and BERT4Re…

Music RecommendationRecommendation SystemsSequential Recommendation

Enhancing High-order Interaction Awareness in LLM-based Recommender Model

2024-09-30 · Xinfeng Wang, Jin Cui, Fumiyo Fukumoto, Yoshimi Suzuki

Large language models (LLMs) have demonstrated prominent reasoning capabilities in recommendation tasks by transforming them into text-generation tasks. However, existing approaches either disregard or ineffectively mode…

Knowledge GraphsRerankingText GenerationWord Embeddings