Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError

Dataset Card for "MATH_1GRADE"

1st Grade Math Problems Dataset

This dataset, available on Hugging Face, offers a unique collection of math problems tailored for first-grade students. The problems have been synthetically generated using Python scripts and are designed to challenge and enhance the mathematical skills of young learners in an engaging and accessible way. This README provides an overview of the dataset, including its structure, contents, and how to use it for educational purposes or machine learning tasks.

Data Structure

The dataset is structured as follows:

  • formula: A string representing the math problem. It includes numbers and operations (addition, subtraction) formatted as text. For example, "140 + 515 - -441 - -34 + 155".
  • result: The answer to the math problem, represented as a floating-point number for operations resulting in non-integer values, and an integer for whole numbers.

Example Entry

{
  "formula": "940 + 515 - -441 - -34 + 155",
  "result": 2085
}

More Information needed

Downloads last month
1