--- license: cc-by-4.0 task_categories: - text-generation --- This dataset is designed to teach LLM how to solve basic arithmetic problems. |Field|Description| |---|---| |`problem`|Problem itself| |`answer`|Answer to the problem| |`solution`|Step-by-step solution of the problem| |`type`|Type of numbers in the problem| |`range`|Range of numbers (-N...N) used in the problem| If problem contains an error (e.g. division by zero), `answer` equals "error".