Datasets:
File size: 1,316 Bytes
4927e6b 11a57c0 4a7b1ad 3196471 4a7b1ad 40d5ab5 4a7b1ad | 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 | ---
language:
- bg
- de
- en
- es
- fr
- hi
- pt
- ru
- zh
configs:
- config_name: en
data_files:
- split: test
path: en_mme.jsonl
- config_name: bg
data_files:
- split: test
path: bg_mme.json
- config_name: de
data_files:
- split: test
path: de_mme.json
- config_name: es
data_files:
- split: test
path: es_mme.json
- config_name: fr
data_files:
- split: test
path: fr_mme.json
- config_name: hi
data_files:
- split: test
path: hi_mme.json
- config_name: pt
data_files:
- split: test
path: pt_mme.json
- config_name: ru
data_files:
- split: test
path: ru_mme.json
- config_name: zh
data_files:
- split: test
path: zh_mme.json
---
This is the multilingual version of MME. If you find it useful, we hope you can cite our paper.
```
@article{ye2025claim,
title={CLAIM: Mitigating Multilingual Object Hallucination in Large Vision-Language Models with Cross-Lingual Attention Intervention},
author={Ye, Zekai and Li, Qiming and Feng, Xiaocheng and Qin, Libo and Huang, Yichong and Li, Baohang and Jiang, Kui and Xiang, Yang and Zhang, Zhirui and Lu, Yunfei and others},
journal={arXiv preprint arXiv:2506.11073},
year={2025}
}
``` |