E-Park commited on
Commit
ab34754
·
verified ·
1 Parent(s): 4be21fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -40
README.md CHANGED
@@ -8,16 +8,21 @@ size_categories:
8
  - 1K<n<10K
9
  ---
10
  # KOCOH (KOrean COntext-dependent Hate speech) Dataset
11
- * Paper: [KOCOH: A Dataset for Detecting Context-Dependent Hate Speech](https://www.kci.go.kr/kciportal/ci/sereArticleSearch/ciSereArtiView.kci?sereArticleSearchBean.artiId=ART003173761)
12
  * Authors: [Park Eunah](https://github.com/eparkatgithub), [Song Sanghoun](http://corpus.mireene.com/)
13
  * Contact: dmsdk1993@korea.ac.kr
14
  * [GitHub](https://github.com/eparkatgithub/KOCOH)😺
15
 
16
- This is **Ko**rean **co**ntext-dependent **h**ate speech dataset, KOCOH.
 
 
 
 
 
17
 
18
  ## Main concept
19
  * Hate speech
20
- * Verbal or non-verbal expressions that propagate or promote prejudice or discrimination against minorities (groups with common identity who have relatively diminished political and social power), or denigrate, insult, or threaten individuals or groups based on their attributes as minorities, or incites discrimination, hostility, or violence against them (Hong, 2018)
21
  * Context-dependent hate speech
22
  * Hate speech interpreted as hateful through contextual factors rather than explicit content alone
23
  * In other words, without context, the statement itself may appear neutral or even positive in interpretation
@@ -28,12 +33,13 @@ This is **Ko**rean **co**ntext-dependent **h**ate speech dataset, KOCOH.
28
  |직원에게 높은 수준의 복지를 제공한 기업의 이름이 공개되었다.<br>*A list of companies that provide high-level welfare benefits to employees was released.*|믿을 만한 그룹이라는 얘기네<br>*This means they're a trustworthy group.*|0|
29
 
30
  ## Data Description
31
- * Source: [Dcinside Real-time Best Gallery](https://gall.dcinside.com/board/lists/?id=dcbest)
32
- * Period: 2024/06/02-23
 
33
  * Size
34
  |Total|Type 1|Type 2|Type 3|
35
  |:---:|:---:|:---:|:---:|
36
- |2,005|539|539|927|
37
  * Types and examples
38
  <table>
39
  <thead>
@@ -87,80 +93,89 @@ This is **Ko**rean **co**ntext-dependent **h**ate speech dataset, KOCOH.
87
  </thead>
88
  <tbody>
89
  <tr>
90
- <th>index</th>
91
  <td>Data index</td>
92
  </tr>
93
  <tr>
94
- <th>set</th>
95
  <td>Post index</td>
96
  </tr>
97
  <tr>
98
- <th>type</th>
99
  <td>Type number (1~3 labeling)</td>
100
  </tr>
101
  <tr>
102
- <th>date</th>
103
- <td>The date the DC Inside post was written</td>
104
  </tr>
105
  <tr>
106
- <th>link</th>
107
- <td>The link to the DC Inside post</td>
108
  </tr>
109
  <tr>
110
- <th>title</th>
111
- <td>The title of the DC Inside post</td>
112
  </tr>
113
  <tr>
114
- <th>context</th>
115
- <td>Summary of the DC Inside post content / Created context</td>
116
  </tr>
117
  <tr>
118
- <th>comment</th>
119
- <td>Comments collected from DC Inside</td>
120
  </tr>
121
  <tr>
122
- <th>hate speech</th>
123
  <td>Whether it is hate speech (0 or 1 labeling)</td>
124
  </tr>
125
  <tr>
126
- <th>gender</th>
 
 
 
 
127
  <td>Target: gender (0 or 1 labeling)</td>
128
  </tr>
129
  <tr>
130
- <th>disability</th>
131
  <td>Target: disability (0 or 1 labeling)</td>
132
  </tr>
133
  <tr>
134
- <th>race/nation</th>
135
- <td>Target: race/nation (0 or 1 labeling)</td>
136
  </tr>
137
  <tr>
138
- <th>region</th>
139
- <td>Target: region (0 or 1 labeling)</td>
140
  </tr>
141
  <tr>
142
- <th>age</th>
143
  <td>Target: age (0 or 1 labeling)</td>
144
  </tr>
145
  <tr>
146
- <th>note</th>
147
- <td>Ikiyano style (-no)</td>
 
 
 
 
148
  </tr>
149
  </tbody>
150
  </table>
151
 
152
- ## Reference
153
- Hong, S. (2018). [*When Words Hurt*](https://scholarworks.sookmyung.ac.kr/handle/2020.sw.sookmyung/20524). Across.
154
-
155
  ## Citation
156
  ```
157
- @article{ART003173761,
158
- author={박은아 and 송상헌},
159
- title={KOCOH: 맥락 의존적 혐오 표현 탐지를 위한 데이터 세트},
160
- journal={한국어학},
161
- issn={1226-9123},
162
- year={2025},
163
- volume={106},
164
- pages={251-277}
 
 
 
 
165
  }
166
  ```
 
8
  - 1K<n<10K
9
  ---
10
  # KOCOH (KOrean COntext-dependent Hate speech) Dataset
11
+ * Paper: [KOCOH: Korean Context-Dependent Hate Speech Dataset](https://doi.org/10.63317/5pnu2jn6awun)
12
  * Authors: [Park Eunah](https://github.com/eparkatgithub), [Song Sanghoun](http://corpus.mireene.com/)
13
  * Contact: dmsdk1993@korea.ac.kr
14
  * [GitHub](https://github.com/eparkatgithub/KOCOH)😺
15
 
16
+ This is **Ko**rean **co**ntext-dependent **h**ate speech dataset, KOCOH.<br>
17
+ [한국어 설명](https://github.com/eparkatgithub/KOCOH/blob/main/README_ko.md)
18
+
19
+ ## Histroy
20
+ * 2025/10/24: Update to Version 2
21
+ * 2025/01/31: First public release of the dataset
22
 
23
  ## Main concept
24
  * Hate speech
25
+ * Verbal or non-verbal expressions that, based on prejudice or discrimination against socially marginalized or vulnerable groups, denigrate, disparage, or insult such groups or individuals belonging to them, or incite discrimination or violence against them.
26
  * Context-dependent hate speech
27
  * Hate speech interpreted as hateful through contextual factors rather than explicit content alone
28
  * In other words, without context, the statement itself may appear neutral or even positive in interpretation
 
33
  |직원에게 높은 수준의 복지를 제공한 기업의 이름이 공개되었다.<br>*A list of companies that provide high-level welfare benefits to employees was released.*|믿을 만한 그룹이라는 얘기네<br>*This means they're a trustworthy group.*|0|
34
 
35
  ## Data Description
36
+ * Source
37
+ * [Dcinside Real-time Best Gallery](https://gall.dcinside.com/board/lists/?id=dcbest) (2024/06/02-23)
38
+ * [FMkorea Best Board](https://www.fmkorea.com/best)(2025/01/01-21)
39
  * Size
40
  |Total|Type 1|Type 2|Type 3|
41
  |:---:|:---:|:---:|:---:|
42
+ |3,000|764|764|1,472|
43
  * Types and examples
44
  <table>
45
  <thead>
 
93
  </thead>
94
  <tbody>
95
  <tr>
96
+ <th>Index</th>
97
  <td>Data index</td>
98
  </tr>
99
  <tr>
100
+ <th>Set</th>
101
  <td>Post index</td>
102
  </tr>
103
  <tr>
104
+ <th>Type</th>
105
  <td>Type number (1~3 labeling)</td>
106
  </tr>
107
  <tr>
108
+ <th>Date</th>
109
+ <td>The date the post was written</td>
110
  </tr>
111
  <tr>
112
+ <th>Link</th>
113
+ <td>The link to the post</td>
114
  </tr>
115
  <tr>
116
+ <th>Title</th>
117
+ <td>The title of the post</td>
118
  </tr>
119
  <tr>
120
+ <th>Context</th>
121
+ <td>Summary of the post content / Created context</td>
122
  </tr>
123
  <tr>
124
+ <th>Comment</th>
125
+ <td>Comments collected from the forum</td>
126
  </tr>
127
  <tr>
128
+ <th>Hate speech</th>
129
  <td>Whether it is hate speech (0 or 1 labeling)</td>
130
  </tr>
131
  <tr>
132
+ <th>Counter speech</th>
133
+ <td>Whether it is counter speech (0 or 1 labeling)</td>
134
+ </tr>
135
+ <tr>
136
+ <th>Gender</th>
137
  <td>Target: gender (0 or 1 labeling)</td>
138
  </tr>
139
  <tr>
140
+ <th>Disability</th>
141
  <td>Target: disability (0 or 1 labeling)</td>
142
  </tr>
143
  <tr>
144
+ <th>Race/Nationality</th>
145
+ <td>Target: race/nationality (0 or 1 labeling)</td>
146
  </tr>
147
  <tr>
148
+ <th>Region (Korea)</th>
149
+ <td>Target: region (Korea) (0 or 1 labeling)</td>
150
  </tr>
151
  <tr>
152
+ <th>Age</th>
153
  <td>Target: age (0 or 1 labeling)</td>
154
  </tr>
155
  <tr>
156
+ <th>Profanity</th>
157
+ <td>Including profanity (0 or 1 labeling)</td>
158
+ </tr>
159
+ <tr>
160
+ <th>Ikiyano-style</th>
161
+ <td>Including <i>ikiyano</i> style (-no) (0 or 1 labeling)</td>
162
  </tr>
163
  </tbody>
164
  </table>
165
 
 
 
 
166
  ## Citation
167
  ```
168
+ @inproceedings{park-etal-2026-kocoh,
169
+ title = {KOCOH: Korean Context-Dependent Hate Speech Dataset},
170
+ author = {Park, Eunah and Song, Sanghoun},
171
+ booktitle = {Proceedings of the Fifteenth Language Resources and Evaluation Conference (LREC 2026)},
172
+ month = {May},
173
+ year = {2026},
174
+ pages = {4103--4114},
175
+ address = {Palma, Mallorca, Spain},
176
+ publisher = {European Language Resources Association (ELRA)},
177
+ editor = {Piperidis, Stelios and Bel, Núria and van den Heuvel, Henk and Ide, Nancy and Krek, Simon and Toral, Antonio},
178
+ doi = {10.63317/5pnu2jn6awun},
179
+ abstract = {We introduce the KOrean COntext-dependent Hate speech dataset (KOCOH) to evaluate large language models’ ability to detect context-dependent hate speech in Korean. KOCOH consists of 3,000 context-comment pairs collected from Korean online communities (Dcinside, FMkorea) with detailed annotations, including labels for hate speech and hate target groups. We assess the context-dependent hate speech detection capabilities of both humans and 11 state-of-the-art large language models, including GPT-5, Claude Sonnet 4, and Gemini 2.5 Flash. Our results show that humans outperform language models, with GPT-5 achieving the highest performance among the evaluated models. While humans demonstrate balanced recall and specificity, language models generally show significantly higher specificity compared to recall. The performance of both humans and models is affected by factors such as Honam-related vocabulary and sentiment polarity. This study contributes resources to Korean hate speech research and empirically demonstrates the performance gap between humans and language models. Through both quantitative and qualitative analyses, we explore the similarities and differences between humans and language models, offering insights for future developments in language models and AI ethics research. KOCOH is available at https://github.com/eparkatgithub/KOCOH.}
180
  }
181
  ```