Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
Korean
Size:
10K - 100K
ArXiv:
License:
File size: 2,380 Bytes
1424fb9 df940a1 e57e10c df940a1 e57e10c df940a1 4e9794d df940a1 1424fb9 df940a1 1424fb9 d4e4727 82b885e e66f813 1424fb9 e66f813 e82a23e e66f813 e33b562 1424fb9 e66f813 1424fb9 e66f813 1424fb9 e66f813 1424fb9 e66f813 1424fb9 c1ea3e7 1424fb9 1c269f6 1424fb9 e66f813 1424fb9 1865aa2 e33a9ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
---
annotations_creators:
- crowdsourced
- crowd-generated
language_creators:
- found
language:
- ko
license:
- cc-by-sa-4.0
multilinguality:
- monolingual
paperswithcode_id: apeach
pretty_name: 'APEACH'
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- text-classification
task_ids:
- binary-classification
---
# Dataset for project: kor_hate_eval(APEACH)
![](https://github.com/jason9693/APEACH/raw/master/resource/dist_topics.png)
## Sample Code
<a href="https://colab.research.google.com/drive/1djd0fuoMYIaf7VCHaLQIziJi4_yBJruP#scrollTo=VPR24ysr5Q7k"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="base"/></a>
## Dataset Descritpion
Korean Hate Speech Evaluation Datasets : trained with [BEEP!](https://huggingface.co/datasets/kor_hate) and evaluate with [APEACH](https://github.com/jason9693/APEACH)
- **Repository: [Korean HateSpeech Evaluation Dataset](https://github.com/jason9693/APEACH)**
- **Paper: [APEACH: Attacking Pejorative Expressions with Analysis on Crowd-Generated Hate Speech Evaluation Datasets](https://arxiv.org/abs/2202.12459)**
- **Point of Contact: [Kichang Yang](ykcha9@gmail.com)**
### Languages
ko-KR
## Dataset Structure
### Data Instances
A sample from this dataset looks as follows:
```json
{'text': ['(ํ์ฌ ํธํ
์ฃผ์ธ ์ฌ์ ) ์18 ๋ ๋ง๋ฅธํ๋์ ๋ ๋ฒผ๋ฝ๋ง๊ณ ํธํ
๋งํ๊ฒ์๊ฒผ๋๋ฐ ๋๊ตฐ ๊ณ์ ์ถ๋ชจ๋ฐ๋ค....',
'....ํ๊ตญ์ ์ธ ๋ฏธ์ธ์ ๋ํ์ ์ธ ๋ถ...๋๋ฌด๋ ๊ณฑ๊ณ ์๋ฆ๋ค์ด๋ชจ์ต...๊ทธ๋ชจ์ต๋ค์ ์ฌํ์ ๋ฏธ์ฒ ์์ง๋ชปํ๋ค์ใ
'],
'class': ['Spoiled', 'Default']}
```
### Dataset Fields
The dataset has the following fields (also called "features"):
```json
{
"text": "Value(dtype='string', id=None)",
"class": "ClassLabel(num_classes=2, names=['Default', 'Spoiled'], id=None)"
}
```
### Dataset Splits
This dataset is split into a train and validation split. The split sizes are as follow:
| Split name | Num samples |
| ------------ | ------------------- |
| train (binarized BEEP!) | 7896 |
| valid (APEACH) | 3770 |
## Citation
```
@article{yang2022apeach,
title={APEACH: Attacking Pejorative Expressions with Analysis on Crowd-Generated Hate Speech Evaluation Datasets},
author={Yang, Kichang and Jang, Wonjun and Cho, Won Ik},
journal={arXiv preprint arXiv:2202.12459},
year={2022}
}
```
|