paper-with-me

홈 › Papers

Recommendations by Concise User Profiles from Review Text

2023-11-02 · Ghazaleh Haratinezhad Torbati, Anna Tigunova, Andrew Yates, Gerhard Weikum

Recommender systems perform well for popular items and users with ample interactions (likes, ratings etc.). This work addresses the difficult and underexplored case of users who have very sparse interactions but post informative review texts. This setting naturally calls for encoding user-specific text with large language models (LLM). However, feeding the full text of all reviews through an LLM has a weak signal-to-noise ratio and incurs high costs of processed tokens. This paper addresses these two issues. It presents a light-weight framework, called CUP, which first computes concise user profiles and feeds only these into the training of transformer-based recommenders. For user profiles, we devise various techniques to select the most informative cues from noisy reviews. Experiments, with book reviews data, show that fine-tuning a small language model with judiciously constructed profiles achieves the best performance, even in comparison to LLM-generated rankings.

📄 PDF Abstract BibTeX arXiv:2311.01314

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRecommendation SystemsRepresentation LearningSmall Language Model

Similar Papers 제목 키워드 기반

Retrieval-Augmented Review Generation for Poisoning Recommender Systems

2025-08-21 · Shiyi Yang, Xinshu Li, Guanglin Zhou, Chen Wang 외 arxiv

Recent studies have shown that recommender systems (RSs) are highly vulnerable to data poisoning attacks, where malicious actors inject fake user profiles, including a group of well-designed fake ratings, to manipulate r…

Text Style Transfer

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

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

You Get What You Chat: Using Conversations to Personalize Search-based Recommendations

2021-09-10 · Ghazaleh Haratinezhad Torbati, Andrew Yates, Gerhard Weikum

Prior work on personalized recommendations has focused on exploiting explicit signals from user-specific queries, clicks, likes, and ratings. This paper investigates tapping into a different source of implicit signals of…

Re-Ranking

LLM-based User Profile Management for Recommender System

2025-02-20 · Seunghwan Bang, Hwanjun Song

The rapid advancement of Large Language Models (LLMs) has opened new opportunities in recommender systems by enabling zero-shot recommendation without conventional training. Despite their potential, most existing works r…

ManagementRecommendation SystemsSequential Recommendation