- opis :
Wielkoskalowy zbiór danych matematycznych zadań tekstowych i interpretowalny neuronowy program do rozwiązywania problemów matematycznych, który uczy się odwzorowywać problemy na programy operacyjne.
Dodatkowa dokumentacja : Przeglądaj dokumenty z kodem na
Strona główna : https://math-qa.github.io/
Kod źródłowy :
tfds.datasets.math_qa.BuilderWersje :
-
1.0.0(domyślnie): Wersja początkowa.
-
Rozmiar pliku do pobrania :
6.96 MiBRozmiar zestawu danych :
27.15 MiBAutomatyczne buforowanie ( dokumentacja ): Tak
Podziały :
| Podział | Przykłady |
|---|---|
'test' | 2985 |
'train' | 29837 |
'validation' | 4475 |
- Struktura funkcji :
FeaturesDict({
'Problem': Text(shape=(), dtype=string),
'Rationale': Text(shape=(), dtype=string),
'annotated_formula': Text(shape=(), dtype=string),
'category': Text(shape=(), dtype=string),
'correct': Text(shape=(), dtype=string),
'correct_option': Text(shape=(), dtype=string),
'linear_formula': Text(shape=(), dtype=string),
'options': Text(shape=(), dtype=string),
})
- Dokumentacja funkcji :
| Funkcja | Klasa | Kształt | Typ D | Opis |
|---|---|---|---|---|
| FunkcjeDict | ||||
| Problem | Tekst | strunowy | ||
| Racjonalne uzasadnienie | Tekst | strunowy | ||
| adnotowana_formuła | Tekst | strunowy | ||
| Kategoria | Tekst | strunowy | ||
| prawidłowy | Tekst | strunowy | ||
| poprawna_opcja | Tekst | strunowy | ||
| wzór_liniowy | Tekst | strunowy | ||
| opcje | Tekst | strunowy |
Klucze nadzorowane (Zobacz dokument
as_supervised):NoneRysunek ( tfds.show_examples ): Nieobsługiwany.
Przykłady ( tfds.as_dataframe ):
- Cytat :
@misc{amini2019mathqa,
title={MathQA: Towards Interpretable Math Word Problem Solving with Operation-Based Formalisms},
author={Aida Amini and Saadia Gabriel and Peter Lin and Rik Koncel-Kedziorski and Yejin Choi and Hannaneh Hajishirzi},
year={2019},
eprint={1905.13319},
archivePrefix={arXiv},
primaryClass={cs.CL}
}