Improve dataset card: Add metadata and GitHub link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,7 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Data for CLIP Training on Chart Task
2
 
3
  This repository contains the CLIP Training data implementation from our paper "[On the Perception Bottleneck of VLMs for Chart Understanding](https://arxiv.org/abs/2503.18435)".
4
 
 
5
 
6
  ## Data Details
7
 
@@ -22,5 +35,4 @@ If you find this data useful in your research, please consider citing our paper:
22
  primaryClass={cs.CV},
23
  url={https://arxiv.org/abs/2503.18435},
24
  }
25
- ```
26
-
 
1
+ ---
2
+ task_categories:
3
+ - image-text-to-text
4
+ language:
5
+ - en
6
+ tags:
7
+ - chart-understanding
8
+ - vlm
9
+ - multimodal
10
+ - clip
11
+ ---
12
+
13
  # Data for CLIP Training on Chart Task
14
 
15
  This repository contains the CLIP Training data implementation from our paper "[On the Perception Bottleneck of VLMs for Chart Understanding](https://arxiv.org/abs/2503.18435)".
16
 
17
+ Code: https://github.com/hkust-nlp/Vision4Chart
18
 
19
  ## Data Details
20
 
 
35
  primaryClass={cs.CV},
36
  url={https://arxiv.org/abs/2503.18435},
37
  }
38
+ ```