The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
problem: string
solution: string
answer: string
topic: string
difficulty: string
education_level: string
language: string
source: string
verification_status: string
id: string
verification_reason: string
to
{'problem': Value('string'), 'solution': Value('string'), 'answer': Value('string'), 'topic': Value('string'), 'difficulty': Value('string'), 'education_level': Value('string'), 'language': Value('string'), 'verification_status': Value('string'), 'verification_reason': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
problem: string
solution: string
answer: string
topic: string
difficulty: string
education_level: string
language: string
source: string
verification_status: string
id: string
verification_reason: string
to
{'problem': Value('string'), 'solution': Value('string'), 'answer': Value('string'), 'topic': Value('string'), 'difficulty': Value('string'), 'education_level': Value('string'), 'language': Value('string'), 'verification_status': Value('string'), 'verification_reason': Value('string')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
problem string | solution string | answer string | topic string | difficulty string | education_level string | language string | verification_status string | verification_reason string |
|---|---|---|---|---|---|---|---|---|
A box contains 7 equally likely outcomes, of which 7 are favorable. What is the probability of a favorable outcome? | Probability = favorable outcomes / total outcomes = 7/7 = 1 | 1 | probability.basic_probability | medium | high_school | en | verified | expected=1 |
Solve 6x - 18 = 78. | 6x - 18 = 78
6x = 78 + 18
6x = 96
x = 16 | 16 | algebra.linear_equations | easy | middle_school | en | verified | expected=16.0 |
A book costs 51 dollars. How much will 10 books cost? | Total cost = 51 Γ 10 = 510 dollars. | 510 | word_problems.arithmetic | easy | primary | en | verified | expected=510.0 |
Solve 10x + 15 = 35. | 10x + 15 = 35
10x = 35 - 15
10x = 20
x = 2 | 2 | algebra.linear_equations | easy | middle_school | en | verified | expected=2.0 |
Calculate 3/11 + 4/11. | 3/11 + 4/11 = 7/11 | 7/11 | arithmetic.fractions | easy | middle_school | en | verified | expected=7/11 |
A book costs 71 dollars. How much will 7 books cost? | Total cost = 71 Γ 7 = 497 dollars. | 497 | word_problems.arithmetic | easy | primary | en | verified | expected=497.0 |
Find the area of a rectangle with length 9 and width 2. | Area = length Γ width = 9 Γ 2 = 18 | 18 | geometry.rectangles | easy | middle_school | en | verified | expected=18 |
What is 5% of 40? | 5% of 40 = (5/100) Γ 40 = 2 | 2 | arithmetic.percentages | easy | middle_school | en | verified | expected=2.0 |
A box contains 9 equally likely outcomes, of which 2 are favorable. What is the probability of a favorable outcome? | Probability = favorable outcomes / total outcomes = 2/9 = 2/9 | 2/9 | probability.basic_probability | medium | high_school | en | verified | expected=2/9 |
Solve 10x + 3 = 283. | 10x + 3 = 283
10x = 283 - 3
10x = 280
x = 28 | 28 | algebra.linear_equations | easy | middle_school | en | verified | expected=28.0 |
What is 25% of 120? | 25% of 120 = (25/100) Γ 120 = 30 | 30 | arithmetic.percentages | easy | middle_school | en | verified | expected=30.0 |
Calculate 3/7 + 4/7. | 3/7 + 4/7 = 7/7 = 1/1 | 1 | arithmetic.fractions | easy | middle_school | en | verified | expected=1 |
Find the area of a rectangle with length 23 and width 4. | Area = length Γ width = 23 Γ 4 = 92 | 92 | geometry.rectangles | easy | middle_school | en | verified | expected=92 |
Calculate 5/11 + 1/11. | 5/11 + 1/11 = 6/11 | 6/11 | arithmetic.fractions | easy | middle_school | en | verified | expected=6/11 |
What is 35 * 84? | 35 Γ 84 = 2940 | 2940 | arithmetic.basic_operations | easy | primary | en | verified | expected=2940 |
Find the area of a rectangle with length 24 and width 6. | Area = length Γ width = 24 Γ 6 = 144 | 144 | geometry.rectangles | easy | middle_school | en | verified | expected=144 |
What is 40% of 250? | 40% of 250 = (40/100) Γ 250 = 100 | 100 | arithmetic.percentages | easy | middle_school | en | verified | expected=100.0 |
Solve 4x + 20 = 56. | 4x + 20 = 56
4x = 56 - 20
4x = 36
x = 9 | 9 | algebra.linear_equations | easy | middle_school | en | verified | expected=9.0 |
Solve xΒ² - 10x + 16 = 0. | xΒ² - 10x + 16 = 0
(x - (8))(x - (2)) = 0
x = 8 or x = 2 | 8, 2 | algebra.quadratic_equations | medium | high_school | en | verified | expected_roots={'8', '2'} |
Calculate 1/12 + 2/12. | 1/12 + 2/12 = 3/12 = 1/4 | 1/4 | arithmetic.fractions | easy | middle_school | en | verified | expected=1/4 |
What is 489 * 88? | 489 Γ 88 = 43032 | 43032 | arithmetic.basic_operations | easy | primary | en | verified | expected=43032 |
Solve xΒ² + 0x - 81 = 0. | xΒ² + 0x - 81 = 0
(x - (9))(x - (-9)) = 0
x = 9 or x = -9 | 9, -9 | algebra.quadratic_equations | medium | high_school | en | verified | expected_roots={'9', '-9'} |
Solve 8x + 20 = 172. | 8x + 20 = 172
8x = 172 - 20
8x = 152
x = 19 | 19 | algebra.linear_equations | easy | middle_school | en | verified | expected=19.0 |
A book costs 33 dollars. How much will 2 books cost? | Total cost = 33 Γ 2 = 66 dollars. | 66 | word_problems.arithmetic | easy | primary | en | verified | expected=66.0 |
A box contains 18 equally likely outcomes, of which 9 are favorable. What is the probability of a favorable outcome? | Probability = favorable outcomes / total outcomes = 9/18 = 1/2 | 1/2 | probability.basic_probability | medium | high_school | en | verified | expected=1/2 |
What is 445 + 24? | 445 + 24 = 469 | 469 | arithmetic.basic_operations | easy | primary | en | verified | expected=469 |
Solve 10x - 7 = 33. | 10x - 7 = 33
10x = 33 + 7
10x = 40
x = 4 | 4 | algebra.linear_equations | easy | middle_school | en | verified | expected=4.0 |
Find the average of: 13, 2, 29. | Sum = 44
Average = 44/3 = 14.666666666666666 | 14.666666666666666 | statistics.mean | easy | middle_school | en | verified | expected=14.666666666666666 |
Find the average of: 31, 42, 13, 49, 19, 21. | Sum = 175
Average = 175/6 = 29.166666666666668 | 29.166666666666668 | statistics.mean | easy | middle_school | en | verified | expected=29.166666666666668 |
Solve 3x + 11 = 74. | 3x + 11 = 74
3x = 74 - 11
3x = 63
x = 21 | 21 | algebra.linear_equations | easy | middle_school | en | verified | expected=21.0 |
A book costs 53 dollars. How much will 6 books cost? | Total cost = 53 Γ 6 = 318 dollars. | 318 | word_problems.arithmetic | easy | primary | en | verified | expected=318.0 |
Find the average of: 21, 16, 30. | Sum = 67
Average = 67/3 = 22.333333333333332 | 22.333333333333332 | statistics.mean | easy | middle_school | en | verified | expected=22.333333333333332 |
Solve xΒ² + 7x + 10 = 0. | xΒ² + 7x + 10 = 0
(x - (-5))(x - (-2)) = 0
x = -5 or x = -2 | -5, -2 | algebra.quadratic_equations | medium | high_school | en | verified | expected_roots={'-5', '-2'} |
What is 81 * 32? | 81 Γ 32 = 2592 | 2592 | arithmetic.basic_operations | easy | primary | en | verified | expected=2592 |
Find the area of a triangle with base 24 and height 28. | Area = 1/2 Γ base Γ height = 1/2 Γ 24 Γ 28 = 336 | 336 | geometry.triangles | easy | middle_school | en | verified | expected=336.0 |
Solve 7x + 15 = 99. | 7x + 15 = 99
7x = 99 - 15
7x = 84
x = 12 | 12 | algebra.linear_equations | easy | middle_school | en | verified | expected=12.0 |
Find the average of: 37, 3, 2, 6, 3. | Sum = 51
Average = 51/5 = 10.2 | 10.2 | statistics.mean | easy | middle_school | en | verified | expected=10.2 |
A box contains 10 equally likely outcomes, of which 4 are favorable. What is the probability of a favorable outcome? | Probability = favorable outcomes / total outcomes = 4/10 = 2/5 | 2/5 | probability.basic_probability | medium | high_school | en | verified | expected=2/5 |
Solve 10x + 10 = 160. | 10x + 10 = 160
10x = 160 - 10
10x = 150
x = 15 | 15 | algebra.linear_equations | easy | middle_school | en | verified | expected=15.0 |
Solve 9x + 10 = 253. | 9x + 10 = 253
9x = 253 - 10
9x = 243
x = 27 | 27 | algebra.linear_equations | easy | middle_school | en | verified | expected=27.0 |
Find the area of a triangle with base 15 and height 18. | Area = 1/2 Γ base Γ height = 1/2 Γ 15 Γ 18 = 135 | 135 | geometry.triangles | easy | middle_school | en | verified | expected=135.0 |
A book costs 100 dollars. How much will 6 books cost? | Total cost = 100 Γ 6 = 600 dollars. | 600 | word_problems.arithmetic | easy | primary | en | verified | expected=600.0 |
Solve 10x - 4 = 46. | 10x - 4 = 46
10x = 46 + 4
10x = 50
x = 5 | 5 | algebra.linear_equations | easy | middle_school | en | verified | expected=5.0 |
What is 14 * 59? | 14 Γ 59 = 826 | 826 | arithmetic.basic_operations | easy | primary | en | verified | expected=826 |
Solve 4x - 6 = 114. | 4x - 6 = 114
4x = 114 + 6
4x = 120
x = 30 | 30 | algebra.linear_equations | easy | middle_school | en | verified | expected=30.0 |
What is 171 * 28? | 171 Γ 28 = 4788 | 4788 | arithmetic.basic_operations | easy | primary | en | verified | expected=4788 |
Solve 8x - 17 = 79. | 8x - 17 = 79
8x = 79 + 17
8x = 96
x = 12 | 12 | algebra.linear_equations | easy | middle_school | en | verified | expected=12.0 |
A box contains 6 equally likely outcomes, of which 6 are favorable. What is the probability of a favorable outcome? | Probability = favorable outcomes / total outcomes = 6/6 = 1 | 1 | probability.basic_probability | medium | high_school | en | verified | expected=1 |
Find the area of a triangle with base 4 and height 7. | Area = 1/2 Γ base Γ height = 1/2 Γ 4 Γ 7 = 14 | 14 | geometry.triangles | easy | middle_school | en | verified | expected=14.0 |
Find the average of: 36, 37, 24, 30, 36. | Sum = 163
Average = 163/5 = 32.6 | 32.6 | statistics.mean | easy | middle_school | en | verified | expected=32.6 |
What is 164 * 79? | 164 Γ 79 = 12956 | 12956 | arithmetic.basic_operations | easy | primary | en | verified | expected=12956 |
Solve 5x - 16 = 9. | 5x - 16 = 9
5x = 9 + 16
5x = 25
x = 5 | 5 | algebra.linear_equations | easy | middle_school | en | verified | expected=5.0 |
What is 30% of 80? | 30% of 80 = (30/100) Γ 80 = 24 | 24 | arithmetic.percentages | easy | middle_school | en | verified | expected=24.0 |
What is 327 - 11? | 327 - 11 = 316 | 316 | arithmetic.basic_operations | easy | primary | en | verified | expected=316 |
Find the area of a rectangle with length 26 and width 16. | Area = length Γ width = 26 Γ 16 = 416 | 416 | geometry.rectangles | easy | middle_school | en | verified | expected=416 |
What is 88 + 81? | 88 + 81 = 169 | 169 | arithmetic.basic_operations | easy | primary | en | verified | expected=169 |
A book costs 84 dollars. How much will 9 books cost? | Total cost = 84 Γ 9 = 756 dollars. | 756 | word_problems.arithmetic | easy | primary | en | verified | expected=756.0 |
Solve 8x + 7 = 135. | 8x + 7 = 135
8x = 135 - 7
8x = 128
x = 16 | 16 | algebra.linear_equations | easy | middle_school | en | verified | expected=16.0 |
Solve xΒ² - 3x - 18 = 0. | xΒ² - 3x - 18 = 0
(x - (-3))(x - (6)) = 0
x = -3 or x = 6 | -3, 6 | algebra.quadratic_equations | medium | high_school | en | verified | expected_roots={'-3', '6'} |
Solve xΒ² - 8x + 7 = 0. | xΒ² - 8x + 7 = 0
(x - (7))(x - (1)) = 0
x = 7 or x = 1 | 7, 1 | algebra.quadratic_equations | medium | high_school | en | verified | expected_roots={'1', '7'} |
What is 75% of 120? | 75% of 120 = (75/100) Γ 120 = 90 | 90 | arithmetic.percentages | easy | middle_school | en | verified | expected=90.0 |
Calculate 1/4 + 1/4. | 1/4 + 1/4 = 2/4 = 1/2 | 1/2 | arithmetic.fractions | easy | middle_school | en | verified | expected=1/2 |
Find the average of: 34, 41, 47, 40. | Sum = 162
Average = 162/4 = 40.5 | 40.5 | statistics.mean | easy | middle_school | en | verified | expected=40.5 |
What is 456 - 78? | 456 - 78 = 378 | 378 | arithmetic.basic_operations | easy | primary | en | verified | expected=378 |
Solve 5x + 16 = 31. | 5x + 16 = 31
5x = 31 - 16
5x = 15
x = 3 | 3 | algebra.linear_equations | easy | middle_school | en | verified | expected=3.0 |
What is 50% of 250? | 50% of 250 = (50/100) Γ 250 = 125 | 125 | arithmetic.percentages | easy | middle_school | en | verified | expected=125.0 |
Find the area of a triangle with base 22 and height 11. | Area = 1/2 Γ base Γ height = 1/2 Γ 22 Γ 11 = 121 | 121 | geometry.triangles | easy | middle_school | en | verified | expected=121.0 |
What is 389 + 36? | 389 + 36 = 425 | 425 | arithmetic.basic_operations | easy | primary | en | verified | expected=425 |
Find the area of a triangle with base 29 and height 6. | Area = 1/2 Γ base Γ height = 1/2 Γ 29 Γ 6 = 87 | 87 | geometry.triangles | easy | middle_school | en | verified | expected=87.0 |
What is 321 + 26? | 321 + 26 = 347 | 347 | arithmetic.basic_operations | easy | primary | en | verified | expected=347 |
Calculate 3/5 + 4/5. | 3/5 + 4/5 = 7/5 | 7/5 | arithmetic.fractions | easy | middle_school | en | verified | expected=7/5 |
Find the area of a triangle with base 13 and height 13. | Area = 1/2 Γ base Γ height = 1/2 Γ 13 Γ 13 = 84.5 | 84.5 | geometry.triangles | easy | middle_school | en | verified | expected=84.5 |
Find the area of a triangle with base 4 and height 11. | Area = 1/2 Γ base Γ height = 1/2 Γ 4 Γ 11 = 22 | 22 | geometry.triangles | easy | middle_school | en | verified | expected=22.0 |
Find the area of a triangle with base 12 and height 28. | Area = 1/2 Γ base Γ height = 1/2 Γ 12 Γ 28 = 168 | 168 | geometry.triangles | easy | middle_school | en | verified | expected=168.0 |
Solve 4x - 3 = 81. | 4x - 3 = 81
4x = 81 + 3
4x = 84
x = 21 | 21 | algebra.linear_equations | easy | middle_school | en | verified | expected=21.0 |
Solve 7x - 13 = 155. | 7x - 13 = 155
7x = 155 + 13
7x = 168
x = 24 | 24 | algebra.linear_equations | easy | middle_school | en | verified | expected=24.0 |
Find the area of a triangle with base 18 and height 4. | Area = 1/2 Γ base Γ height = 1/2 Γ 18 Γ 4 = 36 | 36 | geometry.triangles | easy | middle_school | en | verified | expected=36.0 |
A book costs 96 dollars. How much will 6 books cost? | Total cost = 96 Γ 6 = 576 dollars. | 576 | word_problems.arithmetic | easy | primary | en | verified | expected=576.0 |
Solve 3x + 7 = 79. | 3x + 7 = 79
3x = 79 - 7
3x = 72
x = 24 | 24 | algebra.linear_equations | easy | middle_school | en | verified | expected=24.0 |
Calculate 8/10 + 3/10. | 8/10 + 3/10 = 11/10 | 11/10 | arithmetic.fractions | easy | middle_school | en | verified | expected=11/10 |
What is 215 + 35? | 215 + 35 = 250 | 250 | arithmetic.basic_operations | easy | primary | en | verified | expected=250 |
What is 438 + 2? | 438 + 2 = 440 | 440 | arithmetic.basic_operations | easy | primary | en | verified | expected=440 |
Find the area of a rectangle with length 16 and width 2. | Area = length Γ width = 16 Γ 2 = 32 | 32 | geometry.rectangles | easy | middle_school | en | verified | expected=32 |
Solve 4x + 14 = 42. | 4x + 14 = 42
4x = 42 - 14
4x = 28
x = 7 | 7 | algebra.linear_equations | easy | middle_school | en | verified | expected=7.0 |
Find the area of a triangle with base 13 and height 28. | Area = 1/2 Γ base Γ height = 1/2 Γ 13 Γ 28 = 182 | 182 | geometry.triangles | easy | middle_school | en | verified | expected=182.0 |
A box contains 13 equally likely outcomes, of which 7 are favorable. What is the probability of a favorable outcome? | Probability = favorable outcomes / total outcomes = 7/13 = 7/13 | 7/13 | probability.basic_probability | medium | high_school | en | verified | expected=7/13 |
Solve 10x + 0 = 210. | 10x + 0 = 210
10x = 210 - 0
10x = 210
x = 21 | 21 | algebra.linear_equations | easy | middle_school | en | verified | expected=21.0 |
A book costs 17 dollars. How much will 10 books cost? | Total cost = 17 Γ 10 = 170 dollars. | 170 | word_problems.arithmetic | easy | primary | en | verified | expected=170.0 |
Find the average of: 10, 44, 16, 3, 37, 45. | Sum = 155
Average = 155/6 = 25.833333333333332 | 25.833333333333332 | statistics.mean | easy | middle_school | en | verified | expected=25.833333333333332 |
Calculate 1/2 + 1/2. | 1/2 + 1/2 = 2/2 = 1/1 | 1 | arithmetic.fractions | easy | middle_school | en | verified | expected=1 |
A box contains 5 equally likely outcomes, of which 1 are favorable. What is the probability of a favorable outcome? | Probability = favorable outcomes / total outcomes = 1/5 = 1/5 | 1/5 | probability.basic_probability | medium | high_school | en | verified | expected=1/5 |
Find the area of a triangle with base 21 and height 14. | Area = 1/2 Γ base Γ height = 1/2 Γ 21 Γ 14 = 147 | 147 | geometry.triangles | easy | middle_school | en | verified | expected=147.0 |
Solve 2x + 19 = 39. | 2x + 19 = 39
2x = 39 - 19
2x = 20
x = 10 | 10 | algebra.linear_equations | easy | middle_school | en | verified | expected=10.0 |
Solve 6x + 0 = 18. | 6x + 0 = 18
6x = 18 - 0
6x = 18
x = 3 | 3 | algebra.linear_equations | easy | middle_school | en | verified | expected=3.0 |
Calculate 2/4 + 1/4. | 2/4 + 1/4 = 3/4 | 3/4 | arithmetic.fractions | easy | middle_school | en | verified | expected=3/4 |
What is 127 - 5? | 127 - 5 = 122 | 122 | arithmetic.basic_operations | easy | primary | en | verified | expected=122 |
Solve 3x + 8 = 20. | 3x + 8 = 20
3x = 20 - 8
3x = 12
x = 4 | 4 | algebra.linear_equations | easy | middle_school | en | verified | expected=4.0 |
Solve 10x + 18 = 168. | 10x + 18 = 168
10x = 168 - 18
10x = 150
x = 15 | 15 | algebra.linear_equations | easy | middle_school | en | verified | expected=15.0 |
Solve 10x - 3 = 297. | 10x - 3 = 297
10x = 297 + 3
10x = 300
x = 30 | 30 | algebra.linear_equations | easy | middle_school | en | verified | expected=30.0 |
What is 405 + 38? | 405 + 38 = 443 | 443 | arithmetic.basic_operations | easy | primary | en | verified | expected=443 |
Dataset Description
Open Math Dataset is an open mathematics corpus designed for mathematical AI, reasoning, education, and research.
The project is being developed from Sri Lanka with the goal of creating an internationally useful mathematics dataset for developers, researchers, educators, and AI systems.
Mathematics Corpus
The dataset is designed to contain structured mathematical problems and solutions across different mathematical domains and education levels.
Planned content includes:
- Arithmetic
- Algebra
- Geometry
- Trigonometry
- Calculus
- Statistics
- Probability
- Number theory
- Linear algebra
- Discrete mathematics
- Mathematical reasoning
- Word problems
- Step-by-step solutions
- Mathematical explanations
- Error correction
- Multiple solution methods
- Mathematical proofs
The dataset supports both general mathematics and curriculum-specific mathematics.
Languages
Current languages:
- English (
en) - Sinhala (
si)
Sinhala mathematics is an important initial focus because high-quality Sinhala mathematical training data is limited.
However, the project is not limited to Sri Lankan mathematics. The dataset is designed for international expansion and may include additional languages, countries, and curricula in future releases.
Sri Lankan Mathematics
Sri Lankan mathematical content is one of the initial areas of development. This may include:
- Sri Lankan school mathematics
- Sinhala mathematical terminology
- O/L mathematics
- A/L mathematics
- Sri Lankan curriculum-related problems
- Localized mathematical explanations
Sri Lankan content is treated as part of the wider Open Math Dataset rather than the entire scope of the project.
Dataset Structure
Data Fields
The dataset is intended to use structured records containing information such as:
| Field | Description |
|---|---|
id |
Unique identifier |
problem |
The mathematical problem statement |
solution |
Step-by-step solution |
answer |
Final answer |
language |
Language code (en, si, etc.) |
topic |
Mathematical topic (e.g. algebra.linear_equations) |
difficulty |
Difficulty score (e.g. 0.0β1.0) |
education_level |
Education level (e.g. middle_school) |
curriculum |
Curriculum identifier (optional) |
country |
Country code (optional) |
source_type |
Provenance type |
Example
{
"id": "omd_000001",
"language": "en",
"problem": "Solve 2x + 5 = 15.",
"solution": "2x + 5 = 15\n2x = 10\nx = 5",
"answer": "5",
"topic": "algebra.linear_equations",
"difficulty": 0.2,
"education_level": "middle_school"
}
Data Quality
Mathematical correctness is a major priority.
The project aims to prioritize:
- Correct answers
- Correct mathematical reasoning
- Clear explanations
- Consistent formatting
- Deduplication
- Accurate metadata
- Diverse difficulty levels
- Diverse mathematical domains
- Transparent data provenance
Automatically generated mathematical content should be treated as candidate data and verified before being considered high-quality training data.
Data Pipeline
The planned data preparation process is:
Collection
β
Cleaning
β
Normalization
β
Generation
β
Mathematical Verification
β
Deduplication
β
Quality Filtering
β
Metadata
β
Dataset Release
Intended Uses
The dataset may be useful for:
- Mathematical AI
- LLM training
- LLM fine-tuning
- Mathematical reasoning research
- Educational AI
- AI tutoring systems
- Question generation
- Mathematical evaluation
- Multilingual AI
- Curriculum-aware AI
- Mathematical search systems
Data Provenance
The dataset may contain data from multiple sources and generation methods.
Possible source types include:
human_verifiedofficial_sourcepublic_domainsynthetic_verifiedcommunity_contributedtranslated_verified
Source and licensing information should be preserved whenever possible.
Only data that can legally be redistributed should be included in public releases.
Dataset Versions
The dataset will use versioned releases.
| Version | Description |
|---|---|
v0.1 |
Initial release |
v0.2 |
Expanded mathematical domains |
v0.5 |
Multilingual expansion |
v1.0 |
Stable major release |
Dataset statistics and coverage information will be updated with future releases.
Project Status
Active Development
Open Math Dataset is an ongoing project.
The initial focus is building a strong foundation of high-quality mathematical data before expanding into larger international and multilingual coverage.
Long-term Goal
The goal is to create an open mathematics dataset that developers and researchers around the world can use.
- From basic arithmetic to advanced mathematics.
- From simple question-and-answer pairs to structured mathematical reasoning.
- From Sinhala and English to additional languages in the future.
Mathematics is universal. The data should be too.
Maintainer
Created and maintained by Tharustack.
Built from Sri Lanka π±π° for the world π.
- Downloads last month
- 92