Improve Dataset Card with task category, paper link, Github link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -2
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://github.com/mbzuai-oryx/KITAB-Bench
25
- - https://arxiv.org/abs/2502.14949
 
 
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ task_categories:
22
+ - image-to-text
23
+ - visual-question-answering
24
+ language:
25
+ - ar
26
+ tags:
27
+ - OCR
28
+ - arabic
29
  ---
30
 
31
  **Please see paper & code for more information:**
32
+ - [Project Page](https://mbzuai-oryx.github.io/KITAB-Bench/)
33
+ - [Github](https://github.com/mbzuai-oryx/KITAB-Bench)
34
+ - [Paper](https://arxiv.org/abs/2502.14949)