arsentd_lev

Người giới thiệu:

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:arsentd_lev')
  • Mô tả :
The Arabic Sentiment Twitter Dataset for Levantine dialect (ArSenTD-LEV) contains 4,000 tweets written in Arabic and equally retrieved from Jordan, Lebanon, Palestine and Syria.
  • Giấy phép : Không có giấy phép đã biết
  • Phiên bản : 1.1.0
  • Tách :
Tách ra Các ví dụ
'train' 4000
  • Các tính năng :
{
    "Tweet": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Country": {
        "num_classes": 4,
        "names": [
            "jordan",
            "lebanon",
            "syria",
            "palestine"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Topic": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Sentiment": {
        "num_classes": 5,
        "names": [
            "negative",
            "neutral",
            "positive",
            "very_negative",
            "very_positive"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Sentiment_Expression": {
        "num_classes": 3,
        "names": [
            "explicit",
            "implicit",
            "none"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "Sentiment_Target": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}