kor_hate

مراجع:

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:

ds = tfds.load('huggingface:kor_hate')
  • الوصف :
Human-annotated Korean corpus collected from a popular domestic entertainment news aggregation platform
for toxic speech detection. Comments are annotated for gender bias, social bias and hate speech.
  • الترخيص : المشاع الإبداعي
  • الإصدار : 1.1.0
  • الانقسامات :
انشق، مزق أمثلة
'test' 471
'train' 7896
  • الميزات :
{
    "comments": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "contain_gender_bias": {
        "num_classes": 2,
        "names": [
            "False",
            "True"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "bias": {
        "num_classes": 3,
        "names": [
            "none",
            "gender",
            "others"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "hate": {
        "num_classes": 3,
        "names": [
            "hate",
            "offensive",
            "none"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}