Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,6 +4,55 @@ language:
|
|
4 |
- cs
|
5 |
size_categories:
|
6 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
# Dataset Card for the benchmark Propaganda Dataset
|
9 |
|
@@ -47,4 +96,4 @@ size_categories:
|
|
47 |
|
48 |
Aleš HORÁK, Radoslav SABOL, Ondřej HERMAN and Vít BAISA.
|
49 |
Recognition of Propaganda Techniques in Newspaper Texts: Fusion of Content and Style Analysis.
|
50 |
-
Expert Systems with Applications. Elsevier, 2024. ISSN 0957-4174. https://dx.doi.org/10.1016/j.eswa.2024.124085.
|
|
|
4 |
- cs
|
5 |
size_categories:
|
6 |
- 1K<n<10K
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: id
|
10 |
+
dtype: int64
|
11 |
+
- name: text
|
12 |
+
dtype: string
|
13 |
+
- name: genre
|
14 |
+
dtype: string
|
15 |
+
- name: topic
|
16 |
+
dtype: string
|
17 |
+
- name: scope
|
18 |
+
dtype: string
|
19 |
+
- name: location
|
20 |
+
dtype: string
|
21 |
+
- name: argumentation
|
22 |
+
dtype: string
|
23 |
+
- name: emotions
|
24 |
+
dtype: string
|
25 |
+
- name: overall_sentiment
|
26 |
+
dtype: string
|
27 |
+
- name: russia
|
28 |
+
dtype: string
|
29 |
+
- name: opinion
|
30 |
+
dtype: string
|
31 |
+
- name: expert
|
32 |
+
dtype: string
|
33 |
+
- name: source
|
34 |
+
dtype: string
|
35 |
+
- name: fear-mongering
|
36 |
+
dtype: string
|
37 |
+
- name: blaming
|
38 |
+
dtype: string
|
39 |
+
- name: labeling
|
40 |
+
dtype: string
|
41 |
+
- name: demonization
|
42 |
+
dtype: string
|
43 |
+
- name: relativization
|
44 |
+
dtype: string
|
45 |
+
- name: fabulation
|
46 |
+
dtype: string
|
47 |
+
splits:
|
48 |
+
- name: train
|
49 |
+
num_bytes: 24276218
|
50 |
+
num_examples: 7642
|
51 |
+
- name: test
|
52 |
+
num_bytes: 3180888
|
53 |
+
num_examples: 1000
|
54 |
+
download_size: 17695259
|
55 |
+
dataset_size: 27457106
|
56 |
---
|
57 |
# Dataset Card for the benchmark Propaganda Dataset
|
58 |
|
|
|
96 |
|
97 |
Aleš HORÁK, Radoslav SABOL, Ondřej HERMAN and Vít BAISA.
|
98 |
Recognition of Propaganda Techniques in Newspaper Texts: Fusion of Content and Style Analysis.
|
99 |
+
Expert Systems with Applications. Elsevier, 2024. ISSN 0957-4174. https://dx.doi.org/10.1016/j.eswa.2024.124085.
|