HierBias: Context-Conditioned Hierarchical Media Bias Detection with Multi-Task Type Classification Researchers introduced HierBias, a hierarchical context-conditioned media bias detector that models document context to improve sentence-level bias classification. The system achieved 0.853 F1 and 0.723 MCC on BABE and BASIL benchmarks, surpassing the state-of-the-art by 2.6% F1 and 4.3% MCC. The approach includes a multi-task framework for binary detection and fine-grained bias type classification, with theoretical guarantees on error reduction. arXiv:2606.26100v1 Announce Type: new Abstract: Media bias detection is a critical task for ensuring fair and balanced information dissemination, yet existing sentence-level approaches classify each sentence independently, ignoring inter-sentence contextual signals that human annotators naturally exploit. We present \textbf{HierBias}, a hierarchical context-conditioned media bias detector that formally models document context in bias prediction. We introduce the \emph{context-conditioned bias probability} and prove theoretically that leveraging document context strictly reduces the Bayes error of sentence-level classification when inter-sentence mutual information is non-zero. A multi-task generalization bound further establishes that jointly training binary bias detection and fine-grained bias type classification improves sample efficiency on small annotated corpora. Architecturally, HierBias pairs a sentence-level RoBERTa encoder with a cross-sentence Transformer aggregator and dual output heads for binary detection and four-class type classification. Evaluated on BABE and BASIL, HierBias achieves 0.853 F1 and 0.723 MCC, surpassing the state-of-the-art bias-detector by $+2.6\%$ F1 and $+4.3\%$ MCC McNemar's test, $p < 0.05$ . Ablation experiments confirm that each theoretical component contributes independently and consistently.