Datasets:
Upload dataset
Browse files- README.md +42 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -4,6 +4,48 @@ task_categories:
|
|
| 4 |
- text-classification
|
| 5 |
language:
|
| 6 |
- ko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# KoMultiText: Korean Multi-task Dataset for Classifying Biased Speech
|
|
|
|
| 4 |
- text-classification
|
| 5 |
language:
|
| 6 |
- ko
|
| 7 |
+
dataset_info:
|
| 8 |
+
features:
|
| 9 |
+
- name: comment
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: preference
|
| 12 |
+
dtype: int64
|
| 13 |
+
- name: profanity
|
| 14 |
+
dtype: int64
|
| 15 |
+
- name: gender
|
| 16 |
+
dtype: int64
|
| 17 |
+
- name: politics
|
| 18 |
+
dtype: int64
|
| 19 |
+
- name: nation
|
| 20 |
+
dtype: int64
|
| 21 |
+
- name: race
|
| 22 |
+
dtype: int64
|
| 23 |
+
- name: region
|
| 24 |
+
dtype: int64
|
| 25 |
+
- name: generation
|
| 26 |
+
dtype: int64
|
| 27 |
+
- name: social_hierarchy
|
| 28 |
+
dtype: int64
|
| 29 |
+
- name: appearance
|
| 30 |
+
dtype: int64
|
| 31 |
+
- name: others
|
| 32 |
+
dtype: int64
|
| 33 |
+
splits:
|
| 34 |
+
- name: train
|
| 35 |
+
num_bytes: 7458552
|
| 36 |
+
num_examples: 38361
|
| 37 |
+
- name: test
|
| 38 |
+
num_bytes: 412144
|
| 39 |
+
num_examples: 2000
|
| 40 |
+
download_size: 2947880
|
| 41 |
+
dataset_size: 7870696
|
| 42 |
+
configs:
|
| 43 |
+
- config_name: default
|
| 44 |
+
data_files:
|
| 45 |
+
- split: train
|
| 46 |
+
path: data/train-*
|
| 47 |
+
- split: test
|
| 48 |
+
path: data/test-*
|
| 49 |
---
|
| 50 |
|
| 51 |
# KoMultiText: Korean Multi-task Dataset for Classifying Biased Speech
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:449e2c4db8e70b3a1af8760060984bd740f52346c495a56dbe03bf8e0d59f1db
|
| 3 |
+
size 173459
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:364bbbb4e41f974437854f340d5e8e814db8dc018c37b1353f2b89f4d50ecb29
|
| 3 |
+
size 2774421
|