2022

Personalized Prompt Learning for Explainable Recommendation

Li, Lei, Zhang, Yongfeng, Chen, Li

Understand

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.

Reading the bibliography…