math_qa

  • Mô tả :

Một bộ dữ liệu quy mô lớn gồm các bài toán đố và một bộ giải toán thần kinh có thể hiểu được để học cách ánh xạ các bài toán vào các chương trình vận hành.

Tách ra ví dụ
'test' 2.985
'train' 29,837
'validation' 4,475
  • Cấu trúc tính năng :
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),
})
  • Tài liệu tính năng :
Tính năng Lớp học Hình dạng Dtype Sự miêu tả
Tính năngDict
Vấn đề Chữ sợi dây
cơ sở lý luận Chữ sợi dây
annotated_formula Chữ sợi dây
loại Chữ sợi dây
Chính xác Chữ sợi dây
đúng_option Chữ sợi dây
linear_formula Chữ sợi dây
tùy chọn Chữ sợi dây
  • trích dẫn :
@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}
}