Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    ValueError
Message:      Bad split: test. Available splits: ['train']
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/utils.py", line 61, in get_rows
                  ds = load_dataset(
                       ^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1705, in load_dataset
                  return builder_instance.as_streaming_dataset(split=split)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1117, in as_streaming_dataset
                  raise ValueError(f"Bad split: {split}. Available splits: {list(splits_generators)}")
              ValueError: Bad split: test. Available splits: ['train']

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

GeoSym-Bench

A controlled evaluation benchmark for quantitative chart reasoning with fine-grained error attribution.

GeoSym-Bench is the companion benchmark for GeoSym: Structured Evidence Fusion for Reliable Quantitative Chart Reasoning.

Overview

GeoSym-Bench comprises 460 clean-rendered mathematical function graph images across 8 function families, each with complete algebraic ground-truth annotations spanning 10 evaluation dimensions. The benchmark enables precise attribution of reasoning errors to specific pipeline stages β€” a capability not supported by existing chart reasoning benchmarks.

Property Value
Total samples 460
Image resolution 1440 x 1440 px
Function families 8
Evaluation dimensions 10 (9 objective + 1 judge-scored)
Ground truth Exact algebraic annotations
Language English (questions), bilingual (EN/ZH)

Function Families

Category Family General Form Samples
Elementary Linear y = ax + b 59
Elementary Quadratic y = a(x-h)^2 + k 58
Elementary Absolute value y = a|x-h| + k 58
Polynomial Cubic y = a(x-h)^3 + b(x-h) + k 58
Piecewise Piecewise linear y = s_i(x - h_i) + k_i 59
Transcendental Exponential y = a * b^(x-h) + k 57
Transcendental Logarithmic y = a * log_2(x-h) + k 51
Special Rational y = a/(x-h) + k 60

Evaluation Dimensions

Each sample is scored across 10 equally weighted dimensions (D1-D10):

Dimension Target Type
D1: Intercepts x- and y-intercepts Objective
D2: Extrema Local minima/maxima with type labels Objective
D3: Predictions Function values at specified x-values Objective
D4: Rate of change Average slope over a defined interval Objective
D5: Monotonicity Increasing/decreasing intervals Objective
D6: Symmetry Even, odd, or neither Objective
D7: Expression Closed-form functional representation Objective
D8: Domain Mathematical domain Objective
D9: Range Mathematical range Objective
D10: Inference quality Factual accuracy, coherence, evidence support Judge-scored

Dataset Structure

GeoSym-Bench/
β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ absolute-clean_render/    (58 PNG files)
β”‚   β”œβ”€β”€ cubic-clean_render/       (58 PNG files)
β”‚   β”œβ”€β”€ exponential-clean_render/ (57 PNG files)
β”‚   β”œβ”€β”€ linear-clean_render/      (59 PNG files)
β”‚   β”œβ”€β”€ logarithmic-clean_render/ (51 PNG files)
β”‚   β”œβ”€β”€ piecewise_linear-clean_render/ (59 PNG files)
β”‚   β”œβ”€β”€ quadratic-clean_render/   (58 PNG files)
β”‚   └── rational-clean_render/    (60 PNG files)
└── ground_truth/
    └── (same subfolder structure, 460 JSON files)

Each JSON ground-truth file contains:

  • chart_bbox, page_size, layout β€” rendering metadata
  • x_range, y_range, x_tick_values, y_tick_values β€” axis specifications
  • intersections β€” exact curve-grid intersection coordinates
  • functions β€” parameters, expression, function type
  • question.ground_truth β€” all 10 evaluation dimensions
  • benchmark_meta β€” function family, noise profile, seed

Usage

# Direct download
from huggingface_hub import snapshot_download
path = snapshot_download(repo_id="lihaonan0716/GeoSym-Bench", repo_type="dataset")

Source Code

The GeoSym framework, evaluation suite, and prompt templates are available at: https://github.com/lihaonan0716/GeoSym

License

This dataset is released under the Creative Commons Attribution 4.0 International License (CC-BY 4.0).

Citation

@misc{wang2026geosym,
  title     = {GeoSym: Structured Evidence Fusion for Reliable Quantitative Chart Reasoning},
  author    = {Wang, Yongqing and Zhang, Qisheng and Guo, Linyan and Li, Haonan and Sun, Tianjun and Yu, Samson S.},
  year      = {2026},
  note      = {Manuscript in preparation. Software and dataset available online},
  url       = {https://github.com/lihaonan0716/GeoSym}
}
Downloads last month
893