Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
palomapiot commited on
Commit
92a4403
1 Parent(s): 4da2c46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ pretty_name: metahate-sample
8
+ size_categories:
9
+ - 1M<n<10M
10
  ---
11
+
12
+ # MetaHate: A Dataset for Unifying Efforts on Hate Speech Detection (SAMPLE)
13
+ This is a sample of a meta-collection of 36 hate speech datasets from social media comments.
14
+
15
+ ## Dataset Structure
16
+ The dataset contains 1,226,202 social media posts in a TSV file. This is a sample of 100 entries. Each element contains the following fields:
17
+
18
+
19
+ | Field Name | Type | Possible Values | Description |
20
+ |------------|------|-----------------|----------------------------------------------------------------------|
21
+ | text | str | any | Social media post. Each of the 1,226,202 posts is unique. |
22
+ | label | int | 0, 1 | Label of the post. 0 for non-hate speech posts, 1 for hate speech. |