paper-with-me

홈 › Papers

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-based user profiles, as they promise enhanced transparency and scrutability of recommender systems. While existing work has shown that language-based profiles from standard LLMs can be effective, such generalist LLMs are unlikely to be optimal for this task. In this paper, we introduce LangPTune, the first end-to-end learning method for training LLMs to produce language-based user profiles that optimize recommendation effectiveness. Through comprehensive evaluations of LangPTune across various training configurations and benchmarks, we demonstrate that our approach significantly outperforms existing profile-based methods. In addition, it approaches performance levels comparable to state-of-the-art, less transparent recommender systems, providing a robust and interpretable alternative to conventional systems. Finally, we validate the relative interpretability of these language-based user profiles through user studies involving crowdworkers and GPT-4-based evaluations. Implementation of LangPTune can be found at https://github.com/ZhaolinGao/LangPTune.

📄 PDF Abstract BibTeX arXiv:2410.18870

Code (1)

zhaolingao/langptune 공식 구현 pytorch

Tasks

Recommendation Systems

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

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

Adversarial Recommendation: Attack of the Learned Fake Users

2018-09-21 · Konstantina Christakopoulou, Arindam Banerjee

Can machine learning models for recommendation be easily fooled? While the question has been answered for hand-engineered fake user profiles, it has not been explored for machine learned adversarial attacks. This paper a…

Recommendation 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