Search papers, labs, and topics across Lattice.
The paper introduces XCom, a transformer-based model for comparative opinion mining that integrates aspect-based rating prediction and semantic analysis. To address the lack of transparency in existing models, XCom incorporates Shapley Additive Explanations (SHAP) to provide interpretable insights into the model's decision-making process. Experiments demonstrate that XCom achieves state-of-the-art performance while offering meaningful explanations, thereby enhancing trust and reliability in comparative opinion mining.
Get more trustworthy product comparisons by adding Shapley explanations to your transformer-based opinion mining.
Comparative opinion mining involves comparing products from different reviews. However, transformer-based models designed for this task often lack transparency, which can adversely hinder the development of trust in users. In this paper, we propose XCom, an enhanced transformer-based model separated into two principal modules, i.e., (i) aspect-based rating prediction and (ii) semantic analysis for comparative opinion mining. XCom also incorporates a Shapley additive explanations module to provide interpretable insights into the model's deliberative decisions. Empirically, XCom achieves leading performances compared to other baselines, which demonstrates its effectiveness in providing meaningful explanations, making it a more reliable tool for comparative opinion mining. Source code is available at: https://anonymous.4open.science/r/XCom.