数学QA

参照:

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

ds = tfds.load('huggingface:math_qa')
  • 説明
Our dataset is gathered by using a new representation language to annotate over the AQuA-RAT dataset. AQuA-RAT has provided the questions, options, rationale, and the correct options.
  • ライセンス:既知のライセンスはありません
  • バージョン:0.1.0
  • 分割
スプリット
'test' 2985
'train' 29837
'validation' 4475
  • 特徴
{
    "Problem": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Rationale": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "options": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "correct": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "annotated_formula": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "linear_formula": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "category": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}