- Descripción :
Conjunto de datos Dolphin Math Word Problem (2015), como se presenta en https://www.microsoft.com/en-us/research/uploads/prod/2016/02//dolphin-sigmadolphin.datasets.pdf
Página de inicio: https://www.microsoft.com/en-us/research/project/sigmadolphin-2/
Código fuente :
tfds.text.dolphin_number_word.DolphinNumberWord
Versiones :
-
0.0.1
: Versión inicial. -
0.0.2
(predeterminado): arreglo RaggedTensor. Ecuaciones y fuentes representadas como una sola cadena con componentes delimitados por espacios -
0.0.3
: Lógica reintroducida para manejar casos extremos que involucran ejemplos sin fuentes.
-
Tamaño de la descarga :
280.42 KiB
Tamaño del conjunto de datos :
1.49 MiB
Almacenamiento automático en caché ( documentación ): Sí
Divisiones :
Separar | Ejemplos |
---|---|
'test' | 3,507 |
'train' | 864 |
- Estructura de características :
FeaturesDict({
'ans': Text(shape=(), dtype=string),
'equations': Text(shape=(), dtype=string),
'id': Text(shape=(), dtype=string),
'index': int32,
'sources': Text(shape=(), dtype=string),
'text': Text(shape=(), dtype=string),
})
- Documentación de características :
Rasgo | Clase | Forma | Tipo D | Descripción |
---|---|---|---|---|
CaracterísticasDict | ||||
respuesta | Texto | cuerda | ||
ecuaciones | Texto | cuerda | ||
identificación | Texto | cuerda | ||
índice | Tensor | int32 | ||
fuentes | Texto | cuerda | ||
texto | Texto | cuerda |
Teclas supervisadas (ver
as_supervised
doc ):('text', 'ans')
Figura ( tfds.show_examples ): no compatible.
Ejemplos ( tfds.as_dataframe ):
- Cita :
@inproceedings{inproceedings,
author = {Shi, Shuming and Wang, Yuehui and Lin, Chin-Yew and Liu, Xiaojiang and Rui, Yong},
year = {2015},
month = {09},
pages = {},
title = {Automatically Solving Number Word Problems by Semantic Parsing and Reasoning},
doi = {10.18653/v1/D15-1135}
}