interchart commited on
Commit
e17d8e1
·
verified ·
1 Parent(s): 0619ef1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,5 +1,43 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # INTERCHART: Benchmarking Visual Reasoning Across Decomposed and Distributed Chart Information
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ pretty_name: INTERCHART
4
+ tags:
5
+ - charts
6
+ - visualization
7
+ - vqa
8
+ - multimodal
9
+ - question-answering
10
+ - reasoning
11
+ - benchmarking
12
+ - evaluation
13
+ task_categories:
14
+ - question-answering
15
+ - visual-question-answering
16
+ task_ids:
17
+ - visual-question-answering
18
+ language:
19
+ - en
20
+ dataset_info:
21
+ features:
22
+ - name: id
23
+ dtype: string
24
+ - name: subset
25
+ dtype: string
26
+ - name: context_format
27
+ dtype: string
28
+ - name: question
29
+ dtype: string
30
+ - name: answer
31
+ dtype: string
32
+ - name: images
33
+ sequence: string
34
+ - name: metadata
35
+ dtype: json
36
+ pretty_description: >
37
+ INTERCHART is a diagnostic benchmark for multi-chart visual reasoning across three tiers:
38
+ DECAF (decomposed single-entity charts), SPECTRA (synthetic paired charts for correlated trends),
39
+ and STORM (real-world chart pairs). The dataset includes chart images and question–answer pairs
40
+ designed to stress-test cross-chart reasoning, trend correlation, and abstract numerical inference.
41
  ---
42
 
43
  # INTERCHART: Benchmarking Visual Reasoning Across Decomposed and Distributed Chart Information