Add dataset card for CCQA

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-text-to-text
4
+ tags:
5
+ - chart-qa
6
+ - visual-grounding
7
+ ---
8
+
9
+ # CCQA: Curriculum Chart Question Answering
10
+
11
+ **CCQA** (Curriculum Chart Question Answering) is a three-level curriculum dataset introduced in the paper [CURV: Enhancing Chart Understanding Through Curriculum Visual Grounded Reasoning](https://huggingface.co/papers/2608.02833).
12
+
13
+ - **Paper:** [CURV: Enhancing Chart Understanding Through Curriculum Visual Grounded Reasoning](https://huggingface.co/papers/2608.02833)
14
+ - **Project Page:** https://xhguo7.github.io/CURV/
15
+ - **Repository:** https://github.com/xhguo7/CURV
16
+
17
+ ## Dataset Summary
18
+
19
+ CCQA is generated entirely from templates, with no model in the loop. Every question, reasoning step, grounding box, and answer is computed deterministically from plotting data, guaranteeing ground-truth correctness at scale. The curriculum systematically progresses from basic single-operation reasoning to complex multi-chart compositional tasks.
20
+
21
+ ## Citation
22
+
23
+ ```bibtex
24
+ @article{guo2026curv,
25
+ title={CURV: Enhancing Chart Understanding Through Curriculum Visual Grounded Reasoning},
26
+ author={Guo, Xuehang and Zhang, Pingyue and Zhang, Ruiyi and Wang, Zhenhailong and Lyu, Hanrui and Ji, Heng and Sun, Tong and Wang, Qingyun and Li, Manling},
27
+ journal={arXiv preprint arXiv:2608.02833},
28
+ year={2026}
29
+ }
30
+ ```