Datasets:

Modalities:
Text
Formats:
json
Languages:
Korean
ArXiv:
Libraries:
Datasets
pandas
License:
ChaewonPark commited on
Commit
399e5e0
·
1 Parent(s): c9db895

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -8
README.md CHANGED
@@ -3,8 +3,11 @@ 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/).
@@ -18,9 +21,6 @@ All comments were annotated through CashMission, a crowdsourcing service run by
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]
@@ -46,12 +46,19 @@ We provide the dataset in the form of splits as 172,158 (for train), 10,000 (for
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
 
@@ -64,10 +71,12 @@ News article in the hard news section deals with controversial events, so there
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
  ```
@@ -85,4 +94,4 @@ This dataset is shared under CC-BY 4.0.
85
  - Kyubyong Park (TUNiB)
86
  - Kunwoo Park
87
 
88
- -->
 
3
  language:
4
  - ko
5
  pretty_name: K-Haters
6
+ tags:
7
+ - hate speech detection
8
  ---
9
  <!--
10
+ # ℹ️ Dataset card for K-HATERS
11
  ### Dataset summary
12
  We introduces **K-HATERS**, a new corpus for hate speech detection in Korean, comprising approximately 192K news comments with target-specific offensiveness ratings.
13
  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/).
 
21
  - Binary classifiction (labels: normal, toxic(offensive, L1_hate, L2_hate))
22
  - Rationale prediction (offensiveness, target rationale)
23
 
 
 
 
24
  ### Data describtion
25
  ```
26
  data['train'][42]
 
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
+
50
+ </br>
51
+
52
+
53
+ # 📜 Data statement
54
+ We present the data statement for responsible usage [(Bender and Friedman, 2018)](https://aclanthology.org/Q18-1041/).
55
 
56
  ### Curation Rationale
57
  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.
58
 
59
+ ### Language Variety
60
+ Our dataset consists of the news comments in Korean (ko-KR).
61
+
62
  ### Speaker Demographic
63
  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.
64
 
 
71
  ### Text Characteristics
72
  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)
73
 
74
+ </br>
75
 
76
+ # 🤝 License & Contributors
77
  ### Licensing information
78
+ This dataset is shared under CC-BY 4.0.
79
+ </br>According to this license, you are free to use the dataset as long as you provide appropriate attribution (e.g., citing our paper).
80
 
81
  ### Citation information
82
  ```
 
94
  - Kyubyong Park (TUNiB)
95
  - Kunwoo Park
96
 
97
+ #-->