Hierarchical Interaction Summarization and Contrastive Prompting for Explainable Recommendations
Yibin Liu, Ang Li, Shijian Li

TL;DR
This paper introduces a hierarchical interaction summarization method and contrastive prompting to enhance explainable recommendations, leveraging large language models to produce more accurate and interpretable explanations.
Contribution
It proposes a novel hierarchical summarization technique and contrastive prompting approach, improving explanation quality and interpretability in recommender systems using LLMs.
Findings
Outperforms state-of-the-art methods on explainability metrics.
Achieves 5% improvement on GPTScore.
Generated explanations have higher win rates than user reviews.
Abstract
Explainable recommendations, which use the information of user and item with interaction to generate a explanation for why the user would interact with the item, are crucial for improving user trust and decision transparency to the recommender system. Existing methods primarily rely on encoding features of users and items to embeddings, which often leads to information loss due to dimensionality reduction, sparse interactions, and so on. With the advancements of large language models (LLMs) in language comprehension, some methods use embeddings as LLM inputs for explanation generation. However, since embeddings lack inherent semantics, LLMs must adjust or extend their parameters to interpret them, a process that inevitably incurs information loss. To address this issue, we propose a novel approach combining profile generation via hierarchical interaction summarization (PGHIS), which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Multimodal Machine Learning Applications · Topic Modeling
MethodsContrastive Learning
