File size: 1,085 Bytes
c64d92d b90708d |
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 |
---
license: cc-by-nc-4.0
---
# TabPedia: Towards Comprehensive Visual Table Understanding with Concept Synergy
<p align="center">
<img src="assets/framework.png" width="800">
</p>
<p align="center">
๐ <a href="https://arxiv.org/pdf/2406.01326" target="_blank">Paper</a> | ๐ค <a href="https://huggingface.co/datasets/ByteDance/ComTQA" target="_blank">Hugging Face</a> | ๐ <a href="https://github.com/zhaowc-ustc/TabPedia-Towards-Comprehensive-Visual-Table-Understanding-with-Concept-Synergy" target="_blank">Github</a>
</p>
This repository includes our pretrained model and dount model for better evaluation.
## Citation
If you find this work useful, please consider citing our paper:
```
@article{zhao2024tabpedia,
title={TabPedia: Towards Comprehensive Visual Table Understanding with Concept Synergy},
author={Zhao, Weichao and Feng, Hao and Liu, Qi and Tang, Jingqun and Wei, Shu and Wu, Binghong and Liao, Lei and Ye, Yongjie and Liu, Hao and Li, Houqiang and others},
journal={arXiv preprint arXiv:2406.01326},
year={2024}
}
``` |