Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
**TABench** is a comprehensive benchmark designed to evaluate the text anchoring capabilities of Vision-Language Models (VLMs). It assesses whether a model can:
|
| 4 |
1. **Region-to-Text (R2T)**: Accurately read the text within a specified region.
|
|
@@ -46,7 +57,7 @@ python simple_vllm_infer.py \
|
|
| 46 |
--model_path /path/to/your/model \
|
| 47 |
--coords abs \
|
| 48 |
--output-dir ./infer_output \
|
| 49 |
-
--concurrency
|
| 50 |
```
|
| 51 |
|
| 52 |
* `--coords`: Choose `abs` (absolute coordinates) or `rel1000` (relative coordinates).
|
|
@@ -78,4 +89,4 @@ If you use TABench in your research, please cite our paper:
|
|
| 78 |
journal={arXiv preprint arXiv:2604.00161},
|
| 79 |
year={2026}
|
| 80 |
}
|
| 81 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- visual-question-answering
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- zh
|
| 8 |
+
pretty_name: T
|
| 9 |
+
size_categories:
|
| 10 |
+
- 1K<n<10K
|
| 11 |
+
---
|
| 12 |
+
# TextAnchor-Bench (TABench)
|
| 13 |
|
| 14 |
**TABench** is a comprehensive benchmark designed to evaluate the text anchoring capabilities of Vision-Language Models (VLMs). It assesses whether a model can:
|
| 15 |
1. **Region-to-Text (R2T)**: Accurately read the text within a specified region.
|
|
|
|
| 57 |
--model_path /path/to/your/model \
|
| 58 |
--coords abs \
|
| 59 |
--output-dir ./infer_output \
|
| 60 |
+
--concurrency 4
|
| 61 |
```
|
| 62 |
|
| 63 |
* `--coords`: Choose `abs` (absolute coordinates) or `rel1000` (relative coordinates).
|
|
|
|
| 89 |
journal={arXiv preprint arXiv:2604.00161},
|
| 90 |
year={2026}
|
| 91 |
}
|
| 92 |
+
```
|