Collaborative User Prompt for Personalized Generative Recommendation
About
Large Language Models (LLMs) have become powerful foundations for generative recommender systems, framing recommendation tasks as text generation tasks. However, existing generative recommendation methods often rely on discrete ID-based prompts or task-specific soft prompts, which overlook the valuable collaborative signals shared among users with similar interests. To address this limitation, this paper presents a compositional framework that integrates a user's individual preferences with collective preferences from similar users to build personalized soft prompts. Specifically, an attention-based mechanism fuses embeddings from users with similar interests, creating a richer representation that captures multiple facets of user preferences. This design dynamically emphasizes shared interests while preserving individual user preferences. Experiments on three real-world datasets demonstrate the effectiveness of the proposed approach across sequential recommendation, top-n recommendation, and explanation generation tasks, underscoring the advantages of incorporating collaborative signals through an attention-based compositional strategy.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Sequential Recommendation | Sports | Hit Rate @55.54 | 22 | |
| Explanation Generation | Amazon Beauty (test) | BLEU-40.7933 | 13 | |
| Sequential Recommendation | Beauty | HR@56.49 | 11 | |
| Sequential Recommendation | Toys | HR@57.83 | 11 | |
| Explanation Generation | Toys (test) | BLEU-42.5319 | 7 | |
| Top-N Recommendation | Sports | HR@113.15 | 7 | |
| Top-N Recommendation | Beauty | Hit Rate @ 112.17 | 7 | |
| Top-N Recommendation | Toys | HR@19.33 | 7 | |
| Explanation Generation | Sports (test) | BLEU-41.0178 | 7 |