Explaining News Bias Detection: A Comparative SHAP Analysis of Transformer Model Decision Mechanisms
Himel Ghosh
TL;DR
This paper uses SHAP-based interpretability to compare two transformer-based bias-detection systems on the BABE news bias dataset. It finds that the Bias-Detector model exhibits strong attribution signals for many false positives, leading to over-flagging neutral content, while the DA-RoBERTa-BABE-FT model achieves fewer false positives and attribution patterns that better align with actual predictions. The study introduces a rigorous word-level attribution pipeline, stratified sampling, and McNemar-based significance testing to characterize how architectural choices shape interpretability and error modes. The findings highlight the importance of interpretability-aware evaluation for deploying bias-detection systems in journalism, and suggest that domain-adaptive pretraining and contextual framing cues improve reliability. Overall, the work provides actionable insights into designing more trustworthy, deployment-ready bias-detection tools for media analysis.
Abstract
Automated bias detection in news text is heavily used to support journalistic analysis and media accountability, yet little is known about how bias detection models arrive at their decisions or why they fail. In this work, we present a comparative interpretability study of two transformer-based bias detection models: a bias detector fine-tuned on the BABE dataset and a domain-adapted pre-trained RoBERTa model fine-tuned on the BABE dataset, using SHAP-based explanations. We analyze word-level attributions across correct and incorrect predictions to characterize how different model architectures operationalize linguistic bias. Our results show that although both models attend to similar categories of evaluative language, they differ substantially in how these signals are integrated into predictions. The bias detector model assigns stronger internal evidence to false positives than to true positives, indicating a misalignment between attribution strength and prediction correctness and contributing to systematic over-flagging of neutral journalistic content. In contrast, the domain-adaptive model exhibits attribution patterns that better align with prediction outcomes and produces 63\% fewer false positives. We further demonstrate that model errors arise from distinct linguistic mechanisms, with false positives driven by discourse-level ambiguity rather than explicit bias cues. These findings highlight the importance of interpretability-aware evaluation for bias detection systems and suggest that architectural and training choices critically affect both model reliability and deployment suitability in journalistic contexts.
