Views
No views yet
MathLogic: Framework for Math Reasoning 📑 Paper | 🌐 Project Page | 💾 Released Resources | 📦 Repo We release the base mathematical reasoning data, curated and processed from the original GSM8K dataset from the OpenAI team. The data format for each sample in math_base_problems.jsonl is: { "problem": , "solution_steps": , "final_answer": , "difficulty": , "topic": , "source": , "meta": } This dataset serves as the foundation for our MathLogic-Train synthesized dataset. *Note:… See the full description on the dataset page: https://huggingface.co/datasets/toolevalxm/MathLogic-Base.