- 説明:
数学の単語問題の大規模なデータセットと、問題を操作プログラムにマッピングすることを学習する解釈可能なニューラル数学問題ソルバー。
追加のドキュメント:コード を使用したペーパーの探索
ホームページ: https://math-qa.github.io/
ソース コード:
tfds.datasets.math_qa.Builder
バージョン:
-
1.0.0
(デフォルト): 初期リリース。
-
ダウンロードサイズ:
6.96 MiB
データセットのサイズ:
27.15 MiB
自動キャッシュ(ドキュメント): はい
スプリット:
スプリット | 例 |
---|---|
'test' | 2,985 |
'train' | 29,837 |
'validation' | 4,475 |
- 機能構造:
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),
})
- 機能のドキュメント:
特徴 | クラス | 形 | Dtype | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
問題 | 文章 | 弦 | ||
根拠 | 文章 | 弦 | ||
annotated_formula | 文章 | 弦 | ||
カテゴリー | 文章 | 弦 | ||
正しい | 文章 | 弦 | ||
正しい_オプション | 文章 | 弦 | ||
線形式 | 文章 | 弦 | ||
オプション | 文章 | 弦 |
監視されたキー(
as_supervised
docを参照):None
図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@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}
}