|
--- |
|
license: apache-2.0 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: |
|
- train/EN.jsonl |
|
- train/ZH.jsonl |
|
- train/PT.jsonl |
|
- train/JA.jsonl |
|
- train/FR.jsonl |
|
- train/ES.jsonl |
|
- train/IT.jsonl |
|
- train/DE.jsonl |
|
- split: test |
|
path: |
|
- test/EN.jsonl |
|
- test/ZH.jsonl |
|
- test/PT.jsonl |
|
- test/JA.jsonl |
|
- test/FR.jsonl |
|
- test/ES.jsonl |
|
- test/IT.jsonl |
|
- test/DE.jsonl |
|
language: |
|
- en |
|
- zh |
|
- pt |
|
- ja |
|
- fr |
|
- es |
|
- it |
|
- de |
|
- ru |
|
- ar |
|
- ko |
|
- tr |
|
- th |
|
- hi |
|
task_categories: |
|
- translation |
|
- image-to-text |
|
size_categories: |
|
- 10M<n<100M |
|
--- |
|
|
|
## MIT-10M |
|
|
|
**Paper:** https://arxiv.org/abs/2412.07147 |
|
|
|
**Introduction:** |
|
|
|
Image Translation (IT) holds immense potential across diverse domains, enabling the translation of textual content within images into various languages. |
|
However, existing datasets often suffer from limitations in scale, diversity, and quality, hindering the development and evaluation of IT models. |
|
To address this issue, we introduce MIT-10M, a large-scale parallel corpus of multilingual image translation with over 10M image-text pairs derived from real-world data, which has undergone extensive data cleaning and multilingual translation validation. |
|
It contains 0.8M images in three sizes, 28 categories, tasks with three levels of difficulty and 14 languages image-text pairs, which is a considerable improvement on existing datasets. |
|
|
|
|
|
|
|
|
|
### Citation Information |
|
You can cite our paper https://arxiv.org/abs/2412.07147 |
|
``` |
|
@misc{li2024mit10mlargescaleparallel, |
|
title={MIT-10M: A Large Scale Parallel Corpus of Multilingual Image Translation}, |
|
author={Bo, Li and Shaolin, Zhu and Lijie Wen}, |
|
year={2024}, |
|
eprint={2412.07147}, |
|
archivePrefix={arXiv}, |
|
primaryClass={cs.CV}, |
|
url={https://arxiv.org/abs/2412.07147}, |
|
} |
|
|
|
``` |
|
|