datacommons_factcheck

مراجع:

fctchk_politifact_wapo

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

ds = tfds.load('huggingface:datacommons_factcheck/fctchk_politifact_wapo')
  • وصف :
A dataset of fact checked claims by news media maintained by datacommons.org
  • الترخيص : CC-BY-NC-4.0
  • الإصدار : 1.0.0
  • الإنشقاقات :
ينقسم أمثلة
'train' 5632
  • سمات :
{
    "reviewer_name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "claim_text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "review_date": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "review_url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "review_rating": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "claim_author_name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "claim_date": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

Weekly_standard

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

ds = tfds.load('huggingface:datacommons_factcheck/weekly_standard')
  • وصف :
A dataset of fact checked claims by news media maintained by datacommons.org
  • الترخيص : CC-BY-NC-4.0
  • الإصدار : 1.0.0
  • الإنشقاقات :
ينقسم أمثلة
'train' 132
  • سمات :
{
    "reviewer_name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "claim_text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "review_date": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "review_url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "review_rating": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "claim_author_name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "claim_date": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}