paper-with-me

Papers

Towards Explainable Temporal User Profiling with LLMs

2025-05-01 · Milad Sabouri, Masoud Mansoury, Kun Lin, Bamshad Mobasher

Accurately modeling user preferences is vital not only for improving recommendation performance but also for enhancing transparency in recommender systems. Conventional user profiling methods, such as averaging item embeddings, often overlook the evolving, nuanced nature of user interests, particularly the interplay between short-term and long-term preferences. In this work, we leverage large language models (LLMs) to generate natural language summaries of users' interaction histories, distinguishing recent behaviors from more persistent tendencies. Our framework not only models temporal user preferences but also produces natural language profiles that can be used to explain recommendations in an interpretable manner. These textual profiles are encoded via a pre-trained model, and an attention mechanism dynamically fuses the short-term and long-term embeddings into a comprehensive user representation. Beyond boosting recommendation accuracy over multiple baselines, our approach naturally supports explainability: the interpretable text summaries and attention weights can be exposed to end users, offering insights into why specific items are suggested. Experiments on real-world datasets underscore both the performance gains and the promise of generating clearer, more transparent justifications for content-based recommendations.

📄 PDF Abstract BibTeX arXiv:2505.00886

Code (1)

milsab/TETUP 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Temporal User Profiling with LLMs: Balancing Short-Term and Long-Term Preferences for Recommendations

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

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 …

Effectiveness of LLMs in Temporal User Profiling for Recommendation

2025-10-31 · Milad Sabouri, Masoud Mansoury, Kun Lin, Bamshad Mobasher arxiv

Effectively modeling the dynamic nature of user preferences is crucial for enhancing recommendation accuracy and fostering transparency in recommender systems. Traditional user profiling often overlooks the distinction b…

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…

LLM-Guided Multi-View Hypergraph Learning for Human-Centric Explainable Recommendation

2024-01-16 · Zhixuan Chu, Yan Wang, Qing Cui, Longfei Li 외

As personalized recommendation systems become vital in the age of information overload, traditional methods relying solely on historical user interactions often fail to fully capture the multifaceted nature of human inte…

Explainable RecommendationRecommendation Systems

StreamProfileBench: A Benchmark for Fine-Grained User Profile Inference in Real-World Streaming Scenarios

2026-05-25 · Sizhe Wang, Feiyu Duan, Juelin Wang, Liwen Zhang 외 arxiv

Large Language Models (LLMs) have reshaped user profiling, yet current evaluations mainly focus on static data snapshots. This paradigm overlooks the reality of personalized systems, where User-Generated Content (UGC) ar…