Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
File size: 2,450 Bytes
07ea061
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c8aee74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
be42c74
c8aee74
 
 
be42c74
c8aee74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
dataset_info:
  features:
  - name: index
    dtype: int64
  - name: question
    dtype: string
  - name: hint
    dtype: string
  - name: A
    dtype: string
  - name: B
    dtype: string
  - name: C
    dtype: string
  - name: D
    dtype: string
  - name: answer
    dtype: string
  - name: category
    dtype: string
  - name: image
    dtype: image
  - name: source
    dtype: string
  - name: 12-category
    dtype: 'null'
  - name: comment
    dtype: string
  splits:
  - name: test
    num_bytes: 103342891
    num_examples: 4324
  download_size: 101580105
  dataset_size: 103342891
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---


# MMBench_Greek

This dataset is a Greek translation of [MMBench](https://huggingface.co/datasets/HuggingFaceM4/MMBench), a multiple-choice benchmark for evaluating multimodal and Vision-Language Models.

The goal of this version is to make MMBench usable as an evaluation benchmark for Greek-capable VLMs.

## Dataset Description

The dataset keeps the same structure and column names as the original MMBench_dev dataset. The text fields have been translated into Greek, while metadata fields are kept unchanged.

Each example contains an image, a question, optional hint text, multiple-choice answer options, the correct answer label, and category/source metadata.

## Columns

* `index`: example index
* `question`: the question
* `hint`: optional hint
* `A`: answer option A
* `B`: answer option B
* `C`: answer option C
* `D`: answer option D
* `answer`: correct answer
* `image`: the image associated with the question
* `source`: source dataset
* `l2-category`: higher-level category
* `comment`: optional comment

## Intended Use

This dataset is intended for evaluating Greek Vision-Language Models on multimodal multiple-choice question answering.

A typical evaluation prompt can ask the model to inspect the image, read the Greek question and answer options, and output only the correct option label.

## Citation

Please cite the original MMBench paper when using this dataset:

```bibtex id="ej32xq"
@article{MMBench,
  title={MMBench: Is Your Multi-modal Model an All-around Player?},
  author={Liu, Yuan and Duan, Haodong and Zhang, Yuanhan and Li, Bo and Zhang, Songyang and Zhao, Wangbo and Yuan, Yike and Wang, Jiaqi and He, Conghui and Liu, Ziwei and Chen, Kai and Lin, Dahua},
  journal={arXiv preprint arXiv:2307.06281},
  year={2023}
}
```