Papers › InfoChartQA: A Benchmark for Multimodal Question Answering on Infographic Charts

InfoChartQA: A Benchmark for Multimodal Question Answering on Infographic Charts

25 May 2025arXiv:2505.19028archive 2025-07-28

Minzhi Lin, Tianchi Xie, Mengchen Liu, Yilin Ye, Changjian Chen, Shixia Liu

Understanding infographic charts with design-driven visual elements (e.g., pictograms, icons) requires both visual recognition and reasoning, posing challenges for multimodal large language models (MLLMs). However, existing visual-question answering benchmarks fall short in evaluating these capabilities of MLLMs due to the lack of paired plain charts and visual-element-based questions. To bridge this gap, we introduce InfoChartQA, a benchmark for evaluating MLLMs on infographic chart understanding. It includes 5,642 pairs of infographic and plain charts, each sharing the same underlying data but differing in visual presentations. We further design visual-element-based questions to capture their unique visual designs and communicative intent. Evaluation of 20 MLLMs reveals a substantial performance decline on infographic charts, particularly for visual-element-based questions related to metaphors. The paired infographic and plain charts enable fine-grained error analysis and ablation studies, which highlight new opportunities for advancing MLLMs in infographic chart understanding. We release InfoChartQA at https://github.com/CoolDawnAnt/InfoChartQA.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2505.19028")

Code

Syntology Ran 6 of 20 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 3 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 0 ran; community (archive-listed): 8 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cooldawnant/infochartqa officialmentioned in papermentioned on GitHubApache-2.0 report
chartgalaxy/chartgalaxy mentioned on GitHub report
orionbench/orionbench mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 6 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
3ran
14unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_question cooldawnant/infochartqa/eval/example.py official repository unverified Apache-2.0 (permissive) · 4c8cc106f532a2e5 · report
extract_answers_from_file cooldawnant/infochartqa/eval/compare_sequence.py official repository unverified Apache-2.0 (permissive) · 1b6f238ba93da715 · report
extract_numbers_keep_order cooldawnant/infochartqa/eval/compare_value.py official repository unverified Apache-2.0 (permissive) · 28a88df4a1890f0c · report
fuzzy_match cooldawnant/infochartqa/eval/compare_sequence.py official repository unverified Apache-2.0 (permissive) · ad68de6db9bd4905 · report
fuzzy_string_match cooldawnant/infochartqa/eval/compare_str.py official repository unverified Apache-2.0 (permissive) · dbdd053033f11e57 · report
get_last_number cooldawnant/infochartqa/eval/compare_value.py official repository unverified Apache-2.0 (permissive) · 29bff60fbb90eec9 · report
has_more_digits_than_other_chars cooldawnant/infochartqa/eval/checker.py official repository unverified Apache-2.0 (permissive) · b20b7cb539fda947 · report
is_sequence_valid cooldawnant/infochartqa/eval/compare_sequence.py official repository unverified Apache-2.0 (permissive) · a51282a3ec6078f1 · report
is_string_match cooldawnant/infochartqa/eval/compare_str.py official repository unverified Apache-2.0 (permissive) · 3c2a6db01c13dd65 · report
multiple_choice_checker cooldawnant/infochartqa/eval/compare_multiple.py official repository unverified Apache-2.0 (permissive) · fcf8f6cd8a2cd9b4 · report
only_digits_and_commas cooldawnant/infochartqa/eval/compare_value.py official repository unverified Apache-2.0 (permissive) · 1e56ccd851128c34 · report
parse_multi_choice_response cooldawnant/infochartqa/eval/compare_multiple.py official repository unverified Apache-2.0 (permissive) · d86d4c52f0d2788b · report
check_link orionbench/orionbench/model_evaluation/mmdetection/.dev_scripts/check_links.py community (archive-listed) ran Apache-2.0 (permissive) · 4e2dcdfe578946a0 · report
check_url orionbench/orionbench/model_evaluation/mmdetection/.dev_scripts/check_links.py community (archive-listed) ran Apache-2.0 (permissive) · cc93fdc812eca8f7 · report
fix_list_format orionbench/orionbench/grounded_CoT/evaluate_predictions.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · fb35a4fb403a10b9 · report
load_predictions orionbench/orionbench/grounded_CoT/evaluate_predictions.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 36667e7b107acaec · report
parse_to_list orionbench/orionbench/grounded_CoT/evaluate_predictions.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · af8755d4fa414194 · report
process_model_info orionbench/orionbench/model_evaluation/mmdetection/.dev_scripts/convert_test_benchmark_script.py community (archive-listed) ran Apache-2.0 (permissive) · 3175ca3b1ec8c7b9 · report
check_path orionbench/orionbench/model_evaluation/mmdetection/.dev_scripts/check_links.py community (archive-listed) unverified Apache-2.0 (permissive) · fd08138d4bde9cfa · report
determine_gpus orionbench/orionbench/model_evaluation/mmdetection/.dev_scripts/convert_train_benchmark_script.py community (archive-listed) unverified Apache-2.0 (permissive) · fdef7359919a4918 · report

Tasks

Chart UnderstandingQuestion AnsweringVisual Question Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections