CLAIMay 23, 2022

KOLD: Korean Offensive Language Dataset

arXiv:2205.11315v2301 citationsh-index: 31
Originality Synthesis-oriented
AI Analysis

This addresses the problem of offensive language detection for Korean speakers and researchers, providing a culturally relevant dataset and baseline models, though it is incremental as it adapts existing methods to a new language.

The authors tackled the lack of offensive language datasets for Korean by creating KOLD, a dataset of 40,429 comments annotated for type, target, and spans, and found that training Korean BERT and RoBERTa models on it improved detection and classification tasks, with context information boosting performance by up to +13.1 points.

Recent directions for offensive language detection are hierarchical modeling, identifying the type and the target of offensive language, and interpretability with offensive span annotation and prediction. These improvements are focused on English and do not transfer well to other languages because of cultural and linguistic differences. In this paper, we present the Korean Offensive Language Dataset (KOLD) comprising 40,429 comments, which are annotated hierarchically with the type and the target of offensive language, accompanied by annotations of the corresponding text spans. We collect the comments from NAVER news and YouTube platform and provide the titles of the articles and videos as the context information for the annotation process. We use these annotated comments as training data for Korean BERT and RoBERTa models and find that they are effective at offensiveness detection, target classification, and target span detection while having room for improvement for target group classification and offensive span detection. We discover that the target group distribution differs drastically from the existing English datasets, and observe that providing the context information improves the model performance in offensiveness detection (+0.3), target classification (+1.5), and target group classification (+13.1). We publicly release the dataset and baseline models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes