delfin_numer_słowo

  • opis :

Zestaw danych Dolphin Math Word Problem (2015), przedstawiony w https://www.microsoft.com/en-us/research/uploads/prod/2016/02//dolphin-sigmadolphin.datasets.pdf

Rozdzielać Przykłady
'test' 3507
'train' 864
  • Struktura funkcji :
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),
})
  • Dokumentacja funkcji :
Funkcja Klasa Kształt Typ D Opis
FunkcjeDict
odp Tekst strunowy
równania Tekst strunowy
ID Tekst strunowy
indeks Napinacz int32
źródła Tekst strunowy
tekst Tekst strunowy
  • Cytat :
@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}
}