Papers › MMSci: A Dataset for Graduate-Level Multi-Discipline Multimodal Scientific Understanding

MMSci: A Dataset for Graduate-Level Multi-Discipline Multimodal Scientific Understanding

6 Jul 2024arXiv:2407.04903archive 2025-07-28

Zekun Li, Xianjun Yang, Kyuri Choi, Wanrong Zhu, Ryan Hsieh, HyeonJung Kim, Jin Hyuk Lim, Sungyoung Ji, Byungju Lee, Xifeng Yan, Linda Ruth Petzold, Stephen D. Wilson, Woosang Lim, William Yang Wang

The rapid development of Multimodal Large Language Models (MLLMs) is making AI-driven scientific assistants increasingly feasible, with interpreting scientific figures being a crucial task. However, existing datasets and benchmarks focus mainly on basic charts and limited science subjects, lacking comprehensive evaluations. To address this, we curated a multimodal, multidisciplinary dataset from peer-reviewed, open-access Nature Communications articles, spanning 72 scientific disciplines. This dataset includes figures such as schematic diagrams, simulated images, macroscopic/microscopic photos, and experimental visualizations (e.g., western blots), which often require graduate-level, discipline-specific expertise to interpret. We developed benchmarks for scientific figure captioning and multiple-choice questions, evaluating six proprietary and over ten open-source models across varied settings. The results highlight the high difficulty of these tasks and the significant performance gap among models. While many open-source models performed at chance level on the multiple-choice task, some matched the performance of proprietary models. However, the gap was more pronounced in the captioning task. Our dataset also provide valuable resource for training. Fine-tuning the Qwen2-VL-2B model with our task-specific multimodal training data improved its multiple-choice accuracy to a level comparable to GPT-4o, though captioning remains challenging. Continuous pre-training of MLLMs using our interleaved article and figure data enhanced their material generation capabilities, demonstrating potential for integrating scientific knowledge. The dataset and benchmarks will be released to support further research.

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

Code

Syntology Ran 11 of 16 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

leezekun/mmsci officialmentioned in paperpytorch 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

16 samples harvested; 11 ran; 1 honoured the contract we drafted; 5 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 · honoured contract
1ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
7ran
5unverified

Licence: 16 of the 16 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 leezekun/mmsci. “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_transform leezekun/mmsci/mmsci-exps/model_loader.py official repository ran no licence file found · pointer only · 57e95166ade5f25c · report
encode_image leezekun/mmsci/mmsci-exps/model_loader.py official repository ran · our draft was wrong no licence file found · pointer only · f41cb1a19b154297 · report
extract_all_images leezekun/mmsci/mmsci-exps/eval/clipscore.py official repository ran no licence file found · pointer only · d14ec1d960b2878e · report
extract_float leezekun/mmsci/mmsci-exps/eval/factscore.py official repository ran fingerprinted no licence file found · pointer only · 71bae009f83e8ab5 · report
extract_int leezekun/mmsci/mmsci-exps/eval/factscore.py official repository ran no licence file found · pointer only · 89e124bad3578261 · report
find_closest_aspect_ratio leezekun/mmsci/mmsci-exps/model_loader.py official repository ran · fixture could not drive it no licence file found · pointer only · bd77f5f8067f18e9 · report
gemini_chat_completion leezekun/mmsci/mmsci-exps/llm_utils.py official repository ran no licence file found · pointer only · ea163861d7ee78cb · report
llm_openai_judge leezekun/mmsci/mmsci-exps/eval/llm_judge_scores.py official repository ran no licence file found · pointer only · 195263fbff110413 · report
renormalize_score leezekun/mmsci/mmsci-exps/eval/l3score.py official repository ran · violated contract fingerprinted no licence file found · pointer only · b9570a1d88726741 · report
rule_based_answer leezekun/mmsci/mmsci-exps/print_result.py official repository ran no licence file found · pointer only · f3988429599d6787 · report
score_openai leezekun/mmsci/mmsci-exps/eval/l3score.py official repository ran · honoured contract no licence file found · pointer only · cb11563cc362f92c · report
generate_atomic_facts leezekun/mmsci/mmsci-exps/eval/factscore.py official repository unverified no licence file found · pointer only · 20662984adf96374 · report
get_all_metrics leezekun/mmsci/mmsci-exps/eval/llm_judge_scores.py official repository unverified no licence file found · pointer only · 0ec653aebd6101b3 · report
iterate_json_file leezekun/mmsci/mmsci-exps/eval/l3score.py official repository unverified no licence file found · pointer only · f1a938fafaedf31d · report
llm_gemini_judge leezekun/mmsci/mmsci-exps/eval/llm_judge_scores.py official repository unverified no licence file found · pointer only · 2d7a75f8cfae958b · report
openai_chat_completion leezekun/mmsci/mmsci-exps/llm_utils.py official repository unverified no licence file found · pointer only · c9a19ac61efdcbf7 · report

Tasks

ArticlesInstruction FollowingMultiple-choicevisual instruction following

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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