Datasets:
Enhance dataset card for KITAB-Bench (#1)
Browse files- Enhance dataset card for KITAB-Bench (c84299a5fe66da0d79caa05229e930c439c20777)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -18,8 +18,21 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
**Please see paper & code for more information:**
|
| 24 |
-
- https://github.com/mbzuai-oryx/KITAB-Bench
|
| 25 |
-
- https://
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
+
task_categories:
|
| 22 |
+
- image-to-text
|
| 23 |
+
language:
|
| 24 |
+
- ar
|
| 25 |
+
tags:
|
| 26 |
+
- ocr
|
| 27 |
+
- arabic
|
| 28 |
+
license: mit
|
| 29 |
---
|
| 30 |
|
| 31 |
+
KITAB-Bench: A Comprehensive Multi-Domain Benchmark for Arabic OCR and Document Understanding
|
| 32 |
+
|
| 33 |
+
This dataset is designed to evaluate the performance of Arabic OCR and document understanding systems. It includes a variety of document types and tasks.
|
| 34 |
+
|
| 35 |
**Please see paper & code for more information:**
|
| 36 |
+
- [GitHub Repository](https://github.com/mbzuai-oryx/KITAB-Bench)
|
| 37 |
+
- [Project Page](https://mbzuai-oryx.github.io/KITAB-Bench/)
|
| 38 |
+
- [arXiv Paper](https://arxiv.org/abs/2502.14949)
|