makram93 commited on
Commit
c1e0a4d
·
verified ·
1 Parent(s): 53d1651

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -31,3 +31,32 @@ configs:
31
  - split: test
32
  path: data/test-*
33
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  - split: test
32
  path: data/test-*
33
  ---
34
+ # MMTab-Retrieval
35
+
36
+ This dataset is a copy of the original test split from [MMTab](https://huggingface.co/datasets/SpursgoZmy/MMTab), taking only items where an 'original_query' is present, and removing the 'input' and 'output' columns, as they are unneccesary for retrieval tasks.
37
+
38
+ The `text_description` column contains OCR text extracted from the images using EasyOCR.
39
+ This particular dataset is a subsample of 1000 random rows from the full dataset which can be found [here](https://huggingface.co/datasets/jinaai/MMTab-retrieval).
40
+
41
+ ## Citation
42
+
43
+ ```
44
+ @misc{zheng2024multimodaltableunderstanding,
45
+ title={Multimodal Table Understanding},
46
+ author={Mingyu Zheng and Xinwei Feng and Qingyi Si and Qiaoqiao She and Zheng Lin and Wenbin Jiang and Weiping Wang},
47
+ year={2024},
48
+ eprint={2406.08100},
49
+ archivePrefix={arXiv},
50
+ primaryClass={cs.CL},
51
+ url={https://arxiv.org/abs/2406.08100},
52
+ }
53
+ ```
54
+
55
+ # Disclaimer
56
+
57
+ This dataset may contain publicly available images or text data. All data is provided for research and educational purposes only. If you are the rights holder of any content and have concerns regarding intellectual property or copyright, please contact us at "support-data (at) jina.ai" for removal. We do not collect or process personal, sensitive, or private information intentionally. If you believe this dataset includes such content (e.g., portraits, location-linked images, medical or financial data, or NSFW content), please notify us, and we will take appropriate action.
58
+
59
+
60
+ # Copyright
61
+
62
+ All rights are reserved to the original authors of the documents.