A Multi-Dimensional Evaluation of Explainability in Media Bias Detection
Summary
This study presents a multi-dimensional evaluation of explainability in encoder-based media bias detection, utilizing BERT and RoBERTa classifiers (base and large variants) on the Bias Annotations By Experts (BABE) dataset. Researchers assessed predictive performance (Macro F1), explanation plausibility (token-level alignment with expert rationales via AUROC), and mechanistic faithfulness (circuit recoverability using activation patching, measured by Retention and Rescue). Transformer models achieved Macro F1 scores exceeding 0.80, with RoBERTa-large reaching 0.863 under attention-supervised finetuning. Findings indicate that attention supervision's impact on predictive performance is modest and architecture-dependent. Explanation plausibility, evaluated using CLS attention, Attention Rollout, and Gradient×Attention, showed moderate alignment with expert rationales and significant variation across methods and architectures. Mechanistic faithfulness also varied substantially, with RoBERTa-large demonstrating weak circuit recoverability. The research concludes that plausibility and faithfulness are distinct aspects of model behavior, requiring separate evaluation.
Key takeaway
For AI Scientists and ML Engineers developing explainable systems for sensitive domains like media bias detection, you must move beyond single-metric evaluations. Your systems require explicit assessment of both explanation plausibility (how well explanations align with human judgment) and mechanistic faithfulness (how accurately explanations reflect the model's internal computations). Relying solely on predictive performance or plausible but unfaithful explanations risks deploying untrustworthy systems that could lead to misapplication or dismissed insights.
Key insights
Explanation plausibility and mechanistic faithfulness are distinct, complementary XAI dimensions for media bias detection, requiring separate evaluation.
Principles
- Strong classification performance is insufficient for critical domains like media bias detection.
- Explanation plausibility and faithfulness must be evaluated separately.
- Model architecture and scale influence circuit compressibility.
Method
The study adapted activation-patching circuit discovery for encoder-only text classification, introducing Retention and Rescue metrics, and used attention supervision as a plausibility intervention.
In practice
- Evaluate XAI systems using both token-level plausibility and component-level faithfulness.
- Consider attention-supervised finetuning, noting its architecture-dependent effects.
Topics
- Media Bias Detection
- Explainable AI
- Transformer Architectures
- Mechanistic Interpretability
- Attention Mechanisms
- Activation Patching
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.