Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Personalized Prompt Learning for Explainable Recommendation

About

Providing user-understandable explanations to justify recommendations could help users better understand the recommended items, increase the system's ease of use, and gain users' trust. A typical approach to realize it is natural language generation. However, previous works mostly adopt recurrent neural networks to meet the ends, leaving the potentially more effective pre-trained Transformer models under-explored. In fact, user and item IDs, as important identifiers in recommender systems, are inherently in different semantic space as words that pre-trained models were already trained on. Thus, how to effectively fuse IDs into such models becomes a critical issue. Inspired by recent advancement in prompt learning, we come up with two solutions: find alternative words to represent IDs (called discrete prompt learning), and directly input ID vectors to a pre-trained model (termed continuous prompt learning). In the latter case, ID vectors are randomly initialized but the model is trained in advance on large corpora, so they are actually in different learning stages. To bridge the gap, we further propose two training strategies: sequential tuning and recommendation as regularization. Extensive experiments show that our continuous prompt learning approach equipped with the training strategies consistently outperforms strong baselines on three datasets of explainable recommendation.

Lei Li, Yongfeng Zhang, Li Chen• 2022

Related benchmarks

TaskDatasetResultRank
RecommendationYelp
NDCG@100.85
35
Explainable RecommendationGoogle
BLEU0.385
13
Explainable RecommendationYelp
BLEU0.347
13
Explainable RecommendationAMAZON
BLEU31.2
13
Explainable RecommendationAmazon Books
F-EHR0.411
7
Explainable RecommendationAmazon Movies&TV
F-EHR35.5
7
Explainable RecommendationYelp
F-EHR52.6
7
RecommendationKuaiRec
Recall@512.52
6
Explanation Generation QualityYelp
BLEU Score26.32
4
Explanation Generation QualityKuaiRec
BLEU11.23
4
Showing 10 of 10 rows

Other info

Follow for update