File size: 8,704 Bytes
38acdf2
 
 
 
 
 
 
 
 
 
2f67615
38acdf2
 
 
 
 
 
 
ba8bb07
38acdf2
ba8bb07
38acdf2
ba8bb07
38acdf2
 
 
ba8bb07
38acdf2
ba8bb07
38acdf2
ba8bb07
38acdf2
 
 
ba8bb07
38acdf2
ba8bb07
38acdf2
ba8bb07
38acdf2
 
 
ba8bb07
38acdf2
ba8bb07
38acdf2
ba8bb07
38acdf2
 
 
22143ea
 
38acdf2
 
22143ea
 
38acdf2
 
22143ea
 
38acdf2
 
22143ea
 
38acdf2
 
22143ea
 
38acdf2
 
22143ea
 
38acdf2
 
22143ea
 
38acdf2
 
22143ea
 
38acdf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f67615
38acdf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
---
license: cc-by-nc-sa-4.0
task_categories:
  - text-classification
language:
  - ar
tags:
  - News Media
  - Fake News
  - Propaganda detection
  - Arabic NLP
pretty_name: 'ArMPro: Annotation and Detection of Propaganda Spans in News Articles'
size_categories:
  - 10K<n<100K
dataset_info:
- config_name: binary
  splits:
    - name: train
      num_examples: 6002
    - name: dev
      num_examples: 672
    - name: test
      num_examples: 1326
- config_name: multilabel
  splits:
    - name: train
      num_examples: 6002
    - name: dev
      num_examples: 672
    - name: test
      num_examples: 1326
- config_name: coarse
  splits:
    - name: train
      num_examples: 6002
    - name: dev
      num_examples: 672
    - name: test
      num_examples: 1326
- config_name: span
  splits:
    - name: train
      num_examples: 6002
    - name: dev
      num_examples: 672
    - name: test
      num_examples: 1326
configs:
- config_name: binary
  data_files:
    - split: train
      path: binary/train.json  
    - split: dev
      path: binary/dev.json
    - split: test
      path: binary/test.json      
- config_name: multilabel
  data_files:
    - split: train
      path: multilabel/train.json  
    - split: dev
      path: multilabel/dev.json
    - split: test
      path: multilabel/test.json      
- config_name: coarse
  data_files:
    - split: train
      path: coarse/train.json  
    - split: dev
      path: coarse/dev.json
    - split: test
      path: coarse/test.json      
- config_name: span
  data_files:
    - split: train
      path: span/train.json  
    - split: dev
      path: span/dev.json
    - split: test
      path: span/test.json      
---

# ArMPro
This repo contains the *Arabic* propaganda dataset (**ArMPro**).
<!-- The dataset covers two modalities, (1) text represented by annotated news paragraphs and (2) images and text represented by memes. -->

![License](https://img.shields.io/badge/license-CC--BY--NC--SA-blue) [![Paper](https://img.shields.io/badge/Paper-Download%20PDF-green)](https://aclanthology.org/2024.lrec-main.244.pdf)

**Table of contents:**
  * [Dataset](#dataset)
    + [Data splits](#data-splits)
    + [Coarse-grained label distribuition](#coarse-grained-label-distribuition)
    + [Fine-grained label distribuition](#fine-grained-label-distribuition)
  * [Licensing](#licensing)
  * [Citation](#citation)


## Dataset
This dataset represents the largest one to date for fine-grained propaganda detection for Arabic. It includes **8,000** paragraphs extracted from over **2,800** Arabic news articles, covering a large variety of news domains.


Example annotated paragraph:

<img width="350" alt="Screenshot 2024-05-04 at 3 56 26 PM" src="https://github.com/MaramHasanain/ArMPro/assets/3918663/255f6b47-1942-48cb-ba0a-259a79a7f93a">

### Data splits
We split the dataset in a stratified manner, allocating 75\%, 8.5\%, and 16.5\% for training, development, and testing, respectively. During the stratified sampling, the multilabel setting was considered when splitting the dataset. This ensures that persuasion techniques are similarly distributed across the splits.

### Coarse-grained label distribuition
| **Binary label**     | **Train** | **Dev** | **Test**  |
|--------------------|-------|-----|-------|
| Propagandistic     | 3,777 | 425 | 832   |
| Non-Propagandistic | 2,225 | 247 | 494   |
| **Total**              | **6,002** | **672** | **1,326** |

| **Coarse-grained label** | **Train** | **Dev** | **Test**  |
|----------------------|-------|-----|-------|
| Manipulative Wording | 3,460 | 387 | 757   |
| no technique         | 2,225 | 247 | 494   |
| Reputation           | 1,404 | 163 | 314   |
| Justification        | 471   | 48  | 102   |
| Simplification       | 384   | 42  | 82    |
| Call                 | 176   | 21  | 40    |
| Distraction          | 74    | 9   | 16    |
| **Total**                | **8,194** | **917** | **1,805** |

### Fine-grained label distribuition

| **Technique**                        | **Train**  | **Dev**   | **Test**  |
|----------------------------------|--------|-------|-------|
| Loaded Language                  | 7,862  | 856   | 1670  |
| no technique                     | 2,225  | 247   | 494   |
| Name Calling/Labeling            | 1,526  | 158   | 328   |
| Exaggeration/Minimisation        | 967    | 113   | 210   |
| Questioning the Reputation       | 587    | 58    | 131   |
| Obfuscation/Vagueness/Confusion  | 562    | 62    | 132   |
| Causal Oversimplification        | 289    | 33    | 67    |
| Doubt                            | 227    | 27    | 49    |
| Appeal to Authority              | 192    | 22    | 42    |
| Flag Waving                      | 174    | 22    | 41    |
| Repetition                       | 123    | 13    | 30    |
| Slogans                          | 101    | 19    | 24    |
| Appeal to Fear/Prejudice         | 93     | 11    | 21    |
| Appeal to Hypocrisy              | 82     | 9     | 17    |
| Consequential Oversimplification | 81     | 10    | 19    |
| False Dilemma/No Choice          | 60     | 6     | 13    |
| Conversation Killer              | 53     | 6     | 13    |
| Appeal to Time                   | 52     | 6     | 12    |
| Appeal to Popularity             | 44     | 4     | 8     |
| Appeal to Values                 | 38     | 5     | 9     |
| Red Herring                      | 38     | 4     | 8     |
| Guilt by Association             | 22     | 2     | 5     |
| Whataboutism                     | 20     | 4     | 4     |
| Straw Man                        | 19     | 2     | 4     |
| **Total**                            | **15,437** | **1,699** | **3,351** |

**Note**: "no technique" refers to paragraphs without any propagandistic techniques use.

<!-- ## Meme Subset (*Coming Soon!*) -->



## Licensing

This dataset is licensed under CC BY-NC-SA 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/4.0/

## Citation
If you use our dataset in a scientific publication, we would appreciate using the following citations:

- Maram Hasanain, Fatema Ahmad, and Firoj Alam. 2024. Can GPT-4 Identify Propaganda? Annotation and Detection of Propaganda Spans in News Articles. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), pages 2724–2744, Torino, Italia. ELRA and ICCL.

```
@inproceedings{hasanain-etal-2024-gpt,
    title = "Can {GPT}-4 Identify Propaganda? Annotation and Detection of Propaganda Spans in News Articles",
    author = "Hasanain, Maram  and
      Ahmad, Fatema  and
      Alam, Firoj",
    editor = "Calzolari, Nicoletta  and
      Kan, Min-Yen  and
      Hoste, Veronique  and
      Lenci, Alessandro  and
      Sakti, Sakriani  and
      Xue, Nianwen",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
    month = may,
    year = "2024",
    address = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.lrec-main.244",
    pages = "2724--2744",
    abstract = "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, most of them primarily focus on English content. The majority of the recent initiatives targeting medium to low-resource languages produced relatively small annotated datasets, with a skewed distribution, posing challenges for the development of sophisticated propaganda detection models. To address this challenge, we carefully develop the largest propaganda dataset to date, ArPro, comprised of 8K paragraphs from newspaper articles, labeled at the text span level following a taxonomy of 23 propagandistic techniques. Furthermore, our work offers the first attempt to understand the performance of large language models (LLMs), using GPT-4, for fine-grained propaganda detection from text. Results showed that GPT-4{'}s performance degrades as the task moves from simply classifying a paragraph as propagandistic or not, to the fine-grained task of detecting propaganda techniques and their manifestation in text. Compared to models fine-tuned on the dataset for propaganda detection at different classification granularities, GPT-4 is still far behind. Finally, we evaluate GPT-4 on a dataset consisting of six other languages for span detection, and results suggest that the model struggles with the task across languages. We made the dataset publicly available for the community.",
}
```