Junteng nielsr HF Staff commited on
Commit
59c3666
·
verified ·
1 Parent(s): afaacd4

Improve dataset card: Add metadata and GitHub link (#1)

Browse files

- Improve dataset card: Add metadata and GitHub link (777e8443d8f959826d6e4c98023b5db9b456fe9f)


Co-authored-by: Niels Rogge <[email protected]>

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
+ ```