Add task category, links to github repo and project page
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -18,8 +18,16 @@ 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 |
---
|
27 |
|
28 |
+
KITAB-Bench: A Comprehensive Multi-Domain Benchmark for Arabic OCR and Document Understanding
|
29 |
+
|
30 |
**Please see paper & code for more information:**
|
31 |
+
- [Paper](https://arxiv.org/abs/2502.14949)
|
32 |
+
- [Code](https://github.com/mbzuai-oryx/KITAB-Bench)
|
33 |
+
- [Project Page](https://mbzuai-oryx.github.io/KITAB-Bench/)
|