English

EXTRA: Explanation Ranking Datasets for Explainable Recommendation

Information Retrieval 2021-05-11 v3

Abstract

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.

Keywords

Cite

@article{arxiv.2102.10315,
  title  = {EXTRA: Explanation Ranking Datasets for Explainable Recommendation},
  author = {Lei Li and Yongfeng Zhang and Li Chen},
  journal= {arXiv preprint arXiv:2102.10315},
  year   = {2021}
}
R2 v1 2026-06-23T23:21:11.191Z