competição_matemática

Referências:

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:competition_math')
  • Descrição :
The Mathematics Aptitude Test of Heuristics (MATH) dataset consists of problems
from mathematics competitions, including the AMC 10, AMC 12, AIME, and more.
Each problem in MATH has a full step-by-step solution, which can be used to teach
models to generate answer derivations
and explanations.
Dividir Exemplos
'test' 5000
'train' 7500
  • Características :
{
   
"problem": {
       
"dtype": "string",
       
"id": null,
       
"_type": "Value"
   
},
   
"level": {
       
"dtype": "string",
       
"id": null,
       
"_type": "Value"
   
},
   
"type": {
       
"dtype": "string",
       
"id": null,
       
"_type": "Value"
   
},
   
"solution": {
       
"dtype": "string",
       
"id": null,
       
"_type": "Value"
   
}
}