File size: 1,731 Bytes
8e77a84 0ff9a7c 3f30394 251ab75 0ff9a7c 8e77a84 0ff9a7c 8e77a84 0ff9a7c 92a77b3 8e77a84 0ff9a7c 3f30394 0ff9a7c 251ab75 0ff9a7c f862e10 0ff9a7c 251ab75 0ff9a7c 0446fd2 | 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | ---
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"
} |