ruanchaves commited on
Commit
38773ef
·
2 Parent(s): 8a56920 1164bad

Merge branch 'main' of https://huggingface.co/datasets/ruanchaves/hatebr into main

Browse files
Files changed (1) hide show
  1. README.md +109 -0
README.md ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ language:
5
+ - pt
6
+ pretty_name: HateBR - Offensive Language and Hate Speech Dataset in Brazilian Portuguese
7
+ size_categories:
8
+ - 1K<n<10K
9
+ ---
10
+ # Dataset Card for HateBR - Offensive Language and Hate Speech Dataset in Brazilian Portuguese
11
+
12
+ ## Dataset Description
13
+
14
+ - **Homepage:**
15
+ - **Repository:** https://github.com/franciellevargas/HateBR
16
+ - **Paper:** https://aclanthology.org/2022.lrec-1.777/
17
+ - **Leaderboard:**
18
+ - **Point of Contact:** https://franciellevargas.github.io/
19
+
20
+ ### Dataset Summary
21
+
22
+ HateBR is the first large-scale expert annotated corpus of Brazilian Instagram comments for hate speech and offensive language detection on the web and social media. The HateBR corpus was collected from Brazilian Instagram comments of politicians and manually annotated by specialists. It is composed of 7,000 documents annotated according to three different layers: a binary classification (offensive versus non-offensive comments), offensiveness-level (highly, moderately, and slightly offensive messages), and nine hate speech groups (xenophobia, racism, homophobia, sexism, religious intolerance, partyism, apology for the dictatorship, antisemitism, and fatphobia). Each comment was annotated by three different annotators and achieved high inter-annotator agreement. Furthermore, baseline experiments were implemented reaching 85% of F1-score outperforming the current literature models for the Portuguese language. Accordingly, we hope that the proposed expertly annotated corpus may foster research on hate speech and offensive language detection in the Natural Language Processing area.
23
+
24
+ ### Supported Tasks and Leaderboards
25
+
26
+ Hate Speech Detection, Hate
27
+
28
+ ### Languages
29
+
30
+ Portuguese
31
+
32
+ ## Dataset Structure
33
+
34
+ ### Data Instances
35
+
36
+ [More Information Needed]
37
+
38
+ ### Data Fields
39
+
40
+ * instagram_comments: Instagram comments.
41
+ * offensive_language: Offensive language classification divided into offensive comments versus non-offensive comments.
42
+ * offensiveness_levels: Offensiveness-level classification divided into highly offensive, moderately offensive, and slightly offensive.
43
+ * hate_speech: Hate speech classification divided into nine different hate groups: antisemitism, apology for the dictatorship, fatphobia, homophobia, partyism, racism, religious intolerance, sexism, and xenophobia. At last, offensive & no hate speech comments also was classified.
44
+
45
+ ### Data Splits
46
+
47
+ No standard splits have been provided by the authors.
48
+
49
+ ## Dataset Creation
50
+
51
+ ### Curation Rationale
52
+
53
+ [More Information Needed]
54
+
55
+ ### Source Data
56
+
57
+ #### Initial Data Collection and Normalization
58
+
59
+ [More Information Needed]
60
+
61
+ #### Who are the source language producers?
62
+
63
+ [More Information Needed]
64
+
65
+ ### Annotations
66
+
67
+ #### Annotation process
68
+
69
+ [More Information Needed]
70
+
71
+ #### Who are the annotators?
72
+
73
+ [More Information Needed]
74
+
75
+ ### Personal and Sensitive Information
76
+
77
+ [More Information Needed]
78
+
79
+ ## Considerations for Using the Data
80
+
81
+ ### Social Impact of Dataset
82
+
83
+ [More Information Needed]
84
+
85
+ ### Discussion of Biases
86
+
87
+ [More Information Needed]
88
+
89
+ ### Other Known Limitations
90
+
91
+ [More Information Needed]
92
+
93
+ ## Additional Information
94
+
95
+ ### Dataset Curators
96
+
97
+ [More Information Needed]
98
+
99
+ ### Licensing Information
100
+
101
+ [More Information Needed]
102
+
103
+ ### Citation Information
104
+
105
+ [More Information Needed]
106
+
107
+ ### Contributions
108
+
109
+ [More Information Needed]