Sentence-level Media Bias Analysis with Event Relation Graph
Yuanyuan Lei, Ruihong Huang
TL;DR
This work tackles sentence-level media bias detection by introducing an event relation graph that encodes cross-event associations through coreference, temporal, causal, and subevent relations. A two-step framework combines an event-aware language model trained with soft labels from the graph and a relation-aware graph encoder trained with hard labels to update sentence embeddings, enabling precise bias identification. Evaluations on BASIL and BiasedSents show consistent improvements in precision and recall, with ablations confirming the complementary value of soft and hard labels and all four relation types. The approach advances bias analysis by leveraging document-wide event structure, offering more nuanced detection and potential for interpretable bias reasoning, while highlighting future work in handling implicit relations and enhancing interpretability.
Abstract
Media outlets are becoming more partisan and polarized nowadays. In this paper, we identify media bias at the sentence level, and pinpoint bias sentences that intend to sway readers' opinions. As bias sentences are often expressed in a neutral and factual way, considering broader context outside a sentence can help reveal the bias. In particular, we observe that events in a bias sentence need to be understood in associations with other events in the document. Therefore, we propose to construct an event relation graph to explicitly reason about event-event relations for sentence-level bias identification. The designed event relation graph consists of events as nodes and four common types of event relations: coreference, temporal, causal, and subevent relations. Then, we incorporate event relation graph for bias sentences identification in two steps: an event-aware language model is built to inject the events and event relations knowledge into the basic language model via soft labels; further, a relation-aware graph attention network is designed to update sentence embedding with events and event relations information based on hard labels. Experiments on two benchmark datasets demonstrate that our approach with the aid of event relation graph improves both precision and recall of bias sentence identification.
