Commit
·
4640052
1
Parent(s):
1b95ca5
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
3 |
---
|
4 |
+
This dataset is obtained by transforming the training and test data of the two EVALITA tasks into an LLM prompt following a template.
|
5 |
+
The involved tasks are: AMI2020 (misogyny detection) and HASPEEDE-v2-2020 (hate-speech detection).
|
6 |
+
|
7 |
+
For the AMI task, we used the following template:
|
8 |
+
|
9 |
+
*instruction: Nel testo seguente si esprime odio contro le donne? Rispondi sì o no., input: \<text\>, output: \<sì/no\>.*
|
10 |
+
|
11 |
+
Similarly, for HASPEEDE we used:
|
12 |
+
|
13 |
+
*instruction: “Il testo seguente incita all’odio? Rispondi sì o no., input: \<text\>, output: \<sì/no\>.*
|
14 |
+
|
15 |
+
To fill these templates, we mapped the label "1" with the word "sì" and the label "0" with the word "no", \<text\> is just the sentence from the
|
16 |
+
dataset to classify.
|