tweet_qa

مراجع:

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

ds = tfds.load('huggingface:tweet_qa')
  • الوصف :
TweetQA is the first dataset for QA on social media data by leveraging news media and crowdsourcing.
  • الترخيص : CC BY-SA 4.0
  • الإصدار : 1.0.0
  • الانقسامات :
انشق، مزق أمثلة
'test' 1979
'train' 10692
'validation' 1086
  • الميزات :
{
    "Question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Answer": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "Tweet": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "qid": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}