matematik_qa

Referanslar:

Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:

ds = tfds.load('huggingface:math_qa')
  • Açıklama :
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.
  • Lisans : Bilinen lisans yok
  • Sürüm : 0.1.0
  • Bölmeler :
Bölmek Örnekler
'test' 2985
'train' 29837
'validation' 4475
  • Özellikler :
{
    "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"
    }
}