MidhunKanadan commited on
Commit
a953ffb
·
verified ·
1 Parent(s): d7ce9c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -3
README.md CHANGED
@@ -1,3 +1,60 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Populist Argument Schemes 🗣️
5
+
6
+ A curated dataset of translated tweets from four political leaders, annotated with argument schemes according to argumentation theory. The dataset enables fine-tuning and evaluation of language models for argument mining, rhetorical analysis, and populist discourse detection.
7
+
8
+ ---
9
+
10
+ ## Dataset Summary
11
+
12
+ This dataset contains **English-translated tweets** from:
13
+ - **Matteo Salvini** 🇮🇹
14
+ - **Jair Bolsonaro** 🇧🇷
15
+ - **Donald Trump** 🇺🇸
16
+ - **Joe Biden** 🇺🇸
17
+
18
+ Each tweet is annotated with its **primary argumentation scheme** (based on *Argument 1*) following a scheme taxonomy inspired by Walton and Macagno. The dataset is derived from Fabrizio Macagno's original annotated corpus on the *Language of Populism* and translated for cross-lingual NLP applications.
19
+
20
+ ---
21
+
22
+ ## Features
23
+
24
+ - `Politician`: Name of the political figure (e.g., "Trump")
25
+ - `Argument`: The tweet text (translated into English)
26
+ - `Argument Scheme`: The full name of the primary argumentation scheme (e.g., "Argument from Consequences")
27
+
28
+ ---
29
+
30
+ ## Argument Scheme Labels
31
+
32
+ The dataset includes 13 argument schemes:
33
+
34
+ | Code | Argument Scheme |
35
+ |-------|----------------------------------------|
36
+ | AA | Argument from Analogy |
37
+ | AC | Argument from Consequences |
38
+ | AH | Ad Hominem |
39
+ | AS | Argument from Sign |
40
+ | AV | Argument from Values |
41
+ | BEX | Argument from Best Explanation |
42
+ | CE | Argument from Cause to Effect |
43
+ | CLASS | Argument from Classification |
44
+ | CO | Argument from Commitment |
45
+ | PK | Argument from Position to Know |
46
+ | PO | Argument from Popular Opinion |
47
+ | PR | Argument from Practical Reasoning |
48
+ | VV | Victimization |
49
+
50
+ ---
51
+
52
+ ## Use Cases
53
+
54
+ This dataset can be used for:
55
+
56
+ - Fine-tuning LLMs for **argument scheme classification**
57
+ - Training models for **argument mining** and **fallacy detection**
58
+ - Studying **populist rhetoric** and comparative discourse analysis
59
+ - Building educational tools for **teaching argumentation theory**
60
+