메투마

참고자료:

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:metooma')
  • 설명 :
The dataset consists of tweets belonging to #MeToo movement on Twitter, labelled into different categories.
Due to Twitter's development policies, we only provide the tweet ID's and corresponding labels,
other data can be fetched via Twitter API.
The data has been labelled by experts, with the majority taken into the account for deciding the final label.
We provide these labels for each of the tweets. The labels provided for each data point
includes -- Relevance, Directed Hate, Generalized Hate,
Sarcasm, Allegation, Justification, Refutation, Support, Oppose
  • 라이센스 : 알려진 라이센스 없음
  • 버전 : 1.1.0
  • 분할 :
나뉘다
'test' 1995년
'train' 7978
  • 특징 :
{
    "TweetId": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Text_Only_Informative": {
        "num_classes": 2,
        "names": [
            "Text Non Informative",
            "Text Informative"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Image_Only_Informative": {
        "num_classes": 2,
        "names": [
            "Image Non Informative",
            "Image Informative"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Directed_Hate": {
        "num_classes": 2,
        "names": [
            "Directed Hate Absent",
            "Directed Hate Present"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Generalized_Hate": {
        "num_classes": 2,
        "names": [
            "Generalized Hate Absent",
            "Generalized Hate Present"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Sarcasm": {
        "num_classes": 2,
        "names": [
            "Sarcasm Absent",
            "Sarcasm Present"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Allegation": {
        "num_classes": 2,
        "names": [
            "Allegation Absent",
            "Allegation Present"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Justification": {
        "num_classes": 2,
        "names": [
            "Justification Absent",
            "Justification Present"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Refutation": {
        "num_classes": 2,
        "names": [
            "Refutation Absent",
            "Refutation Present"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Support": {
        "num_classes": 2,
        "names": [
            "Support Absent",
            "Support Present"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Oppose": {
        "num_classes": 2,
        "names": [
            "Oppose Absent",
            "Oppose Present"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}