Neural Architectures for Fine-Grained Propaganda Detection in News Pankaj Gupta1,2, Khushbu Saxena1, Usama Yaseen1,2, Thomas Runkler1, Hinrich Schutze¨ 2 1Corporate Technology, Machine-Intelligence (MIC-DE), Siemens AG Munich, Germany 2CIS, University of Munich (LMU) Munich, Germany
[email protected] |
[email protected] Abstract techniques in news articles at sentence and frag- ment level, respectively and thus, promotes ex- This paper describes our system (MIC-CIS) plainable AI. For instance, the following text is a details and results of participation in the propaganda of type ‘slogan’. fine-grained propaganda detection shared task Trump tweeted: ‘`BUILD THE WALL!" 2019. To address the tasks of sentence (SLC) | {z } and fragment level (FLC) propaganda detec- slogan tion, we explore different neural architectures Shared Task: This work addresses the two (e.g., CNN, LSTM-CRF and BERT) and ex- tasks in propaganda detection (Da San Mar- tract linguistic (e.g., part-of-speech, named en- tino et al., 2019) of different granularities: (1) tity, readability, sentiment, emotion, etc.), lay- Sentence-level Classification (SLC), a binary clas- out and topical features. Specifically, we have sification that predicts whether a sentence con- designed multi-granularity and multi-tasking tains at least one propaganda technique, and (2) neural architectures to jointly perform both the Fragment-level Classification (FLC), a token-level sentence and fragment level propaganda de- (multi-label) classification that identifies both the tection. Additionally, we investigate different ensemble schemes such as majority-voting, spans and the type of propaganda technique(s). relax-voting, etc. to boost overall system per- Contributions: (1) To address SLC, we de- formance.