Datasets:

Languages:
Korean
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Source Datasets:
original
ArXiv:
Tags:
License:
system HF staff commited on
Commit
3da566d
1 Parent(s): ae7fcdb

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -44,6 +44,7 @@ task_ids:
44
  - [Dataset Curators](#dataset-curators)
45
  - [Licensing Information](#licensing-information)
46
  - [Citation Information](#citation-information)
 
47
 
48
  ## Dataset Description
49
 
@@ -168,3 +169,7 @@ This dataset is curated by Jihyung Moon, Won Ik Cho and Junbum Lee.
168
  abstract = "Toxic comments in online platforms are an unavoidable social issue under the cloak of anonymity. Hate speech detection has been actively done for languages such as English, German, or Italian, where manually labeled corpus has been released. In this work, we first present 9.4K manually labeled entertainment news comments for identifying Korean toxic speech, collected from a widely used online news platform in Korea. The comments are annotated regarding social bias and hate speech since both aspects are correlated. The inter-annotator agreement Krippendorff{'}s alpha score is 0.492 and 0.496, respectively. We provide benchmarks using CharCNN, BiLSTM, and BERT, where BERT achieves the highest score on all tasks. The models generally display better performance on bias identification, since the hate speech detection is a more subjective issue. Additionally, when BERT is trained with bias label for hate speech detection, the prediction score increases, implying that bias and hate are intertwined. We make our dataset publicly available and open competitions with the corpus and benchmarks.",
169
  }
170
  ```
 
 
 
 
44
  - [Dataset Curators](#dataset-curators)
45
  - [Licensing Information](#licensing-information)
46
  - [Citation Information](#citation-information)
47
+ - [Contributions](#contributions)
48
 
49
  ## Dataset Description
50
 
169
  abstract = "Toxic comments in online platforms are an unavoidable social issue under the cloak of anonymity. Hate speech detection has been actively done for languages such as English, German, or Italian, where manually labeled corpus has been released. In this work, we first present 9.4K manually labeled entertainment news comments for identifying Korean toxic speech, collected from a widely used online news platform in Korea. The comments are annotated regarding social bias and hate speech since both aspects are correlated. The inter-annotator agreement Krippendorff{'}s alpha score is 0.492 and 0.496, respectively. We provide benchmarks using CharCNN, BiLSTM, and BERT, where BERT achieves the highest score on all tasks. The models generally display better performance on bias identification, since the hate speech detection is a more subjective issue. Additionally, when BERT is trained with bias label for hate speech detection, the prediction score increases, implying that bias and hate are intertwined. We make our dataset publicly available and open competitions with the corpus and benchmarks.",
170
  }
171
  ```
172
+
173
+ ### Contributions
174
+
175
+ Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.