CLSep 22, 2019

KnowBias: Detecting Political Polarity in Long Text Content

arXiv:1909.12230v21 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of domain adaptation for political bias detection, offering a practical solution for analyzing long-form content with incremental improvements over existing methods.

The paper tackles the problem of detecting political bias in long text content like newspaper articles by training on tweets and adapting to articles, achieving improved accuracy through a two-step classification scheme that removes neutral sentences to align opinion concentration.

We introduce a classification scheme for detecting political bias in long text content such as newspaper opinion articles. Obtaining long text data and annotations at sufficient scale for training is difficult, but it is relatively easy to extract political polarity from tweets through their authorship. We train on tweets and perform inference on articles. Universal sentence encoders and other existing methods that aim to address this domain-adaptation scenario deliver inaccurate and inconsistent predictions on articles, which we show is due to a difference in opinion concentration between tweets and articles. We propose a two-step classification scheme that uses a neutral detector trained on tweets to remove neutral sentences from articles in order to align opinion concentration and therefore improve accuracy on that domain. Our implementation is available for public use at https://knowbias.ml.

Foundations

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

Your Notes