Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ Hate speech promotes hatred, discrimination, prejudice, or violence against indi
|
|
55 |
[](https://en.wikipedia.org/wiki/CSS)
|
56 |
[](https://en.wikipedia.org/wiki/JavaScript)
|
57 |
[](https://flask.palletsprojects.com/en/3.0.x/)
|
58 |
-
|
59 |
### ๐ผ Screenshots
|
60 |
|
61 |
<p align="center">
|
@@ -63,20 +63,25 @@ Hate speech promotes hatred, discrimination, prejudice, or violence against indi
|
|
63 |
<img src="./Screenshot2.jpg"/>
|
64 |
<img src="./Screenshot3.jpg"/>
|
65 |
</p>
|
66 |
-
|
67 |
|
68 |
### ๐จ Labels
|
69 |
|
70 |
**Multilabel Classification** refers to the task of assigning one or more relevant labels to each text. Each text can be associated with multiple categories simultaneously, such as Age, Gender, Physical, Race, Religion, or Others.
|
71 |
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
### ๐ Dataset
|
82 |
2,116 scraped social media posts from Facebook, Reddit, and Twitter manually annotated for determining labels for each data split into three sets:
|
|
|
55 |
[](https://en.wikipedia.org/wiki/CSS)
|
56 |
[](https://en.wikipedia.org/wiki/JavaScript)
|
57 |
[](https://flask.palletsprojects.com/en/3.0.x/)
|
58 |
+
<!--
|
59 |
### ๐ผ Screenshots
|
60 |
|
61 |
<p align="center">
|
|
|
63 |
<img src="./Screenshot2.jpg"/>
|
64 |
<img src="./Screenshot3.jpg"/>
|
65 |
</p>
|
66 |
+
-->
|
67 |
|
68 |
### ๐จ Labels
|
69 |
|
70 |
**Multilabel Classification** refers to the task of assigning one or more relevant labels to each text. Each text can be associated with multiple categories simultaneously, such as Age, Gender, Physical, Race, Religion, or Others.
|
71 |
|
72 |
+
|
73 |
+

|
74 |
+
Target of hate speech pertains to one's age bracket or demographic
|
75 |
+

|
76 |
+
Target of hate speech pertains to gender identity, sex, or sexual orientation
|
77 |
+

|
78 |
+
Target of hate speech pertains to physical attributes or disability
|
79 |
+

|
80 |
+
Target of hate speech pertains to racial background, ethnicity, or nationality
|
81 |
+

|
82 |
+
Target of hate speech pertains to affiliation, belief, and faith to any of the existing religious or non-religious groups
|
83 |
+

|
84 |
+
Target of hate speech pertains other topic that is not relevant as Age, Gender, Physical, Race, or Religion
|
85 |
|
86 |
### ๐ Dataset
|
87 |
2,116 scraped social media posts from Facebook, Reddit, and Twitter manually annotated for determining labels for each data split into three sets:
|