--- language: - kk license: mit task_categories: - visual-question-answering - question-answering dataset_info: features: - name: index dtype: int64 - name: question dtype: string - name: options dtype: string - name: image dtype: image - name: answer dtype: string - name: level dtype: string pretty_name: MathVision Kazakh configs: - config_name: default data_files: - split: test path: "data/train-00000-of-00001.parquet" --- # MathVision-Kazakh ## Summary **MathVision-Kazakh** is a machine-translated dataset of the [MathVision](https://huggingface.co/datasets/MathLLMs/MathVision) dataset into the Kazakh language. This dataset is designed to evaluate the mathematical reasoning and visual understanding capabilities of Multimodal Large Language Models within a specific linguistic context. ### Data Fields | Field | Description | | :--- | :--- | |`index`| Unique identifier corresponding to the original MathVision entry. | |`question`| The mathematical problem statement translated into Kazakh. | | `options`| A list of choices for the question (translated where applicable, formulas preserved). | | `image`| Path to the associated image file. | | `answer`| The correct choice (A, B, C, D,). | | `level`| Difficulty level ranging from 1 to 5. | ## Example Instance Below is an example of a typical data entry in the dataset: ```json { "index": 105, "question": "Берілген суреттегі шеңбердің радиусы 5 см болса, боялған бөліктің ауданын табыңыз (π = 3.14).", "options": "[\"25.5\", \"31.4\", \"39.25\", \"78.5\"]", "image": "images/105.jpg", "answer": "C", "level": "3" }