Improve dataset card with metadata and description
Browse filesThis PR improves the dataset card by:
- Adding essential metadata including `task_categories`, `license`, and relevant `tags`.
- Providing a more comprehensive description of the KITAB-Bench dataset.
- Including links to the paper and code repository for easier access to more detailed information.
The existing metadata regarding dataset structure and size is retained as it is useful information.
README.md
CHANGED
@@ -18,8 +18,31 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
task_categories:
|
22 |
+
- image-to-text
|
23 |
+
license: apache-2.0
|
24 |
+
tags:
|
25 |
+
- arabic
|
26 |
+
- ocr
|
27 |
+
- document-understanding
|
28 |
+
- multi-domain
|
29 |
+
- benchmark
|
30 |
---
|
31 |
|
32 |
+
# KITAB-Bench: A Comprehensive Multi-Domain Benchmark for Arabic OCR and Document Understanding
|
33 |
+
|
34 |
+
KITAB-Bench is a comprehensive benchmark for evaluating Arabic OCR and document understanding. It covers 9 key tasks across 9 major domains and 36 sub-domains, including text recognition (OCR), layout detection, table recognition, PDF-to-Markdown conversion, chart-to-DataFrame extraction, diagram-to-JSON extraction, and Visual Question Answering (VQA). The dataset includes over 8,809 samples with high-quality human-labeled annotations. Novel evaluation metrics are introduced to accurately assess performance across these diverse tasks.
|
35 |
+
|
36 |
+
**Key Features:**
|
37 |
+
|
38 |
+
- 9 major domains & 36 sub-domains across 8,809 samples.
|
39 |
+
- Diverse document types: PDFs, handwritten text, structured tables, financial & legal reports.
|
40 |
+
- Evaluation across OCR, layout detection, table recognition, chart extraction, & PDF conversion.
|
41 |
+
- Novel evaluation metrics: MARS, TEDS, SCRM, CODM.
|
42 |
+
|
43 |
+
|
44 |
+
**For more details, including the complete methodology, evaluation metrics, and results, please refer to:**
|
45 |
+
|
46 |
+
- **Paper:** [KITAB-Bench: A Comprehensive Multi-Domain Benchmark for Arabic OCR and Document Understanding](https://arxiv.org/abs/2502.14949)
|
47 |
+
- **Code:** [https://github.com/mbzuai-oryx/KITAB-Bench](https://github.com/mbzuai-oryx/KITAB-Bench)
|
48 |
+
- **Project Page:** [https://mbzuai-oryx.github.io/KITAB-Bench/](https://mbzuai-oryx.github.io/KITAB-Bench/)
|