IRFeb 20, 2021

EXTRA: Explanation Ranking Datasets for Explainable Recommendation

arXiv:2102.10315v353 citations
AI Analysis

This addresses the problem of inconsistent explainability comparisons for researchers and practitioners in recommender systems, though it is incremental as it builds on existing datasets and methods.

The authors tackled the lack of standardized evaluation for explainable recommender systems by creating three benchmark datasets (EXTRA) for explanation ranking, using user reviews to generate data and an efficient method based on Locality Sensitive Hashing to handle scalability.

Recently, research on explainable recommender systems has drawn much attention from both academia and industry, resulting in a variety of explainable models. As a consequence, their evaluation approaches vary from model to model, which makes it quite difficult to compare the explainability of different models. To achieve a standard way of evaluating recommendation explanations, we provide three benchmark datasets for EXplanaTion RAnking (denoted as EXTRA), on which explainability can be measured by ranking-oriented metrics. Constructing such datasets, however, poses great challenges. First, user-item-explanation triplet interactions are rare in existing recommender systems, so how to find alternatives becomes a challenge. Our solution is to identify nearly identical sentences from user reviews. This idea then leads to the second challenge, i.e., how to efficiently categorize the sentences in a dataset into different groups, since it has quadratic runtime complexity to estimate the similarity between any two sentences. To mitigate this issue, we provide a more efficient method based on Locality Sensitive Hashing (LSH) that can detect near-duplicates in sub-linear time for a given query. Moreover, we make our code publicly available to allow researchers in the community to create their own datasets.

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