CLIRSIJul 24, 2024

What Matters in Explanations: Towards Explainable Fake Review Detection Focusing on Transformers

arXiv:2407.21056v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the need for interpretable fake review detection to help users and platform operators understand model decisions, though it is incremental as it builds on existing transformer and explanation methods.

The paper tackles the problem of detecting fake reviews on e-commerce platforms by proposing an explainable framework that uses transformer models and layer-wise relevance propagation to generate explanations, achieving state-of-the-art performance on benchmark datasets.

Customers' reviews and feedback play crucial role on electronic commerce~(E-commerce) platforms like Amazon, Zalando, and eBay in influencing other customers' purchasing decisions. However, there is a prevailing concern that sellers often post fake or spam reviews to deceive potential customers and manipulate their opinions about a product. Over the past decade, there has been considerable interest in using machine learning (ML) and deep learning (DL) models to identify such fraudulent reviews. Unfortunately, the decisions made by complex ML and DL models - which often function as \emph{black-boxes} - can be surprising and difficult for general users to comprehend. In this paper, we propose an explainable framework for detecting fake reviews with high precision in identifying fraudulent content with explanations and investigate what information matters most for explaining particular decisions by conducting empirical user evaluation. Initially, we develop fake review detection models using DL and transformer models including XLNet and DistilBERT. We then introduce layer-wise relevance propagation (LRP) technique for generating explanations that can map the contributions of words toward the predicted class. The experimental results on two benchmark fake review detection datasets demonstrate that our predictive models achieve state-of-the-art performance and outperform several existing methods. Furthermore, the empirical user evaluation of the generated explanations concludes which important information needs to be considered in generating explanations in the context of fake review identification.

Foundations

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

Your Notes