You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[ Paper ]](https://arxiv.org/abs/2406.11633)[[ Website ]](https://unimodal4reasoning.github.io/DocGenome_page/)[[ Dataset🤗 ]](https://huggingface.co/datasets/U4R/DocGenome/tree/main)[[ Models🤗 ]](https://huggingface.co/U4R/StructTable-InternVL2-1B/tree/main)
8
6
9
7
10
8
</div>
@@ -16,7 +14,7 @@ Welcome to the official repository of StructEqTable-Deploy, a solution that conv
16
14
Table is an effective way to represent structured data in scientific publications, financial statements, invoices, web pages, and many other scenarios. Extracting tabular data from a visual table image and performing the downstream reasoning tasks according to the extracted data is challenging, mainly due to that tables often present complicated column and row headers with spanning cell operation. To address these challenges, we present TableX, a large-scale multi-modal table benchmark extracted from [DocGenome benchmark](https://unimodal4reasoning.github.io/DocGenome_page/) for table pre-training, comprising more than 2 million high-quality Image-LaTeX pair data covering 156 disciplinary classes. Besides, benefiting from such large-scale data, we train an end-to-end model, StructEqTable, which provides the capability to precisely obtain the corresponding LaTeX description from a visual table image and perform multiple table-related reasoning tasks, including structural extraction and question answering, broadening its application scope and potential.
17
15
18
16
## Changelog
19
-
-[2024/10/19] 🔥 We have released our **latest model [StructTable-InternVL2-1B](https://huggingface.co/U4R/StructTable-InternVL-1B/tree/main)**!
17
+
-[2024/10/19] 🔥 We have released our **latest model [StructTable-InternVL2-1B](https://huggingface.co/U4R/StructTable-InternVL2-1B/tree/main)**!
20
18
21
19
Thanks to IntenrVL2 powerful foundational capabilities, and through fine-tuning on the synthetic tabular data and DocGenome dataset, StructTable can convert table image into various common table formats including LaTeX, HTML, and Markdown. Moreover, inference speed has been significantly improved compared to the v0.2 version.
22
20
-[2024/8/22] We have released our StructTable-base-v0.2, fine-tuned on the DocGenome dataset. This version features improved inference speed and robustness, achieved through data augmentation and reduced image token num.
@@ -29,7 +27,7 @@ Table is an effective way to represent structured data in scientific publication
29
27
-[x] Support Chinese version of StructEqTable.
30
28
-[x] Accelerated version of StructEqTable using TensorRT-LLM.
31
29
-[x] Expand more domains of table image to improve the model's general capabilities.
32
-
-[x] Efficient inference of StructTable-InternVL2-1B by [LMDepoly](https://github.com/InternLM/lmdeploy) Tookit.
30
+
-[x] Efficient inference of StructTable-InternVL2-1B by [LMDeploy](https://github.com/InternLM/lmdeploy) Tookit.
33
31
-[ ] Release our table pre-training and fine-tuning code
0 commit comments