Papers › MMC: Advancing Multimodal Chart Understanding with Large-scale Instruction Tuning

MMC: Advancing Multimodal Chart Understanding with Large-scale Instruction Tuning

15 Nov 2023arXiv:2311.10774archive 2025-07-28

Fuxiao Liu, Xiaoyang Wang, Wenlin Yao, Jianshu Chen, Kaiqiang Song, Sangwoo Cho, Yaser Yacoob, Dong Yu

With the rapid development of large language models (LLMs) and their integration into large multimodal models (LMMs), there has been impressive progress in zero-shot completion of user-oriented vision-language tasks. However, a gap remains in the domain of chart image understanding due to the distinct abstract components in charts. To address this, we introduce a large-scale MultiModal Chart Instruction (\textbf{MMC-Instruction}) dataset comprising 600k instances supporting diverse tasks and chart types. Leveraging this data, we develop MultiModal Chart Assistant (\textbf{MMCA}), an LMM that achieves state-of-the-art performance on existing chart QA benchmarks. Recognizing the need for a comprehensive evaluation of LMM chart understanding, we also propose a MultiModal Chart Benchmark (\textbf{MMC-Benchmark}), a comprehensive human-annotated benchmark with nine distinct tasks evaluating reasoning capabilities over charts. Extensive experiments on MMC-Benchmark reveal the limitations of existing LMMs on correctly interpreting charts, even for the most recent GPT-4V model. Our work provides an instruction-tuning methodology and benchmark to advance multimodal understanding of charts. Code and data are available at https://github.com/FuxiaoLiu/MMC.

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="2311.10774")

Code

Syntology Ran 9 of 19 code samples harvested from 4 repositories linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 6 ran with no contract checked.

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

fuxiaoliu/mmc officialmentioned in papermentioned on GitHubpytorchGPL-3.0 report
FuxiaoLiu/LRV-Instruction mentioned on GitHubpytorchBSD-3-Clause report
FuxiaoLiu/VisualNews-Repository mentioned on GitHubpytorch report
tianyi-lab/hallusionbench mentioned on GitHubBSD-3-Clause 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

19 samples harvested; 9 ran; 0 honoured the contract we drafted; 10 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.

1ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
6ran
10unverified

Licence: 9 of the 19 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 4 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.

check_is_number fuxiaoliu/mmc/Eval/utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · 81305e2c0d5ef1a9 · report
normalize_str fuxiaoliu/mmc/Eval/utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · f487f39071cb0cac · report
parse_multi_choice_response fuxiaoliu/mmc/Eval/utils.py official repository unverified GPL-3.0 (copyleft) · pointer only · f3018307f9301da1 · report
accuracy FuxiaoLiu/VisualNews-Repository/model/utils.py community (archive-listed) ran no licence file found · pointer only · c878d399a34f5c48 · report
apply_rotary_pos_emb FuxiaoLiu/LRV-Instruction/MiniGPT-4/minigpt4/models/modeling_llama.py community (archive-listed) ran · fixture could not drive it BSD-3-Clause (permissive) · 9b4dff79d5e6102c · report
collate_fn FuxiaoLiu/VisualNews-Repository/model/dataloader.py community (archive-listed) ran no licence file found · pointer only · 83f3a971c12b62d4 · report
cuda_variable FuxiaoLiu/VisualNews-Repository/model/model.py community (archive-listed) ran fingerprinted no licence file found · pointer only · abeed4541facd810 · report
disabled_train FuxiaoLiu/LRV-Instruction/MiniGPT-4/minigpt4/models/blip2.py community (archive-listed) ran · violated contract BSD-3-Clause (permissive) · 4cb732f513d69dfd · report
load_embeddings FuxiaoLiu/VisualNews-Repository/model/utils.py community (archive-listed) ran no licence file found · pointer only · d85bcc4f59fe10b4 · report
node_to_dict FuxiaoLiu/LRV-Instruction/MiniGPT-4/minigpt4/common/config.py community (archive-listed) ran BSD-3-Clause (permissive) · 791c72070c0b1cfb · report
rotate_half FuxiaoLiu/LRV-Instruction/MiniGPT-4/minigpt4/models/modeling_llama.py community (archive-listed) ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · b99eea6376d1e212 · report
tile FuxiaoLiu/LRV-Instruction/MiniGPT-4/minigpt4/models/base_model.py community (archive-listed) ran fingerprinted BSD-3-Clause (permissive) · cb33571427334815 · report
all_gather_with_grad FuxiaoLiu/LRV-Instruction/MiniGPT-4/minigpt4/models/base_model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0ec9fc2025c16f65 · report
bleu FuxiaoLiu/VisualNews-Repository/model/model.py community (archive-listed) unverified no licence file found · pointer only · 2def4d18e743753b · report
calculate_linear_neighbor_simi yangyucheng000/Paper-4/CompareExperiment/LNLP_method.py community (archive-listed) unverified Apache-2.0 (permissive) · 518df0cc5124e5f4 · report
fast_calculate_new yangyucheng000/Paper-4/CompareExperiment/LNLP_method.py community (archive-listed) unverified Apache-2.0 (permissive) · 8eec539bc59b1041 · report
normalize_by_divide_rowsum yangyucheng000/Paper-4/CompareExperiment/LNLP_method.py community (archive-listed) unverified Apache-2.0 (permissive) · 50b66e6b51809672 · report
sort_matrix yangyucheng000/Paper-4/CompareExperiment/sortscore.py community (archive-listed) unverified Apache-2.0 (permissive) · 4c803e3c26d895b8 · report
translate_sentence FuxiaoLiu/VisualNews-Repository/model/model.py community (archive-listed) unverified no licence file found · pointer only · 770df76cea8ddf5e · report

Tasks

Chart Understanding

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