CLSep 29, 2022

Neural Media Bias Detection Using Distant Supervision With BABE -- Bias Annotations By Experts

arXiv:2209.14557v1107 citationsh-index: 43
Originality Incremental advance
AI Analysis

This work addresses the challenge of automated media bias detection for researchers and the public, but it is incremental as it builds on existing methods with improved data and models.

The paper tackles the problem of detecting media bias in news articles by introducing BABE, a high-quality expert-annotated dataset of 3,700 sentences, and achieves a macro F1-score of 0.804 with a BERT-based model, outperforming existing methods.

Media coverage has a substantial effect on the public perception of events. Nevertheless, media outlets are often biased. One way to bias news articles is by altering the word choice. The automatic identification of bias by word choice is challenging, primarily due to the lack of a gold standard data set and high context dependencies. This paper presents BABE, a robust and diverse data set created by trained experts, for media bias research. We also analyze why expert labeling is essential within this domain. Our data set offers better annotation quality and higher inter-annotator agreement than existing work. It consists of 3,700 sentences balanced among topics and outlets, containing media bias labels on the word and sentence level. Based on our data, we also introduce a way to detect bias-inducing sentences in news articles automatically. Our best performing BERT-based model is pre-trained on a larger corpus consisting of distant labels. Fine-tuning and evaluating the model on our proposed supervised data set, we achieve a macro F1-score of 0.804, outperforming existing methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes