math_qa
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Un set di dati su larga scala di problemi di parole matematiche e un risolutore di problemi di matematica neurale interpretabile che impara a mappare i problemi ai programmi operativi.
Diviso | Esempi |
---|
'test' | 2.985 |
'train' | 29.837 |
'validation' | 4.475 |
- Struttura delle caratteristiche :
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),
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|
| CaratteristicheDict | | | |
Problema | Testo | | corda | |
Fondamento logico | Testo | | corda | |
formula_annotata | Testo | | corda | |
categoria | Testo | | corda | |
corretto | Testo | | corda | |
opzione_corretta | Testo | | corda | |
formula_lineare | Testo | | corda | |
opzioni | Testo | | corda | |
@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}
}
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2023-02-08 UTC.
[null,null,["Ultimo aggiornamento 2023-02-08 UTC."],[],[],null,["# math_qa\n\n\u003cbr /\u003e\n\n- **Description**:\n\nA large-scale dataset of math word problems and an interpretable neural math\nproblem solver that learns to map problems to operation programs.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/mathqa)\n\n- **Homepage** : \u003chttps://math-qa.github.io/\u003e\n\n- **Source code** :\n [`tfds.datasets.math_qa.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/math_qa/math_qa_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `6.96 MiB`\n\n- **Dataset size** : `27.15 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'test'` | 2,985 |\n| `'train'` | 29,837 |\n| `'validation'` | 4,475 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'Problem': Text(shape=(), dtype=string),\n 'Rationale': Text(shape=(), dtype=string),\n 'annotated_formula': Text(shape=(), dtype=string),\n 'category': Text(shape=(), dtype=string),\n 'correct': Text(shape=(), dtype=string),\n 'correct_option': Text(shape=(), dtype=string),\n 'linear_formula': Text(shape=(), dtype=string),\n 'options': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-------------------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| Problem | Text | | string | |\n| Rationale | Text | | string | |\n| annotated_formula | Text | | string | |\n| category | Text | | string | |\n| correct | Text | | string | |\n| correct_option | Text | | string | |\n| linear_formula | Text | | string | |\n| options | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @misc{amini2019mathqa,\n title={MathQA: Towards Interpretable Math Word Problem Solving with Operation-Based Formalisms},\n author={Aida Amini and Saadia Gabriel and Peter Lin and Rik Koncel-Kedziorski and Yejin Choi and Hannaneh Hajishirzi},\n year={2019},\n eprint={1905.13319},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n }"]]