File size: 2,803 Bytes
9299baf
 
856d099
9299baf
 
 
 
731c2d8
 
d016bc6
731c2d8
 
 
 
 
9299baf
d016bc6
731c2d8
 
 
 
 
d016bc6
731c2d8
 
 
 
 
 
 
 
 
d016bc6
731c2d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d016bc6
731c2d8
 
 
 
a43e12e
 
 
 
 
731c2d8
a43e12e
 
 
 
731c2d8
a43e12e
731c2d8
 
a43e12e
 
 
731c2d8
 
 
 
d016bc6
856d099
731c2d8
 
d016bc6
 
731c2d8
d016bc6
731c2d8
 
 
 
d016bc6
 
731c2d8
 
3309d83
d016bc6
731c2d8
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
configs:
  - config_name: benchmark_432
    data_dir: "hf_viewer"
    drop_labels: true
---

# ChartBench-E Benchmark 432

This repository contains the frozen 432-sample benchmark build used in the paper:

> ChartBench-E: a benchmark for evaluating stable chart-to-values reading under increasing information load

## What Is Included

- `hf_viewer/{train,validation,test}/`
  - Hugging Face viewer-friendly split layout for the paper benchmark
- `metadata/formal_all18_432.jsonl`
  - canonical manifest for the 432 released samples
- `metadata/splits/{train,val,test}.jsonl`
  - split-specific manifests
- `images/`
  - rendered chart images for the 432 benchmark samples
- `tables/`
  - table-first ground-truth CSV files
- `programs/`
  - chart program / generation metadata JSON files
- `objects/`
  - object-level chart metadata JSON files
- `evaluation/`
  - truth files used by the formal paper workflow
- `docs/chartbench_e_rebuilt_README.md`
  - codebase README snapshot
- `docs/chartbench_e_paper.pdf`
  - paper PDF snapshot bundled with this release

## Release Summary

- Samples: `432`
- Chart families: `18`
- Samples per chart family: `24`
- Difficulty tiers:
  - `L1`: `144`
  - `L2`: `144`
  - `L3`: `144`
- Splits:
  - `train`: `289`
  - `val`: `50`
  - `test`: `93`

## Data Fields

The public viewer layout in `hf_viewer/{train,validation,test}/metadata.jsonl` keeps a slimmer schema:

- `sample_id`
- `chart_id`
- `chart_type`
- `chart_group`
- `image_path`
- `values`
- `n_series`
- `n_points`
- `difficulty_tier`
- `difficulty_components`
- `challenge_tags`
- `source_kind`
- `layout_family`
- `split`
- `suite_id`
- `annotation`
- `axis_scale`
- `x_labels`
- `series_labels`
- `candidate_pool`
- `table_path`
- `program_path`
- `object_path`

The canonical audit manifest remains available in `metadata/formal_all18_432.jsonl`.

## Notes

- This is the benchmark release cited by the manuscript.
- Code, prompt templates, evaluation scripts, and generation utilities live in:
  - `https://github.com/luojueling/ChartBench-E`
- The broader 7,506-sample released pool is published separately to keep this benchmark repo stable and viewer-friendly.

## Suggested Citation

```bibtex
@misc{chartbenche2026benchmark,
  title        = {ChartBench-E Benchmark 432},
  author       = {Hui Long and Jueling Luo and Si Xie and Haoli Yu and Juncheng Ye and Xutao Deng},
  year         = {2026},
  howpublished = {\url{https://huggingface.co/datasets/xiaoluo11/ChartBench-E}},
  note         = {Frozen 432-sample benchmark release used in the manuscript}
}
```

## License

This release contains synthetic benchmark artifacts assembled for research evaluation. A project-level license statement should be added or updated before wider redistribution beyond the current release workflow.