g.arithmetic / README.md
georgiyozhegov's picture
Update readme
f0f8cf1 verified
|
raw
history blame
457 Bytes
metadata
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".