Add description, links to paper, code, and project page, and task category
Browse filesThis PR adds a description, links to the paper, code repository, and project page, as well as the task category to the dataset card.
README.md
CHANGED
@@ -18,8 +18,17 @@ 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 |
+
task_categories:
|
22 |
+
- image-to-text
|
23 |
+
language:
|
24 |
+
- ar
|
25 |
+
- en
|
26 |
+
license: mit
|
27 |
---
|
28 |
|
29 |
+
This dataset is part of KITAB-Bench, a comprehensive multi-domain benchmark for Arabic OCR and document understanding. It includes images and corresponding text annotations for various tasks such as text recognition, layout detection, table recognition, and chart extraction.
|
30 |
+
|
31 |
**Please see paper & code for more information:**
|
32 |
+
- [Paper](https://huggingface.co/papers/2502.14949)
|
33 |
+
- [Code](https://github.com/mbzuai-oryx/KITAB-Bench)
|
34 |
+
- [Project Page](https://mbzuai-oryx.github.io/KITAB-Bench/)
|