dolphin_number_word

  • Description:

Dolphin Math Word Problem dataset (2015), as presented in https://www.microsoft.com/en-us/research/uploads/prod/2016/02//dolphin-sigmadolphin.datasets.pdf

Split Examples
'test' 3,507
'train' 864
  • Feature structure:
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),
})
  • Feature documentation:
Feature Class Shape Dtype Description
FeaturesDict
ans Text string
equations Text string
id Text string
index Tensor int32
sources Text string
text Text string
  • Citation:
@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}
}