Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Spanish
ArXiv:
Libraries:
Datasets
pandas
finiteautomata commited on
Commit
b790f83
1 Parent(s): 1aca8ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -22,6 +22,26 @@ size_categories:
22
  ![Graphical representation of the dataset](Dataset%20graph.png)
23
  This dataset is a collection of tweets that were posted in response to news articles from five specific Argentinean news outlets: Clarín, Infobae, La Nación, Perfil and Crónica, during the COVID-19 pandemic. The comments were analyzed for hate speech across eight different characteristics: against women, racist content, class hatred, against LGBTQ+ individuals, against physical appearance, against people with disabilities, against criminals, and for political reasons. All the data is in Spanish.
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ### Citation Information
26
 
27
  ```bibtex
 
22
  ![Graphical representation of the dataset](Dataset%20graph.png)
23
  This dataset is a collection of tweets that were posted in response to news articles from five specific Argentinean news outlets: Clarín, Infobae, La Nación, Perfil and Crónica, during the COVID-19 pandemic. The comments were analyzed for hate speech across eight different characteristics: against women, racist content, class hatred, against LGBTQ+ individuals, against physical appearance, against people with disabilities, against criminals, and for political reasons. All the data is in Spanish.
24
 
25
+ Each comments is labeled with the following variables
26
+
27
+
28
+
29
+ | Label | Description |
30
+ | :--------- | :---------------------------------------------------------------------- |
31
+ | HATEFUL | Contains hate speech (HS)? |
32
+ | CALLS | If it is hateful, is this message calling to (possibly violent) action? |
33
+ | WOMEN | Is this against women? |
34
+ | LGBTI | Is this against LGBTI people? |
35
+ | RACISM | Is this a racist message? |
36
+ | CLASS | Is this a classist message? |
37
+ | POLITICS | Is this HS due to political ideology? |
38
+ | DISABLED | Is this HS against disabled people? |
39
+ | APPEARANCE | Is this HS against people due to their appearance? (e.g. fatshaming) |
40
+ | CRIMINAL | Is this HS against criminals or people in conflict with law? |
41
+
42
+
43
+
44
+ There is an extra label `CALLS`, which represents whether a comment is a call to violent action or not.
45
  ### Citation Information
46
 
47
  ```bibtex