Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
Portuguese
Size:
10K - 100K
Tags:
hate-speech-detection
License:
victoriadreis
commited on
Commit
•
3207700
1
Parent(s):
dcdde68
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language_creators:
|
5 |
+
- crowdsourced
|
6 |
+
language:
|
7 |
+
- pt
|
8 |
+
license:
|
9 |
+
- cc-by-sa-4.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
task_categories:
|
17 |
+
- text-classification
|
18 |
+
task_ids: []
|
19 |
+
pretty_name: TuPy
|
20 |
+
language_bcp47:
|
21 |
+
- pt-BR
|
22 |
+
tags:
|
23 |
+
- hate-speech-detection
|
24 |
+
configs:
|
25 |
+
- config_name: binary
|
26 |
+
data_files:
|
27 |
+
- split: full
|
28 |
+
path: tupy_binary_vote.csv
|
29 |
---
|
30 |
+
|
31 |
+
# Portuguese Hate Speech Dataset (TuPy)
|
32 |
+
|
33 |
+
The Portuguese hate speech dataset (TuPy) is an annotated corpus designed to facilitate the development of advanced hate speech detection models using machine learning (ML) and natural language processing (NLP) techniques. TuPy is formed by 10000 thousand unpublished annotated tweets collected in 2023.
|
34 |
+
|
35 |
+
This repository is organized as follows:
|
36 |
+
|
37 |
+
```sh
|
38 |
+
root.
|
39 |
+
├── annotations : classification given by annotators
|
40 |
+
├── raw corpus : dataset before being split between annotators
|
41 |
+
├── tupy datasets : combined result of annotations
|
42 |
+
└── README.md
|
43 |
+
```
|
44 |
+
## Voting process
|
45 |
+
To generate the binary matrices, we employed a straightforward voting process. Three distinct evaluations were assigned to each document. In cases where a document received two or more identical classifications, the adopted value is set to 1; otherwise, it is marked as 0.
|
46 |
+
|
47 |
+
## Acknowledge
|
48 |
+
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/)).
|