Datasets:

Modalities:
Text
Formats:
json
Languages:
Korean
ArXiv:
Libraries:
Datasets
pandas
License:
ChaewonPark commited on
Commit
c9db895
ยท
1 Parent(s): 621509d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md CHANGED
@@ -1,3 +1,88 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - ko
5
+ pretty_name: K-Haters
6
  ---
7
+ <!--
8
+ ### Dataset summary
9
+ We introduces **K-HATERS**, a new corpus for hate speech detection in Korean, comprising approximately 192K news comments with target-specific offensiveness ratings.
10
+ The corpus consists of 192,158 news comments consisting of 183,791 news comments collected by ourselves and 8,367 comments collected from a [previous study](https://aclanthology.org/2020.socialnlp-1.4/).
11
+ We collected news comments published through the politics, society and world news sections in Naver News over two months in 2021.
12
+ All comments were annotated through CashMission, a crowdsourcing service run by SELECTSTAR.
13
+ </br>For more information, please refer to the paper [K-HATERS](https://arxiv.org/abs/2310.15439) published at EMNLP 2023 Findings.
14
+
15
+ ### Supported tasks
16
+ - Hate speech detection
17
+ - Multi class classification (labels: normal, offensive, L1_hate, L2_hate)
18
+ - Binary classifiction (labels: normal, toxic(offensive, L1_hate, L2_hate))
19
+ - Rationale prediction (offensiveness, target rationale)
20
+
21
+ ### Languages
22
+ - Korean
23
+
24
+ ### Data describtion
25
+ ```
26
+ data['train'][42]
27
+ {'text': '๊ตฐ๋Œ€๋„ ์•ˆ๊ฐ„ ๋†ˆ ์ด ์ฃผ๋‘ฅ์•„๋ฆฌ ๋Š” ์”ฝ์”ฝํ•˜๋„ค..๋ณด์ˆ˜ ๋†ˆ ๋“ค..๊ตฐ๋Œ€๋Š” ์•ˆ๊ฐ€๊ณ  ์• ๊ตญ์ด๋ƒ..#@์ด๋ฆ„#,#@์ด๋ฆ„#,',
28
+ 'label': 'L1_hate',
29
+ 'target_label': ['political'],
30
+ 'offensiveness_rationale': [[7, 8], [11, 15], [27, 28]],
31
+ 'target_rationale': [[24, 26], [46, 51], [52, 57]]}
32
+ ```
33
+ - Abusive language categories (**label**)
34
+ - L2_hate: Comments with explicit forms of hate expressions toward one of the groups of protected attributes (e.g., gender, age, race, ...)
35
+ - L1_hate: Comments with more implicit forms of hate expressions
36
+ - Offensive: Comments that express offensiveness but not toward a protected attribute group
37
+ - Normal: The rest comments
38
+ - Multi-label target categories (**target_label**): list of offensiveness targets. A comment can have zero or multiple targets.
39
+ - List of target categories: gender, age, race, religion, politics, job, disability, individuals, and others.
40
+ - 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.
41
+ - Annotators' rationales for the target of offensiveness (**target_rationale**)
42
+
43
+ ### Dataset split
44
+ 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).
45
+
46
+ ### Labeling guidelines
47
+ Labeling guidelines are available as a part of SELECTSTAR open datasets (in Korean). [link](https://open.selectstar.ai/ko/?page_id=5948)
48
+
49
+ ## Data statement
50
+ We present the data statement for responsible usage. [link](https://aclanthology.org/Q18-1041/)
51
+
52
+ ### Curation Rationale
53
+ 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.
54
+
55
+ ### Speaker Demographic
56
+ 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.
57
+
58
+ ### Annotator Demographic
59
+ 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.
60
+
61
+ ### Speech Situation
62
+ 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.
63
+
64
+ ### Text Characteristics
65
+ 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)
66
+
67
+
68
+ ## License & Contributors
69
+ ### Licensing information
70
+ This dataset is shared under CC-BY 4.0.
71
+
72
+ ### Citation information
73
+ ```
74
+ @article{park2023haters,
75
+ title={K-HATERS: A Hate Speech Detection Corpus in Korean with Target-Specific Ratings},
76
+ author={Park, Chaewon and Kim, Suhwan and Park, Kyubyong and Park, Kunwoo},
77
+ journal={Findings of the EMNLP 2023},
78
+ year={2023}
79
+ }
80
+ ```
81
+
82
+ ### Contributions
83
+ - Chaewon Park
84
+ - Suhwan Kim (TUNiB)
85
+ - Kyubyong Park (TUNiB)
86
+ - Kunwoo Park
87
+
88
+ -->