- Descripción :
Un conjunto de datos de 8.5K problemas verbales de matemáticas de escuela primaria lingüísticamente diversos de alta calidad.
Documentación adicional : Explore en Papers With Code
Página de inicio: https://github.com/openai/grade-school-math
Código fuente :
tfds.text.gsm8k.Gsm8k
Versiones :
-
1.0.0
(predeterminado): Versión inicial.
-
Tamaño de la descarga :
10.77 MiB
Tamaño del conjunto de datos :
17.84 MiB
Almacenamiento automático en caché ( documentación ): Sí
Divisiones :
Separar | Ejemplos |
---|---|
'test' | 1,319 |
'test_socratic' | 1,319 |
'train' | 7,473 |
'train_socratic' | 7,473 |
- Estructura de características :
FeaturesDict({
'annotation': Text(shape=(), dtype=string),
'answer': Text(shape=(), dtype=string),
'question': Text(shape=(), dtype=string),
'short_answer': Text(shape=(), dtype=string),
})
- Documentación de características :
Rasgo | Clase | Forma | Tipo D | Descripción |
---|---|---|---|---|
CaracterísticasDict | ||||
anotación | Texto | cuerda | ||
responder | Texto | cuerda | ||
pregunta | Texto | cuerda | ||
respuesta corta | Texto | cuerda |
Claves supervisadas (Ver
as_supervised
doc ):None
Figura ( tfds.show_examples ): no compatible.
Ejemplos ( tfds.as_dataframe ):
- Cita :
@misc{cobbe2021training,
title={Training Verifiers to Solve Math Word Problems},
author={Karl Cobbe and Vineet Kosaraju and Mohammad Bavarian and Jacob Hilton and Reiichiro Nakano and Christopher Hesse and John Schulman},
year={2021},
eprint={2110.14168},
archivePrefix={arXiv},
primaryClass={cs.LG}
}