Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Portuguese
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
FpOliveira commited on
Commit
9982541
·
1 Parent(s): 992c22a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -77,7 +77,35 @@ aggressive: 1, hate: 1, ageism: 0, aporophobia: 1, body shame: 0, capacitism: 0,
77
  religious intolerance : 0, misogyny : 0, xenophobia : 0, other : 0
78
  }
79
  ```
 
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
 
82
  ## Acknowledge
83
  The TuPy project is the result of the development of Felipe Oliveira's thesis and the work of several collaborators. This project is financed by the Federal University of Rio de Janeiro ([UFRJ](https://ufrj.br/)) and the Alberto Luiz Coimbra Institute for Postgraduate Studies and Research in Engineering ([COPPE](https://coppe.ufrj.br/)).
 
77
  religious intolerance : 0, misogyny : 0, xenophobia : 0, other : 0
78
  }
79
  ```
80
+ Table 2 provides a detailed breakdown of the dataset, delineating the volume of data based on the occurrence of aggressive speech and the manifestation of hate speech within the documents
81
 
82
+ **Table 2 - Count of documents for categories non-aggressive and aggressive.**
83
+
84
+ | Label | Count |
85
+ |----------------------|--------|
86
+ | Non-aggressive | 8013 |
87
+ | Aggressive - Not hate| 689 |
88
+ | Aggressive - Hate | 1298 |
89
+ | Total | 10000 |
90
+
91
+ Table 3 provides a detailed analysis of the dataset, delineating the data volume in relation to the occurrence of distinct categories of hate speech.
92
+
93
+ **Table 3 - Count of documents for hate categories.**
94
+
95
+ | Label | Count |
96
+ |--------------------------|-------|
97
+ | Ageism | 53 |
98
+ | Aporophobia | 61 |
99
+ | Body shame | 120 |
100
+ | Capacitism | 92 |
101
+ | LGBTphobia | 96 |
102
+ | Political | 532 |
103
+ | Racism | 38 |
104
+ | Religious intolerance | 28 |
105
+ | Misogyny | 207 |
106
+ | Xenophobia | 70 |
107
+ | Other | 1 |
108
+ | Total | 1298 |
109
 
110
  ## Acknowledge
111
  The TuPy project is the result of the development of Felipe Oliveira's thesis and the work of several collaborators. This project is financed by the Federal University of Rio de Janeiro ([UFRJ](https://ufrj.br/)) and the Alberto Luiz Coimbra Institute for Postgraduate Studies and Research in Engineering ([COPPE](https://coppe.ufrj.br/)).