A Multi-Dimensional Evaluation of Explainability in Media Bias Detection

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.