victoriadreis commited on
Commit
99eed19
1 Parent(s): deec1f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
4
+ ![GitHub pull requests](https://img.shields.io/github/issues-pr/Silly-Machine/TuPy-Dataset)
5
+ [![GitHub issues](https://img.shields.io/github/issues/Silly-Machine/TuPy-Dataset.svg)](https://img.shields.io/github/issues/Silly-Machine/TuPy-Dataset.svg)
6
+ ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Silly-Machine/TuPy-Dataset/main)
7
+ [![GitHub license](https://img.shields.io/badge/license-MIT-orange)](https://opensource.org/license/mit/)
8
+
9
+ # Portuguese Hate Speech Dataset (TuPy)
10
+
11
+ 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.
12
+
13
+ This repository is organized as follows:
14
+
15
+ ```sh
16
+ root.
17
+ ├── annotations : classification given by annotators
18
+ ├── raw corpus : dataset before being split between annotators
19
+ ├── tupy datasets : combined result of annotations
20
+ └── README.md
21
+ ```
22
+ ## Voting process
23
+ 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.
24
+
25
+ ## Acknowledge
26
+ 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/)).