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