ELIXIR combines aspect-aware user and item representations with prompt tuning on a frozen 60M-parameter T5 to generate personalized reviews, outperforming GPT-2-based baselines on TripAdvisor and RateBeer.
Explainable Recommendation with Personalized Review Retrieval and Aspect Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Explainable recommendation is a technique that combines prediction and generation tasks to produce more persuasive results. Among these tasks, textual generation demands large amounts of data to achieve satisfactory accuracy. However, historical user reviews of items are often insufficient, making it challenging to ensure the precision of generated explanation text. To address this issue, we propose a novel model, ERRA (Explainable Recommendation by personalized Review retrieval and Aspect learning). With retrieval enhancement, ERRA can obtain additional information from the training sets. With this additional information, we can generate more accurate and informative explanations. Furthermore, to better capture users' preferences, we incorporate an aspect enhancement component into our model. By selecting the top-n aspects that users are most concerned about for different items, we can model user representation with more relevant details, making the explanation more persuasive. To verify the effectiveness of our model, extensive experiments on three datasets show that our model outperforms state-of-the-art baselines (for example, 3.4% improvement in prediction and 15.8% improvement in explanation for TripAdvisor).
citation-role summary
citation-polarity summary
fields
cs.IR 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
ELIXIR: Efficient and LIghtweight model for eXplaIning Recommendations
ELIXIR combines aspect-aware user and item representations with prompt tuning on a frozen 60M-parameter T5 to generate personalized reviews, outperforming GPT-2-based baselines on TripAdvisor and RateBeer.