Datasets:
Tasks:
Text Classification
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
hate-speech-detection
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,41 @@ paperswithcode_id: hatexplain
|
|
| 20 |
pretty_name: hatexplain
|
| 21 |
tags:
|
| 22 |
- hate-speech-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for hatexplain
|
|
|
|
| 20 |
pretty_name: hatexplain
|
| 21 |
tags:
|
| 22 |
- hate-speech-detection
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: id
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: annotators
|
| 28 |
+
sequence:
|
| 29 |
+
- name: label
|
| 30 |
+
dtype:
|
| 31 |
+
class_label:
|
| 32 |
+
names:
|
| 33 |
+
0: hatespeech
|
| 34 |
+
1: normal
|
| 35 |
+
2: offensive
|
| 36 |
+
- name: annotator_id
|
| 37 |
+
dtype: int32
|
| 38 |
+
- name: target
|
| 39 |
+
sequence: string
|
| 40 |
+
- name: rationales
|
| 41 |
+
sequence:
|
| 42 |
+
sequence: int32
|
| 43 |
+
- name: post_tokens
|
| 44 |
+
sequence: string
|
| 45 |
+
config_name: plain_text
|
| 46 |
+
splits:
|
| 47 |
+
- name: test
|
| 48 |
+
num_bytes: 884784
|
| 49 |
+
num_examples: 1924
|
| 50 |
+
- name: train
|
| 51 |
+
num_bytes: 7114730
|
| 52 |
+
num_examples: 15383
|
| 53 |
+
- name: validation
|
| 54 |
+
num_bytes: 884940
|
| 55 |
+
num_examples: 1922
|
| 56 |
+
download_size: 12848091
|
| 57 |
+
dataset_size: 8884454
|
| 58 |
---
|
| 59 |
|
| 60 |
# Dataset Card for hatexplain
|