- Açıklama :
Matematik kelime problemlerinden oluşan geniş ölçekli bir veri seti ve problemleri operasyon programlarına eşlemeyi öğrenen yorumlanabilir bir sinirsel matematik problem çözücü.
Ana sayfa : https://math-qa.github.io/
Kaynak kodu :
tfds.text.math_qa.MathQa
Sürümler :
-
1.0.0
(varsayılan): İlk sürüm.
-
İndirme boyutu :
6.96 MiB
Veri kümesi boyutu :
27.15 MiB
Otomatik önbelleğe alınmış ( belgeler ): Evet
Bölmeler :
Bölmek | Örnekler |
---|---|
'test' | 2.985 |
'train' | 29.837 |
'validation' | 4.475 |
- Özellik yapısı :
FeaturesDict({
'Problem': Text(shape=(), dtype=tf.string),
'Rationale': Text(shape=(), dtype=tf.string),
'annotated_formula': Text(shape=(), dtype=tf.string),
'category': Text(shape=(), dtype=tf.string),
'correct': Text(shape=(), dtype=tf.string),
'correct_option': Text(shape=(), dtype=tf.string),
'linear_formula': Text(shape=(), dtype=tf.string),
'options': Text(shape=(), dtype=tf.string),
})
- Özellik belgeleri :
Özellik | Sınıf | Şekil | Dtype | Tanım |
---|---|---|---|---|
ÖzelliklerDict | ||||
Sorun | Metin | tf.string | ||
Gerekçe | Metin | tf.string | ||
açıklamalı_formula | Metin | tf.string | ||
kategori | Metin | tf.string | ||
doğru | Metin | tf.string | ||
doğru seçenek | Metin | tf.string | ||
lineer_formül | Metin | tf.string | ||
seçenekler | Metin | tf.string |
Denetimli anahtarlar (bkz
as_supervised
doc ):None
Şekil ( tfds.show_examples ): Desteklenmez.
Örnekler ( tfds.as_dataframe ):
- alıntı :
@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}
}