File size: 916 Bytes
4da2c46
 
92a4403
 
 
 
 
 
b36331c
4da2c46
92a4403
 
4d8964c
92a4403
 
4d8964c
92a4403
 
 
 
4d8964c
92a4403
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: apache-2.0
task_categories:
- text-classification
language:
- en
pretty_name: metahate-sample
size_categories:
- n<1K
---

# MetaHate: A Dataset for Unifying Efforts on Hate Speech Detection (SAMPLE)
This is a 100-entry sample of a meta-collection of 36 hate speech datasets from social media comments.

## Dataset Structure
The original 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:


| Field Name | Type | Possible Values | Description                                                          |
|------------|------|-----------------|----------------------------------------------------------------------|
| text       | str  | any             | Social media post. Each post is unique.            |
| label      | int  | 0, 1            | Label of the post. 0 for non-hate speech posts, 1 for hate speech.   |