Embedding-based Approaches to Hyperpartisan News Detection

๐Ÿ“… 2025-01-02
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This paper addresses the problem of escalating political polarization exacerbated by hyperpartisan news. We propose an end-to-end deep learning method to automatically detect news articles exhibiting extreme political bias and intent to deepen societal division. Methodologically, we introduce the first integration of pretrained ELMo embeddings with a bidirectional LSTMโ€”eschewing handcrafted rules and shallow features (e.g., n-grams, sentiment lexicons)โ€”to enable fine-grained, semantics-aware political stance modeling. Evaluated on a standard benchmark dataset via 10-fold cross-validation, our model achieves 83% accuracy, substantially outperforming conventional baselines. Our key contributions are: (1) the first ELMo-BiLSTM framework for hyperpartisan news detection; (2) empirical validation of deep semantic representations for robust political bias identification; and (3) a reproducible, low-dependency analytical tool to support algorithm-driven governance of political communication.

Technology Category

Application Category

๐Ÿ“ Abstract
In this paper, we describe our systems in which the objective is to determine whether a given news article could be considered as hyperpartisan. Hyperpartisan news is news that takes an extremely polarized political standpoint with an intention of creating political divide among the public. We attempted several approaches, including n-grams, sentiment analysis, as well as sentence and document representation using pre-tained ELMo. Our best system using pre-trained ELMo with Bidirectional LSTM achieved an accuracy of 83% through 10-fold cross-validation without much hyperparameter tuning.
Problem

Research questions and friction points this paper is trying to address.

Partisan News Detection
Political Polarization Analysis
Bias Identification
Innovation

Methods, ideas, or system contributions that make the work stand out.

n-grams
Sentiment Analysis
ELMo with BiLSTM
๐Ÿ”Ž Similar Papers
No similar papers found.