File size: 1,580 Bytes
2b7a692 9d6f7a2 2b7a692 9d6f7a2 c77a97e ff0845a b4c9ebc dde03fa a5b8050 2b7a692 50aa5a0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ---
license: apache-2.0
task_categories:
- mask-generation
- image-to-image
- image-to-text
tags:
- synthetic
- math
- graph
- latex
- function-graph
- image2latex
- function-plot
- mathematics
pretty_name: Elementary Functions MaskedGraph-LaTeX
configs:
- config_name: elementary_functions_onemask
data_files:
- split: train
path: ElementaryFunctions_OneMask/*.parquet
dataset_info:
features:
- name: graph
dtype: image
- name: masked_graph
dtype: image
- name: latex_formula
dtype: string
- config_name: complex_functions_multimask
data_files:
- split: train
path: ComplexFunctions_MultiMask/*.parquet
dataset_info:
features:
- name: graph
dtype: image
- name: masked_graph
dtype: image
- name: latex_formula
dtype: string
size_categories:
- 1K<n<10K
---
# Elementary Functions MaskedGraph-LaTeX
This dataset was created to teach the model to "decompose" complex functions into elementary functions, isolating their pieces as elementary functions by associating masks with complex functions.<br/>
For elementary functions (such as cos, sin, x^n), a single mask was used. This way, the model understands that curvilinear and linear functions should only receive a single mask.<br/>
For more complex functions with multiple monomials, the graphs were highlighted with multiple masks of different colors, thus isolating the elementary functions.<br/>
In this way, the model learns to "decompose" complex functions into parts of simple functions. |