You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Notice for Download Application

All applicants are requested to send an email to liangyupu2021@ia.ac.cn (using the email address you used for the application) to inform your name and affiliated institution after submitting the download application on Hugging Face, as the application reminder emails automatically sent by Hugging Face may be sorted into the spam folder.

Document Image Machine Translation with Dynamic Multi-pre-trained Models Assembling

This is the official repository for DoTA dataset (Document image machine Translation dataset of ArXiv articles in markdown format) introduced by the following paper: Document Image Machine Translation with Dynamic Multi-pre-trained Models Assembling (NAACL 2024 Main)

In addition to the 126K samples mentioned in the paper, we provide all 139K samples that have not been filtered. Each sample contains original English image, transcripted English mmd file and translated Chinese/French/German mmd file. Samples used in the paper are listed in a json file.

Text files can be decompressed as follows:

tar -xzvf zh_mmd.tar.gz -C ./

Image files can be decompressed as follows:

cat imgs.tar.gz.* | tar -xzvf - -C ./

If you want to use our dataset, please cite as follows:

@inproceedings{liang-etal-2024-document,
    title = "Document Image Machine Translation with Dynamic Multi-pre-trained Models Assembling",
    author = "Liang, Yupu  and
      Zhang, Yaping  and
      Ma, Cong  and
      Zhang, Zhiyang  and
      Zhao, Yang  and
      Xiang, Lu  and
      Zong, Chengqing  and
      Zhou, Yu",
    editor = "Duh, Kevin  and
      Gomez, Helena  and
      Bethard, Steven",
    booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
    month = jun,
    year = "2024",
    address = "Mexico City, Mexico",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.naacl-long.392",
    pages = "7077--7088",
}
Downloads last month
0