IRAICLNov 1, 2021

Comparative Explanations of Recommendations

arXiv:2111.00670v316 citations
Originality Incremental advance
AI Analysis

This addresses the problem of improving user trust and understanding in recommender systems by providing comparative explanations, though it is incremental as it builds on existing explainable recommendation methods.

The paper tackles the lack of comparative explanations in recommender systems by developing an extract-and-refine architecture to generate explanations that illustrate why one item is ranked higher than another, achieving effectiveness demonstrated through offline evaluations on two large benchmark datasets and user studies against state-of-the-art algorithms.

As recommendation is essentially a comparative (or ranking) process, a good explanation should illustrate to users why an item is believed to be better than another, i.e., comparative explanations about the recommended items. Ideally, after reading the explanations, a user should reach the same ranking of items as the system's. Unfortunately, little research attention has yet been paid on such comparative explanations. In this work, we develop an extract-and-refine architecture to explain the relative comparisons among a set of ranked items from a recommender system. For each recommended item, we first extract one sentence from its associated reviews that best suits the desired comparison against a set of reference items. Then this extracted sentence is further articulated with respect to the target user through a generative model to better explain why the item is recommended. We design a new explanation quality metric based on BLEU to guide the end-to-end training of the extraction and refinement components, which avoids generation of generic content. Extensive offline evaluations on two large recommendation benchmark datasets and serious user studies against an array of state-of-the-art explainable recommendation algorithms demonstrate the necessity of comparative explanations and the effectiveness of our solution.

Foundations

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

Your Notes