Datasets:
update
Browse files- README.md +14 -0
- docs/figures/benchmark_pipeline.jpg +3 -0
- docs/figures/introduction.jpg +3 -0
- docs/figures/optimization_framework.jpg +3 -0
README.md
CHANGED
|
@@ -29,6 +29,20 @@ size_categories:
|
|
| 29 |
|
| 30 |
**TableVerse-5K** is the evaluation benchmark for **StrucTab**, a structured optimization framework for **table parsing**, the task of converting a table image into structured HTML. Each sample pairs a table image with an instruction prompt and a ground-truth HTML table, and models are scored with the TEDS / TEDS-S metrics.
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
## Contents <!-- omit in toc -->
|
| 33 |
|
| 34 |
- [Statistics](#statistics)
|
|
|
|
| 29 |
|
| 30 |
**TableVerse-5K** is the evaluation benchmark for **StrucTab**, a structured optimization framework for **table parsing**, the task of converting a table image into structured HTML. Each sample pairs a table image with an instruction prompt and a ground-truth HTML table, and models are scored with the TEDS / TEDS-S metrics.
|
| 31 |
|
| 32 |
+
<table align="center">
|
| 33 |
+
<p align="center">
|
| 34 |
+
<img src="docs/figures/introduction.jpg" width="80%" />
|
| 35 |
+
</p>
|
| 36 |
+
</table>
|
| 37 |
+
|
| 38 |
+
The benchmark pipeline is illustrated below:
|
| 39 |
+
|
| 40 |
+
<table align="center">
|
| 41 |
+
<p align="center">
|
| 42 |
+
<img src="/docs/figures/benchmark_pipeline.jpg" width="80%" />
|
| 43 |
+
</p>
|
| 44 |
+
</table>
|
| 45 |
+
|
| 46 |
## Contents <!-- omit in toc -->
|
| 47 |
|
| 48 |
- [Statistics](#statistics)
|
docs/figures/benchmark_pipeline.jpg
ADDED
|
Git LFS Details
|
docs/figures/introduction.jpg
ADDED
|
Git LFS Details
|
docs/figures/optimization_framework.jpg
ADDED
|
Git LFS Details
|