スクィク

参照:

次のコマンドを使用して、このデータセットをTFDSにロードします。

ds = tfds.load('huggingface:sciq')
  • 説明
The SciQ dataset contains 13,679 crowdsourced science exam questions about Physics, Chemistry and Biology, among others. The questions are in multiple-choice format with 4 answer options each. For the majority of the questions, an additional paragraph with supporting evidence for the correct answer is provided.
  • ライセンス:既知のライセンスはありません
  • バージョン:0.1.0
  • 分割
スプリット
'test' 1000
'train' 11679
'validation' 1000
  • 特徴
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "distractor3": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "distractor1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "distractor2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "correct_answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "support": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}