Improving LLM-powered Recommendations with Personalized Information
About
Due to the lack of explicit reasoning modeling, existing LLM-powered recommendations fail to leverage LLMs' reasoning capabilities effectively. In this paper, we propose a pipeline called CoT-Rec, which integrates two key Chain-of-Thought (CoT) processes -- user preference analysis and item perception analysis -- into LLM-powered recommendations, thereby enhancing the utilization of LLMs' reasoning abilities. CoT-Rec consists of two stages: (1) personalized information extraction, where user preferences and item perception are extracted, and (2) personalized information utilization, where this information is incorporated into the LLM-powered recommendation process. Experimental results demonstrate that CoT-Rec shows potential for improving LLM-powered recommendations. The implementation is publicly available at https://github.com/jhliu0807/CoT-Rec.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| POI Recommendation | Foursquare-NYC Standard Evaluation (test) | Recall@522.8 | 10 | |
| POI Recommendation | Foursquare-TKY Standard Evaluation (test) | Recall@520.9 | 10 | |
| POI Recommendation | Yelp-Open Standard Evaluation (test) | R@513.3 | 10 | |
| Point-of-Interest Recommendation | Foursquare-NYC weekday-to-weekend context-shift | NDCG@1022.4 | 5 | |
| Point-of-Interest Recommendation | Foursquare-TKY weekday-to-weekend context-shift | NDCG@1020.8 | 5 | |
| Point-of-Interest Recommendation | Yelp-Open weekday-to-weekend context-shift | NDCG@1014.3 | 5 |