热度36.1▼ 0.3
下载量 · 30天
10,195
Hugging Face
GitHub Stars
—
代码仓库
论文被引
527
Semantic Scholar
跑分模型 · 30天
—
Leaderboard results
简介
Mathematics database. This dataset code generates mathematical question and answer pairs, from a range of question types at roughly school-level difficulty. This is designed to test the mathematical learning and algebraic reasoning skills of learning models. Original paper: Analysing Mathematical Reasoning Abilities of Neural Models (Saxton, Grefenstette, Hill, Kohli). Example usage: train_examples, val_examples = datasets.load_dataset( 'math_dataset/arithmetic__mul', split=['train', 'test'], as_supervised=True)