🤖 AI Summary
This study addresses the challenge of media bias detection in news texts—characterized by high subjectivity and scarce expert annotations—by proposing a sentence-level bias detection method. Building upon RoBERTa, the approach is fine-tuned on the expert-annotated BABE dataset and integrates a bias-type classifier with a context-aware attention mechanism to form an end-to-end, interpretable analytical framework. Crucially, it avoids reliance on politically sensitive lexical cues. Rigorous statistical validation—including McNemar’s test and 5×2 cross-validated t-tests—first formally confirms significant performance gains. Experiments demonstrate that the proposed model substantially outperforms the DA-RoBERTa baseline, while exhibiting strong generalization across domains and transparent, human-interpretable predictions. The framework thus provides a practical, robust, and trustworthy technical foundation for fair and reliable news content analysis.
📝 Abstract
Media bias detection is a critical task in ensuring fair and balanced information dissemination, yet it remains challenging due to the subjectivity of bias and the scarcity of high-quality annotated data. In this work, we perform sentence-level bias classification by fine-tuning a RoBERTa-based model on the expert-annotated BABE dataset. Using McNemar's test and the 5x2 cross-validation paired t-test, we show statistically significant improvements in performance when comparing our model to a domain-adaptively pre-trained DA-RoBERTa baseline. Furthermore, attention-based analysis shows that our model avoids common pitfalls like oversensitivity to politically charged terms and instead attends more meaningfully to contextually relevant tokens. For a comprehensive examination of media bias, we present a pipeline that combines our model with an already-existing bias-type classifier. Our method exhibits good generalization and interpretability, despite being constrained by sentence-level analysis and dataset size because of a lack of larger and more advanced bias corpora. We talk about context-aware modeling, bias neutralization, and advanced bias type classification as potential future directions. Our findings contribute to building more robust, explainable, and socially responsible NLP systems for media bias detection.