math_qa

  • 説明:

数学の単語問題の大規模なデータセットと、問題を操作プログラムにマッピングすることを学習する解釈可能なニューラル数学問題ソルバー。

スプリット
'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文章
カテゴリー文章
正しい文章
正しい_オプション文章
線形式文章
オプション文章
  • 引用
@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}
}