Datasets:
Tasks:
Text Classification
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
hate-speech-detection
License:
Commit
•
f3cd1b0
1
Parent(s):
46ff5f9
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +8 -3
- data/train-00000-of-00001.parquet +3 -0
- dataset_infos.json +62 -1
README.md
CHANGED
@@ -42,10 +42,15 @@ dataset_info:
|
|
42 |
dtype: string
|
43 |
splits:
|
44 |
- name: train
|
45 |
-
num_bytes:
|
46 |
num_examples: 24783
|
47 |
-
download_size:
|
48 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
49 |
train-eval-index:
|
50 |
- config: default
|
51 |
task: text-classification
|
|
|
42 |
dtype: string
|
43 |
splits:
|
44 |
- name: train
|
45 |
+
num_bytes: 3207814
|
46 |
num_examples: 24783
|
47 |
+
download_size: 1627672
|
48 |
+
dataset_size: 3207814
|
49 |
+
configs:
|
50 |
+
- config_name: default
|
51 |
+
data_files:
|
52 |
+
- split: train
|
53 |
+
path: data/train-*
|
54 |
train-eval-index:
|
55 |
- config: default
|
56 |
task: text-classification
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd9fa2324dd645e46615b52cff924058933eb2ceff6699c7b02fcbdd5167a7b3
|
3 |
+
size 1627672
|
dataset_infos.json
CHANGED
@@ -1 +1,62 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "An annotated dataset for hate speech and offensive language detection on tweets.\n",
|
4 |
+
"citation": "@inproceedings{hateoffensive,\ntitle = {Automated Hate Speech Detection and the Problem of Offensive Language},\nauthor = {Davidson, Thomas and Warmsley, Dana and Macy, Michael and Weber, Ingmar},\nbooktitle = {Proceedings of the 11th International AAAI Conference on Web and Social Media},\nseries = {ICWSM '17},\nyear = {2017},\nlocation = {Montreal, Canada},\npages = {512-515}\n}\n",
|
5 |
+
"homepage": "https://github.com/t-davidson/hate-speech-and-offensive-language",
|
6 |
+
"license": "MIT",
|
7 |
+
"features": {
|
8 |
+
"count": {
|
9 |
+
"dtype": "int64",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"hate_speech_count": {
|
13 |
+
"dtype": "int64",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"offensive_language_count": {
|
17 |
+
"dtype": "int64",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"neither_count": {
|
21 |
+
"dtype": "int64",
|
22 |
+
"_type": "Value"
|
23 |
+
},
|
24 |
+
"class": {
|
25 |
+
"names": [
|
26 |
+
"hate speech",
|
27 |
+
"offensive language",
|
28 |
+
"neither"
|
29 |
+
],
|
30 |
+
"_type": "ClassLabel"
|
31 |
+
},
|
32 |
+
"tweet": {
|
33 |
+
"dtype": "string",
|
34 |
+
"_type": "Value"
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"supervised_keys": {
|
38 |
+
"input": "tweet",
|
39 |
+
"output": "class"
|
40 |
+
},
|
41 |
+
"builder_name": "hate_speech_offensive",
|
42 |
+
"dataset_name": "hate_speech_offensive",
|
43 |
+
"config_name": "default",
|
44 |
+
"version": {
|
45 |
+
"version_str": "1.0.0",
|
46 |
+
"major": 1,
|
47 |
+
"minor": 0,
|
48 |
+
"patch": 0
|
49 |
+
},
|
50 |
+
"splits": {
|
51 |
+
"train": {
|
52 |
+
"name": "train",
|
53 |
+
"num_bytes": 3207814,
|
54 |
+
"num_examples": 24783,
|
55 |
+
"dataset_name": null
|
56 |
+
}
|
57 |
+
},
|
58 |
+
"download_size": 1627672,
|
59 |
+
"dataset_size": 3207814,
|
60 |
+
"size_in_bytes": 4835486
|
61 |
+
}
|
62 |
+
}
|