-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpropaganda.yml
135 lines (128 loc) · 3.67 KB
/
propaganda.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
template_name: propaganda
template_label: Da San Martino et al., 2019
template_description: Linguistic inspection of propaganda in news articles performed by Da San Martino et al., 2019
# ========================================================================================
#
# This interface and data come from a manual lingusitic inspection of 550 articles, the full
# dataset description is included in the paper, and the full data is available at
# https://propaganda.qcri.org/
#
# ========================================================================================
interface_text:
typology:
target_label: "News Article"
disable:
- annotation
font_size:
target: 16
display:
- side-by-side
edits:
- name: loaded_language
label: "Loaded language"
enable_output: true
color: "#FF5733"
icon: fa-comment-dots
- name: name_calling
label: "Name calling or labeling"
enable_output: true
color: "#4CAF50"
icon: fa-person
- name: repetition
label: "Repetition"
enable_output: true
color: "#2196F3"
icon: fa-repeat
- name: exaggeration
label: "Exaggeration or minimization"
enable_output: true
color: "#FFC107"
icon: fa-person-burst
- name: doubt
label: "Doubt"
enable_output: true
color: "#E91E63"
icon: fa-circle-question
- name: appeal_to_fear_prejudice
label: "Appeal to fear/prejudice"
enable_output: true
color: "#673AB7"
icon: fa-users-gear
- name: flag_waving
label: "Flag-waving"
enable_output: true
color: "#9C27B0"
icon: fa-flag
- name: causal_oversimplification
label: "Causal oversimplification"
enable_output: true
color: "#009688"
icon: fa-chart-simple
- name: slogans
label: "Slogans"
enable_output: true
color: "#FF9800"
icon: fa-landmark-flag
- name: appeal_to_authority
label: "Appeal to authority"
enable_output: true
color: "#607D8B"
icon: fa-chess-king
- name: black_and_white_fallacy
label: "Black-and-white fallacy"
enable_output: true
color: "#404040"
icon: fa-cube
- name: thought_terminating_cliches
label: "Thought-terminating cliche"
enable_output: true
color: "#03A9F4"
icon: fa-arrows-spin
- name: whataboutism
label: "Whataboutism"
enable_output: true
color: "#FF5722"
icon: fa-hand-point-left
- name: reductio_ad_hitlerum
label: "Reductio ad Hitlerum"
enable_output: true
color: "#3F51B5"
icon: fa-ellipsis
- name: red_herring
label: "Red herring"
enable_output: true
color: red
icon: fa-fish
- name: bandwagon
label: "Bandwagon"
enable_output: true
color: "#CDDC39"
icon: fa-truck-monster
- name: obfuscate
label: "Obfuscation, confusion"
enable_output: true
color: "#FF4081"
icon: fa-cloud-showers-heavy
- name: straw_man
label: "Straw man"
enable_output: true
color: "#795548"
icon: fa-wheat-awn-circle-exclamation
paper_link: https://aclanthology.org/D19-1565
citation: |
@inproceedings{da-san-martino-etal-2019-fine,
title = "Fine-Grained Analysis of Propaganda in News Article",
author = "Da San Martino, Giovanni and
Yu, Seunghak and
Barr{\'o}n-Cede{\~n}o, Alberto and
Petrov, Rostislav and
Nakov, Preslav",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
month = nov,
year = "2019",
address = "Hong Kong, China",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/D19-1565",
doi = "10.18653/v1/D19-1565",
pages = "5636--5646"
}