Commit
·
4d8964c
1
Parent(s):
9179cb1
Update README.md
Browse files
README.md
CHANGED
@@ -10,13 +10,13 @@ size_categories:
|
|
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
|
22 |
| label | int | 0, 1 | Label of the post. 0 for non-hate speech posts, 1 for hate speech. |
|
|
|
10 |
---
|
11 |
|
12 |
# MetaHate: A Dataset for Unifying Efforts on Hate Speech Detection (SAMPLE)
|
13 |
+
This is a 100-entry sample of a meta-collection of 36 hate speech datasets from social media comments.
|
14 |
|
15 |
## Dataset Structure
|
16 |
+
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:
|
17 |
|
18 |
|
19 |
| Field Name | Type | Possible Values | Description |
|
20 |
|------------|------|-----------------|----------------------------------------------------------------------|
|
21 |
+
| text | str | any | Social media post. Each post is unique. |
|
22 |
| label | int | 0, 1 | Label of the post. 0 for non-hate speech posts, 1 for hate speech. |
|