CLAILGFeb 6, 2024

Exposing propaganda: an analysis of stylistic cues comparing human annotations and machine classification

arXiv:2402.03780v3105 citationsh-index: 5UNIMPLICIT
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of detecting propaganda for media analysis and fact-checking, but it is incremental as it builds on existing datasets and methods.

The paper tackles the problem of identifying propaganda in news by analyzing stylistic cues, finding that human annotators can reliably discriminate between propaganda and regular press across 11 labels, and proposes NLP techniques including VAGO, TF-IDF, and classifiers like RoBERTa and XGBoost for comparison.

This paper investigates the language of propaganda and its stylistic features. It presents the PPN dataset, standing for Propagandist Pseudo-News, a multisource, multilingual, multimodal dataset composed of news articles extracted from websites identified as propaganda sources by expert agencies. A limited sample from this set was randomly mixed with papers from the regular French press, and their URL masked, to conduct an annotation-experiment by humans, using 11 distinct labels. The results show that human annotators were able to reliably discriminate between the two types of press across each of the labels. We propose different NLP techniques to identify the cues used by the annotators, and to compare them with machine classification. They include the analyzer VAGO to measure discourse vagueness and subjectivity, a TF-IDF to serve as a baseline, and four different classifiers: two RoBERTa-based models, CATS using syntax, and one XGBoost combining syntactic and semantic features.

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