Datasets:
Tasks:
Text Classification
Formats:
csv
Languages:
Portuguese
Size:
10K - 100K
ArXiv:
Tags:
hate-speech-detection
License:
FpOliveira
commited on
Commit
•
c05318d
1
Parent(s):
088ace6
Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,10 @@ A data point comprises the tweet text (a string) along with thirteen categories,
|
|
79 |
|
80 |
```python
|
81 |
{
|
|
|
82 |
text: "e tem pobre de direita imbecil que ainda defendia a manutenção da política de preços atrelada ao dólar link",
|
|
|
|
|
83 |
aggressive: 1, hate: 1, ageism: 0, aporophobia: 1, body shame: 0, capacitism: 0, lgbtphobia: 0, political: 1, racism : 0,
|
84 |
religious intolerance : 0, misogyny : 0, xenophobia : 0, other : 0
|
85 |
}
|
|
|
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 |
}
|