Datasets:
Tasks:
Text Classification
Formats:
csv
Languages:
Portuguese
Size:
10K - 100K
ArXiv:
Tags:
hate-speech-detection
License:
FpOliveira
commited on
Commit
•
091a647
1
Parent(s):
bc1bd43
Update README.md
Browse files
README.md
CHANGED
@@ -75,14 +75,16 @@ we adhered to stringent guidelines for text integration, detailed as follows:
|
|
75 |
Through the application of these rigorous integration guidelines, we have succeeded in establishing a robust, unified database that stands as a valuable resource for the development and refinement of automatic hate speech detection systems in the Portuguese language.
|
76 |
|
77 |
## Data structure
|
78 |
-
A data point comprises the tweet text (a string) along with thirteen categories, each category is assigned a value of 0 when there is an
|
|
|
|
|
|
|
79 |
|
80 |
```python
|
81 |
{
|
82 |
source:"twitter",
|
83 |
text: "e tem pobre de direita imbecil que ainda defendia a manutenção da política de preços atrelada ao dólar link",
|
84 |
-
researcher:"leite et al",
|
85 |
-
year:2020,
|
86 |
aggressive: 1, hate: 1, ageism: 0, aporophobia: 1, body shame: 0, capacitism: 0, lgbtphobia: 0, political: 1, racism : 0,
|
87 |
religious intolerance : 0, misogyny : 0, xenophobia : 0, other : 0
|
88 |
}
|
|
|
75 |
Through the application of these rigorous integration guidelines, we have succeeded in establishing a robust, unified database that stands as a valuable resource for the development and refinement of automatic hate speech detection systems in the Portuguese language.
|
76 |
|
77 |
## Data structure
|
78 |
+
A data point comprises the tweet text (a string) along with thirteen categories, each category is assigned a value of 0 when there is an
|
79 |
+
absence of aggressive or hateful content and a value of 1 when such content is present. These values represent the consensus of
|
80 |
+
annotators regarding the presence of aggressive, hate, ageism, aporophobia, body shame, capacitism, lgbtphobia, political, racism,
|
81 |
+
religious intolerance, misogyny, xenophobia, and others. An illustration from the multilabel TuPyE dataset is depicted below:
|
82 |
|
83 |
```python
|
84 |
{
|
85 |
source:"twitter",
|
86 |
text: "e tem pobre de direita imbecil que ainda defendia a manutenção da política de preços atrelada ao dólar link",
|
87 |
+
researcher:"leite et al", year:2020,
|
|
|
88 |
aggressive: 1, hate: 1, ageism: 0, aporophobia: 1, body shame: 0, capacitism: 0, lgbtphobia: 0, political: 1, racism : 0,
|
89 |
religious intolerance : 0, misogyny : 0, xenophobia : 0, other : 0
|
90 |
}
|