Improve dataset card with description, license, and task category
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -18,8 +18,20 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
|
|
|
|
|
|
23 |
**Please see paper & code for more information:**
|
24 |
-
- https://
|
25 |
-
- https://
|
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
license: apache-2.0
|
22 |
+
task_categories:
|
23 |
+
- image-to-text
|
24 |
+
tags:
|
25 |
+
- arabic
|
26 |
+
- ocr
|
27 |
+
- document-understanding
|
28 |
+
- multi-modal
|
29 |
---
|
30 |
|
31 |
+
KITAB-Bench is a comprehensive benchmark for Arabic OCR and document understanding, evaluating performance across multiple domains and tasks, including text recognition, layout detection, table and chart extraction, and more. It includes 8,809 samples across 9 major domains and features high-quality human-labeled annotations. This dataset provides image data, source information, and corresponding text transcriptions.
|
32 |
+
|
33 |
+
|
34 |
**Please see paper & code for more information:**
|
35 |
+
- [Project Page](https://mbzuai-oryx.github.io/KITAB-Bench/)
|
36 |
+
- [GitHub Repository](https://github.com/mbzuai-oryx/KITAB-Bench)
|
37 |
+
- [Arxiv Paper](https://arxiv.org/abs/2502.14949)
|