paper-with-me

홈 › Papers

SocCogCom at SemEval-2020 Task 11: Characterizing and Detecting Propaganda using Sentence-Level Emotional Salience Features

2020-08-29 · SEMEVAL 2020 · Gangeshwar Krishnamurthy, Raj Kumar Gupta, Yinping Yang

This paper describes a system developed for detecting propaganda techniques from news articles. We focus on examining how emotional salience features extracted from a news segment can help to characterize and predict the presence of propaganda techniques. Correlation analyses surfaced interesting patterns that, for instance, the "loaded language" and "slogan" techniques are negatively associated with valence and joy intensity but are positively associated with anger, fear and sadness intensity. In contrast, "flag waving" and "appeal to fear-prejudice" have the exact opposite pattern. Through predictive experiments, results further indicate that whereas BERT-only features obtained F1-score of 0.548, emotion intensity features and BERT hybrid features were able to obtain F1-score of 0.570, when a simple feedforward network was used as the classifier in both settings. On gold test data, our system obtained micro-averaged F1-score of 0.558 on overall detection efficacy over fourteen propaganda techniques. It performed relatively well in detecting "loaded language" (F1 = 0.772), "name calling and labeling" (F1 = 0.673), "doubt" (F1 = 0.604) and "flag waving" (F1 = 0.543).

📄 PDF Abstract BibTeX arXiv:2008.13012

Code (1)

gangeshwark/PropagandaNews 공식 구현

Tasks

ArticlesSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Residual Connection 설명 없음
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 Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

UAIC1860 at SemEval-2020 Task 11: Detection of Propaganda Techniques in News Articles

2020-12-01 · SEMEVAL 2020 · Vlad Ermurachi, Daniela Gifu

The {``}Detection of Propaganda Techniques in News Articles{''} task at the SemEval 2020 competition focuses on detecting and classifying propaganda, pervasive in news article. In this paper, we present a system able to …

ArticlesSentence

JUST at SemEval-2020 Task 11: Detecting Propaganda Techniques Using BERT Pre-trained Model

2020-12-01 · SEMEVAL 2020 · Ola AlTiti, Malak Abdullah, Rasha Obiedat

This paper presents the submission to semeval-2020 task 11, Detection of Propaganda Techniques in News Articles. Knowing that there are two subtasks in this competition, we have participated in the Technique Classificati…

ArticlesLanguage ModelingLanguage Modelling

Large Language Models for Propaganda Detection

2023-10-10 · Kilian Sprenkamp, Daniel Gordon Jones, Liudmila Zavolokina

The prevalence of propaganda in our digital society poses a challenge to societal harmony and the dissemination of truth. Detecting propaganda through NLP in text is challenging due to subtle manipulation techniques and …

ArticlesMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPrompt Engineering+1

newsSweeper at SemEval-2020 Task 11: Context-Aware Rich Feature Representations For Propaganda Classification

2020-07-21 · SEMEVAL 2020 · Paramansh Singh, Siraj Sandhu, Subham Kumar, Ashutosh Modi

This paper describes our submissions to SemEval 2020 Task 11: Detection of Propaganda Techniques in News Articles for each of the two subtasks of Span Identification and Technique Classification. We make use of pre-train…

ArticlesClassificationGeneral ClassificationLanguage Modeling+5

NoPropaganda at SemEval-2020 Task 11: A Borrowed Approach to Sequence Tagging and Text Classification

2020-07-25 · SEMEVAL 2020 · Ilya Dimov, Vladislav Korzun, Ivan Smurov

This paper describes our contribution to SemEval-2020 Task 11: Detection Of Propaganda Techniques In News Articles. We start with simple LSTM baselines and move to an autoregressive transformer decoder to predict long co…

ArticlesDecoderRelation Extractiontext-classification+1