brando90 / MathNet-large-scale-Mathematics-Dataset-for-Machine-Learning

1 stars 0 forks source link

many to one format generation working #43

Open brando90 opened 7 years ago

brando90 commented 7 years ago

we also want to be able to generate questions from a many to one format. What I call:

vNL+vSympy -> NL+Sympy

this is important. In this case we would generate a consistent format for the answer, given many possible question formats. Obviously the names and stuff like that should be consistent between question and answer. Maybe the solution is just to turn off some source of randomness for the answers...like turn off the randomness choiceg and permg do. What do u think?

Also important to make sure its consistent with:

https://github.com/brando90/eit_proj1/issues/26 https://github.com/brando90/eit_proj1/issues/42