paper-with-me

홈 › Papers

Language-Based User Profiles for Recommendation

2024-02-23 · Joyce Zhou, Yijia Dai, Thorsten Joachims

Most conventional recommendation methods (e.g., matrix factorization) represent user profiles as high-dimensional vectors. Unfortunately, these vectors lack interpretability and steerability, and often perform poorly in cold-start settings. To address these shortcomings, we explore the use of user profiles that are represented as human-readable text. We propose the Language-based Factorization Model (LFM), which is essentially an encoder/decoder model where both the encoder and the decoder are large language models (LLMs). The encoder LLM generates a compact natural-language profile of the user's interests from the user's rating history. The decoder LLM uses this summary profile to complete predictive downstream tasks. We evaluate our LFM approach on the MovieLens dataset, comparing it against matrix factorization and an LLM model that directly predicts from the user's rating history. In cold-start settings, we find that our method can have higher accuracy than matrix factorization. Furthermore, we find that generating a compact and human-readable summary often performs comparably with or better than direct LLM prediction, while enjoying better interpretability and shorter model input length. Our results motivate a number of future research directions and potential improvements.

📄 PDF Abstract BibTeX arXiv:2402.15623

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Transparent and Scrutable Recommendations Using Natural Language User Profiles

2024-02-08 · Jerome Ramos, Hossen A. Rahmani, Xi Wang, Xiao Fu 외

Recent state-of-the-art recommender systems predominantly rely on either implicit or explicit feedback from users to suggest new items. While effective in recommending novel options, many recommender systems often use un…

BenchmarkingDescriptiveRecommendation Systems

End-to-end Training for Recommendation with Language-based User Profiles

2024-10-24 · Zhaolin Gao, Joyce Zhou, Yijia Dai, Thorsten Joachims

Many online platforms maintain user profiles for personalization. Unfortunately, these profiles are typically not interpretable or easily modifiable by the user. To remedy this shortcoming, we explore natural language-ba…

Recommendation Systems

LettinGo: Explore User Profile Generation for Recommendation System

2025-06-23 · Lu Wang, Di Zhang, Fangkai Yang, Pu Zhao 외

User profiling is pivotal for recommendation systems, as it transforms raw user interaction data into concise and structured representations that drive personalized recommendations. While traditional embedding-based prof…

Profile GenerationRecommendation Systems

Knowledge Graph Enhanced Language Agents for Recommendation

2024-10-25 · Taicheng Guo, Chaochun Liu, Hai Wang, Varun Mannam 외

Language agents have recently been used to simulate human behavior and user-item interactions for recommendation systems. However, current language agent simulations do not understand the relationships between users and …

Knowledge GraphsRecommendation Systems

Bridging Textual Profiles and Latent User Embeddings for Personalization

2026-05-07 · Zhaoxuan Tan, Xiang Zhai, Yan Zhu, Meng Jiang 외 arxiv

Personalized systems rely on user representations to connect behavioral history with downstream recommendation applications. Existing methods typically employ either supervised latent user embeddings, which are effective…

Sequential RecommendationReinforcement LearningQuestion Answering