finiteautomata commited on
Commit
01aa9dc
1 Parent(s): 716a2be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -13,8 +13,7 @@ size_categories:
13
 
14
  ## Dataset Description
15
 
16
- - **Homepage:**
17
- - **Repository:**
18
  - **Paper**: ["Assessing the impact of contextual information in hate speech detection"](https://arxiv.org/abs/2210.00465), Juan Manuel Pérez, Franco Luque, Demian Zayat, Martín Kondratzky, Agustín Moro, Pablo Serrati, Joaquín Zajac, Paula Miguel, Natalia Debandi, Agustín Gravano, Viviana Cotik
19
  - **Point of Contact**: jmperez (at) dc uba ar
20
 
@@ -22,7 +21,7 @@ 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
- Each comments is labeled with the following variables
26
 
27
 
28
 
@@ -42,6 +41,10 @@ Each comments is labeled with the following variables
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
 
13
 
14
  ## Dataset Description
15
 
16
+ - **Repository: [https://github.com/finiteautomata/contextualized-hatespeech-classification](https://github.com/finiteautomata/contextualized-hatespeech-classification)**
 
17
  - **Paper**: ["Assessing the impact of contextual information in hate speech detection"](https://arxiv.org/abs/2210.00465), Juan Manuel Pérez, Franco Luque, Demian Zayat, Martín Kondratzky, Agustín Moro, Pablo Serrati, Joaquín Zajac, Paula Miguel, Natalia Debandi, Agustín Gravano, Viviana Cotik
18
  - **Point of Contact**: jmperez (at) dc uba ar
19
 
 
21
  ![Graphical representation of the dataset](Dataset%20graph.png)
22
  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.
23
 
24
+ Each comment is labeled with the following variables
25
 
26
 
27
 
 
41
 
42
 
43
  There is an extra label `CALLS`, which represents whether a comment is a call to violent action or not.
44
+
45
+ The `HATEFUL` and `CALLS` labels are binarized by simple majority; the characteristic or category variables are put to `1` if at least one annotator marked it as such.
46
+
47
+ A raw, non-aggregated version of the dataset can be found at [piuba-bigdata/contextualized_hate_speech_raw](https://huggingface.co/datasets/piuba-bigdata/contextualized_hate_speech_raw)
48
  ### Citation Information
49
 
50
  ```bibtex