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.
Disentangling Likes and Dislikes in Personalized Generative Explainable Recommendation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Recent research on explainable recommendation generally frames the task as a standard text generation problem, and evaluates models simply based on the textual similarity between the predicted and ground-truth explanations. However, this approach fails to consider one crucial aspect of the systems: whether their outputs accurately reflect the users' (post-purchase) sentiments, i.e., whether and why they would like and/or dislike the recommended items. To shed light on this issue, we introduce new datasets and evaluation methods that focus on the users' sentiments. Specifically, we construct the datasets by explicitly extracting users' positive and negative opinions from their post-purchase reviews using an LLM, and propose to evaluate systems based on whether the generated explanations 1) align well with the users' sentiments, and 2) accurately identify both positive and negative opinions of users on the target items. We benchmark several recent models on our datasets and demonstrate that achieving strong performance on existing metrics does not ensure that the generated explanations align well with the users' sentiments. Lastly, we find that existing models can provide more sentiment-aware explanations when the users' (predicted) ratings for the target items are directly fed into the models as input. The datasets and benchmark implementation are available at: https://github.com/jchanxtarov/sent_xrec.
fields
cs.IR 1years
2025 1verdicts
CONDITIONAL 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.