Datasets:
update: add arxiv paper link and full citation
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ size_categories:
|
|
| 15 |
|
| 16 |
# WildTableBench
|
| 17 |
|
| 18 |
-
[[GitHub](https://github.com/hjzhe/WildTableBench)]
|
| 19 |
|
| 20 |
**WildTableBench** is a benchmark for evaluating multimodal foundation models on table understanding in the wild.
|
| 21 |
|
|
@@ -67,9 +67,10 @@ dataset = load_dataset("jzhuang/WildTableBench")
|
|
| 67 |
## Citation
|
| 68 |
|
| 69 |
```bibtex
|
| 70 |
-
@article{
|
| 71 |
title={WildTableBench: Benchmarking Multimodal Foundation Models on Table Understanding In the Wild},
|
| 72 |
-
author={Junzhe Huang
|
| 73 |
-
|
|
|
|
| 74 |
}
|
| 75 |
```
|
|
|
|
| 15 |
|
| 16 |
# WildTableBench
|
| 17 |
|
| 18 |
+
[[Paper](https://arxiv.org/abs/2605.01018)] [[GitHub](https://github.com/hjzhe/WildTableBench)]
|
| 19 |
|
| 20 |
**WildTableBench** is a benchmark for evaluating multimodal foundation models on table understanding in the wild.
|
| 21 |
|
|
|
|
| 67 |
## Citation
|
| 68 |
|
| 69 |
```bibtex
|
| 70 |
+
@article{huang2025wildtablebench,
|
| 71 |
title={WildTableBench: Benchmarking Multimodal Foundation Models on Table Understanding In the Wild},
|
| 72 |
+
author={Junzhe Huang and Xiaoxiao Sun and Yan Yang and Yuxuan Hou and Ruotian Zhang and Sirui Li and Hehe Fan and Serena Yeung-Levy and Xin Yu},
|
| 73 |
+
journal={arXiv preprint arXiv:2605.01018},
|
| 74 |
+
year={2025},
|
| 75 |
}
|
| 76 |
```
|