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"
    }
}

毎週_標準

次のコマンドを使用して、このデータセットを 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"
    }
}