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),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
ปัญหา ข้อความ สตริง
เหตุผล ข้อความ สตริง
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}
}