Datasets:

Modalities:
Text
Formats:
json
Languages:
Korean
ArXiv:
Libraries:
Datasets
pandas
License:
K-HATERS / README.md
ChaewonPark's picture
Update README.md
67b9792
---
license: cc-by-4.0
language:
- ko
pretty_name: K-Haters
tags:
- hate speech detection
---
<!--
# โ„น๏ธ Dataset card for K-HATERS
### Dataset summary
We introduces **K-HATERS**, a new corpus for hate speech detection in Korean, comprising approximately 192K news comments with target-specific offensiveness ratings.
The corpus consists of 192,158 news comments consisting of 184,117 news comments collected by ourselves and 8,041 comments collected from a [previous study](https://aclanthology.org/2020.socialnlp-1.4/).
We collected news comments published through the politics, society and world news sections in Naver News over two months in 2021.
All comments were annotated through CashMission, a crowdsourcing service run by SELECTSTAR.
</br>For more information, please refer to the paper [K-HATERS](https://arxiv.org/abs/2310.15439) published at EMNLP 2023 Findings.
### Supported tasks
- Hate speech detection
- Multi class classification (labels: normal, offensive, L1_hate, L2_hate)
- Binary classifiction (labels: normal, toxic(offensive, L1_hate, L2_hate))
- Rationale prediction (offensiveness, target rationale)
### Data describtion
```
data['train'][42]
{'text': '๊ตฐ๋Œ€๋„ ์•ˆ๊ฐ„ ๋†ˆ ์ด ์ฃผ๋‘ฅ์•„๋ฆฌ ๋Š” ์”ฝ์”ฝํ•˜๋„ค..๋ณด์ˆ˜ ๋†ˆ ๋“ค..๊ตฐ๋Œ€๋Š” ์•ˆ๊ฐ€๊ณ  ์• ๊ตญ์ด๋ƒ..#@์ด๋ฆ„#,#@์ด๋ฆ„#,',
'label': 'L1_hate',
'target_label': ['political'],
'offensiveness_rationale': [[7, 8], [11, 15], [27, 28]],
'target_rationale': [[24, 26], [46, 51], [52, 57]]}
```
- Abusive language categories (**label**)
- L2_hate: Comments with explicit forms of hate expressions toward one of the groups of protected attributes (e.g., gender, age, race, ...)
- L1_hate: Comments with more implicit forms of hate expressions
- Offensive: Comments that express offensiveness but not toward a protected attribute group
- Normal: The rest comments
- Multi-label target categories (**target_label**): list of offensiveness targets. A comment can have zero or multiple targets.
- List of target categories: gender, age, race, religion, politics, job, disability, individuals, and others.
- Annotators' rationales for the strength of ratings (**offensiveness_rationale**): lists providing annotators' rationales for the strength of ratings. The list includes the start and end indices of highlight spans.
- Annotators' rationales for the target of offensiveness (**target_rationale**)
### Dataset split
We provide the dataset in the form of splits as 172,158 (for train), 10,000 (for validation), and 10,000 (for test). Label ratio was preseved (stratified split).
### Labeling guidelines
Labeling guidelines are available as a part of SELECTSTAR open datasets (in Korean). [link](https://open.selectstar.ai/ko/?page_id=5948)
</br>
# ๐Ÿ“œ Data statement
We present the data statement for responsible usage [(Bender and Friedman, 2018)](https://aclanthology.org/Q18-1041/).
### Curation Rationale
We collected the raw data from the news aggregator of Naver, the largest news portal in Korea. We targeted news articles published in the society, world news, and politics sections because discussions are active in the hard news.
### Language Variety
Our dataset consists of the news comments in Korean (ko-KR).
### Speaker Demographic
The user demographic is not available. However, considering that the portal site has the largest share of Korean, it can be assumed that speakers are mostly Korean.
### Annotator Demographic
A total of 405 workers participated in an annotation. 21 workers are 10s, 222 workers are 20s, 116 workers are 30s, 35 workers are 40s, 9 workers are 50s, and 2 workers are 60s.
### Speech Situation
News article in the hard news section deals with controversial events, so there are more likely to exist hate comments or toxicity comments. The target articles were published between July 2021 and August 2021. During that period, the most controversial events were the South Korean presidential election, the Tokyo Olympics, COVID-19, and the Restoration of Taliban Control, etc.
### Text Characteristics
It includes hatred words limited to Korea, such as hatred of certain political orientations and certain groups. For example, '๋Œ€๊นจ๋ฌธ' (a word that hates former Korean president Moon's supporter), and '๊ผดํŽ˜๋ฏธ' (a word that hates feminists)
</br>
# ๐Ÿค License & Contributors
### Licensing information
This dataset is shared under CC-BY 4.0.
</br>According to this license, you are free to use the dataset as long as you provide appropriate attribution (e.g., citing our paper).
### Citation information
```
@article{park2023haters,
title={K-HATERS: A Hate Speech Detection Corpus in Korean with Target-Specific Ratings},
author={Park, Chaewon and Kim, Suhwan and Park, Kyubyong and Park, Kunwoo},
journal={Findings of the EMNLP 2023},
year={2023}
}
```
### Contributions
- Chaewon Park
- Suhwan Kim (TUNiB)
- Kyubyong Park (TUNiB)
- Kunwoo Park
#-->