- বর্ণনা :
গণিত শব্দের সমস্যাগুলির একটি বৃহৎ মাপের ডেটাসেট এবং একটি ব্যাখ্যাযোগ্য স্নায়ু গণিত সমস্যা সমাধানকারী যা অপারেশন প্রোগ্রামগুলিতে সমস্যাগুলি ম্যাপ করতে শেখে।
হোমপেজ : https://math-qa.github.io/
সোর্স কোড :
tfds.datasets.math_qa.Builder
সংস্করণ :
-
1.0.0
(ডিফল্ট): প্রাথমিক প্রকাশ।
-
ডাউনলোড আকার :
6.96 MiB
ডেটাসেটের আকার :
27.15 MiB
স্বয়ংক্রিয় ক্যাশে ( ডকুমেন্টেশন ): হ্যাঁ
বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'test' | 2,985 |
'train' | ২৯,৮৩৭ |
'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),
})
- বৈশিষ্ট্য ডকুমেন্টেশন :
বৈশিষ্ট্য | ক্লাস | আকৃতি | ডিটাইপ | বর্ণনা |
---|---|---|---|---|
ফিচারসডিক্ট | ||||
সমস্যা | পাঠ্য | স্ট্রিং | ||
যুক্তি | পাঠ্য | স্ট্রিং | ||
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}
}