google-deepmind / mathematics_dataset

This dataset code generates mathematical question and answer pairs, from a range of question types at roughly school-level difficulty.
Apache License 2.0
1.8k stars 249 forks source link

Train and evaluate problem #4

Closed YongtaoGe closed 5 years ago

YongtaoGe commented 5 years ago

Hi, there! It is really a nice work. I have a question when using the dataset. Does it refer to train a single neural network model for all kind of mathematics questions or train many neural network models individually for different type of modules in the paper?

davidsaxton commented 5 years ago

In the paper we train a single neural network (motivation - want general mathematical abilities, not lots of individual ones). But obviously you're free to use the dataset how you like!