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}
}