🤖 AI Summary
Existing content-based recommender systems typically employ simplistic aggregation strategies (e.g., averaging or concatenation) to model user preferences, failing to capture the dynamic interplay between long- and short-term interests. To address this, we propose a time-aware semantic user profiling framework. First, we leverage large language models to convert raw user behavioral sequences into natural-language descriptions, which are then encoded by BERT into semantically rich embeddings. Second, we design a dual-temporal attention mechanism that separately models long- and short-term preferences and dynamically fuses them. Our approach explicitly distinguishes and jointly models temporal evolution and semantic meaning. Extensive experiments on multiple real-world datasets demonstrate that our method significantly outperforms state-of-the-art baselines. Results validate that integrating semantic enhancement with time-sensitive modeling substantially improves recommendation accuracy.
📝 Abstract
Accurately modeling user preferences is crucial for improving the performance of content-based recommender systems. Existing approaches often rely on simplistic user profiling methods, such as averaging or concatenating item embeddings, which fail to capture the nuanced nature of user preference dynamics, particularly the interactions between long-term and short-term preferences. In this work, we propose LLM-driven Temporal User Profiling (LLM-TUP), a novel method for user profiling that explicitly models short-term and long-term preferences by leveraging interaction timestamps and generating natural language representations of user histories using a large language model (LLM). These representations are encoded into high-dimensional embeddings using a pre-trained BERT model, and an attention mechanism is applied to dynamically fuse the short-term and long-term embeddings into a comprehensive user profile. Experimental results on real-world datasets demonstrate that LLM-TUP achieves substantial improvements over several baselines, underscoring the effectiveness of our temporally aware user-profiling approach and the use of semantically rich user profiles, generated by LLMs, for personalized content-based recommendation.