IRAICLLGFeb 15, 2022

Personalized Prompt Learning for Explainable Recommendation

arXiv:2202.07371v2241 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of explainable recommendation for users by introducing novel prompt-based methods, representing an incremental advancement in leveraging pre-trained models for this domain-specific task.

The paper tackles the problem of generating user-understandable explanations for recommendations by exploring pre-trained Transformer models, which are under-explored compared to recurrent neural networks, and proposes continuous prompt learning with training strategies to effectively fuse user and item IDs, achieving consistent performance improvements over strong baselines on three datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes