paper-with-me

Papers

Large Language Models for Propaganda Span Annotation

2023-11-16 · Maram Hasanain, Fatema Ahmad, Firoj Alam

The use of propagandistic techniques in online content has increased in recent years aiming to manipulate online audiences. Fine-grained propaganda detection and extraction of textual spans where propaganda techniques are used, are essential for more informed content consumption. Automatic systems targeting the task over lower resourced languages are limited, usually obstructed by lack of large scale training datasets. Our study investigates whether Large Language Models (LLMs), such as GPT-4, can effectively extract propagandistic spans. We further study the potential of employing the model to collect more cost-effective annotations. Finally, we examine the effectiveness of labels provided by GPT-4 in training smaller language models for the task. The experiments are performed over a large-scale in-house manually annotated dataset. The results suggest that providing more annotation context to GPT-4 within prompts improves its performance compared to human annotators. Moreover, when serving as an expert annotator (consolidator), the model provides labels that have higher agreement with expert annotators, and lead to specialized models that achieve state-of-the-art over an unseen Arabic testing set. Finally, our work is the first to show the potential of utilizing LLMs to develop annotated datasets for propagandistic spans detection task prompting it with annotations from human annotators with limited expertise. All scripts and annotations will be shared with the community.

📄 PDF Abstract BibTeX arXiv:2311.09812

Code (1)

MaramHasanain/llm_prop_annot 공식 구현

Tasks

Propaganda detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Can GPT-4 Identify Propaganda? Annotation and Detection of Propaganda Spans in News Articles

2024-02-27 · Maram Hasanain, Fatema Ahmed, Firoj Alam

The use of propaganda has spiked on mainstream and social media, aiming to manipulate or mislead users. While efforts to automatically detect propaganda techniques in textual, visual, or multimodal content have increased…

8kArticlesPropaganda detection

Hybrid Annotation for Propaganda Detection: Integrating LLM Pre-Annotations with Human Intelligence

2025-07-24 · Ariana Sahitaj, Premtim Sahitaj, Veronika Solopova, Jiaao Li 외 arxiv

Propaganda detection on social media remains challenging due to task complexity and limited high-quality labeled data. This paper introduces a novel framework that combines human expertise with Large Language Model (LLM)…

Knowledge Distillation

Synthetic Propaganda Embeddings To Train A Linear Projection

2019-11-01 · WS 2019 11 · Adam Ek, Mehdi Ghanimifard

This paper presents a method of detecting fine-grained categories of propaganda in text. Given a sentence, our method aims to identify a span of words and predict the type of propaganda used. To detect propaganda, we exp…

Language ModelingLanguage ModellingPropaganda detectionSentence

Large Language Models as Span Annotators

2025-04-11 · Zdeněk Kasner, Vilém Zouhar, Patrícia Schmidtová, Ivan Kartáč 외

For high-quality texts, single-score metrics seldom provide actionable feedback. In contrast, span annotation - pointing out issues in the text by annotating their spans - can guide improvements and provide insights. Unt…

Data-to-Text GenerationMachine TranslationPropaganda detectionText Generation+1

LTIatCMU at SemEval-2020 Task 11: Incorporating Multi-Level Features for Multi-Granular Propaganda Span Identification

2020-08-11 · SEMEVAL 2020 · Sopan Khosla, Rishabh Joshi, Ritam Dutt, Alan W. black 외

In this paper we describe our submission for the task of Propaganda Span Identification in news articles. We introduce a BERT-BiLSTM based span-level propaganda classification model that identifies which token spans with…

ArticlesPositionPropaganda span identificationRepresentation Learning+1