arsend_lev

Referensi:

Gunakan perintah berikut untuk memuat dataset ini di TFDS:

ds = tfds.load('huggingface:arsentd_lev')
  • Deskripsi :
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.
  • Lisensi : Tidak ada lisensi yang diketahui
  • Versi : 1.1.0
  • Perpecahan :
Membelah Contoh
'train' 4000
  • Fitur :
{
    "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"
    }
}