--- license: cc-by-4.0 pretty_name: WB-ChartExtract task_categories: - image-to-text language: - en tags: - chart-extraction - chart-to-table - charts - vision-language - data-extraction size_categories: - 1K`.png** — the chart image. - **tables/``.csv** — the clean ground-truth table. The first column is the year (index); remaining columns are one series per country. Missing values are `nan`. - **metadata.json** — a dict keyed by image filename with fields: `chart_type` (`line` / `area` / `grouped_bar` / `stacked_bar`), `library` (`matplotlib` / `seaborn` / `plotly` / `bokeh`), `countries`, `series_name`, `num_years`, and `subsampled`. Chart type and library are assigned uniformly at random (≈62–63 charts per combination). Within each chart, font, color palette, grid, line style, markers, transparency, and figure size are randomized. ## Usage ```python from huggingface_hub import snapshot_download path = snapshot_download("tberkane/WB-ChartExtract", repo_type="dataset") ``` ## License Released under **CC BY 4.0**. Derived from World Bank Open Data, which is also CC BY 4.0. ## Citation ```bibtex @inproceedings{berkane2026selfensembling, title = {Self-Ensembling Vision-Language Models for Chart Data Extraction}, author = {Berkane, Thomas and Wang, Qianyi and Majumder, Maimuna S.}, year = {2026} } ```