Contrastive Token-level Explanations for Graph-based Rumour Detection
Daniel Wai Kit Chin, Roy Ka-Wei Lee
TL;DR
This work tackles the opacity of GNN-based rumour detection by introducing CT-LRP, a token-level, contrastive explanation framework that backpropagates relevance from the predicted class through both the graph and text embedding components. By decomposing explanations into class-specific token attributions, CT-LRP captures fine-grained dependencies in high-dimensional text embeddings and provides a robust mechanism to disambiguate tokens that influence multiple classes. The authors extend evaluation metrics to token-level resolution and demonstrate through experiments on three public datasets and three representative GNNs that CT-LRP achieves higher fidelity and a favorable sparsity balance compared with baselines. This token-focused explainability advances trust and interpretability in misinformation detection, with potential applicability to related tasks such as fake news and multimodal graphs.
Abstract
The widespread use of social media has accelerated the dissemination of information, but it has also facilitated the spread of harmful rumours, which can disrupt economies, influence political outcomes, and exacerbate public health crises, such as the COVID-19 pandemic. While Graph Neural Network (GNN)-based approaches have shown significant promise in automated rumour detection, they often lack transparency, making their predictions difficult to interpret. Existing graph explainability techniques fall short in addressing the unique challenges posed by the dependencies among feature dimensions in high-dimensional text embeddings used in GNN-based models. In this paper, we introduce Contrastive Token Layerwise Relevance Propagation (CT-LRP), a novel framework designed to enhance the explainability of GNN-based rumour detection. CT-LRP extends current graph explainability methods by providing token-level explanations that offer greater granularity and interpretability. We evaluate the effectiveness of CT-LRP across multiple GNN models trained on three publicly available rumour detection datasets, demonstrating that it consistently produces high-fidelity, meaningful explanations, paving the way for more robust and trustworthy rumour detection systems.
