Add metadata: task categories, languages

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -18,8 +18,18 @@ configs:
18
  data_files:
19
  - split: train
20
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  **Please see paper & code for more information:**
24
- - https://github.com/mbzuai-oryx/KITAB-Bench
25
- - https://arxiv.org/abs/2502.14949
 
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ language:
22
+ - ar
23
+ task_categories:
24
+ - image-to-text
25
+ - document-understanding
26
+ - visual-question-answering
27
+ license: apache-2.0
28
+ tags:
29
+ - ocr
30
+ - arabic
31
  ---
32
 
33
  **Please see paper & code for more information:**
34
+ - [KITAB-Bench: A Comprehensive Multi-Domain Benchmark for Arabic OCR and Document Understanding](https://arxiv.org/abs/2502.14949)
35
+ - [GitHub Repository](https://github.com/mbzuai-oryx/KITAB-Bench)