Update README.md
Browse files
README.md
CHANGED
|
@@ -31,3 +31,23 @@ 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 |
+
```
|