nielsr HF Staff commited on
Commit
e56688a
·
verified ·
1 Parent(s): 0313dfd

Improve dataset card with description, links, and metadata

Browse files

This PR improves the dataset card by:

- Adding a detailed description of the KITAB-Bench dataset.
- Including links to the paper and code repository.
- Specifying the `task_categories` as `table-question-answering`.
- Adding the license information.
- Retaining the existing feature information.

Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -18,7 +18,25 @@ configs:
18
  data_files:
19
  - split: train
20
  path: data/train-*
 
 
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  **Please see paper & code for more information:**
23
- - https://github.com/mbzuai-oryx/KITAB-Bench
24
- - https://arxiv.org/abs/2502.14949
 
 
 
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ task_categories:
22
+ - table-question-answering
23
+ license: apache-2.0
24
  ---
25
+
26
+ # KITAB-Bench: A Comprehensive Multi-Domain Benchmark for Arabic OCR and Document Understanding
27
+
28
+ KITAB-Bench is a comprehensive benchmark for evaluating Arabic OCR and document understanding capabilities. It covers nine major domains and 36 sub-domains across 8,809 samples, including diverse document types like PDFs, handwritten text, structured tables, and financial & legal reports. The benchmark evaluates performance across various tasks, including OCR, layout detection, table recognition, chart extraction, and PDF conversion. Novel evaluation metrics are introduced to ensure rigorous assessment across multiple dimensions.
29
+
30
+ **Key Highlights:**
31
+
32
+ * 9 major domains & 36 sub-domains across 8,809 samples.
33
+ * Diverse document types: PDFs, handwritten text, structured tables, financial & legal reports.
34
+ * Strong baselines: Benchmarked against Tesseract, GPT-4o, Gemini, Qwen, and more.
35
+ * Novel evaluation metrics: Markdown Recognition (MARS), Table Edit Distance (TEDS), Chart Data Extraction (SCRM).
36
+
37
+
38
  **Please see paper & code for more information:**
39
+
40
+ - [Paper](https://arxiv.org/abs/2502.14949)
41
+ - [Code](https://github.com/mbzuai-oryx/KITAB-Bench)
42
+ - [Project Page](https://mbzuai-oryx.github.io/KITAB-Bench/)