MMSci: A Dataset for Graduate-Level Multi-Discipline Multimodal Scientific Understanding
Constructed MMSci dataset with 72 disciplines, enabling large models to understand complex scientific figures; fine-tuned Qwen2-VL-7B achieved 87.48% accuracy.
Key Findings
Methodology
This study assembled a high-quality multimodal dataset from 131,393 peer-reviewed articles in Nature Communications, extracting diverse figure types including schematic diagrams, microscopy images, and experimental data. Sub-figure captions were identified via regex, and images classified into seven categories. Two benchmarks—figure captioning and multiple-choice matching—were designed, evaluated with metrics like BLEU, ROUGE, METEOR, BERTScore, CIDEr, and large-model-based FACTSCORE and G-EVAL. Fine-tuning Qwen2-VL-7B on task-specific data led to significant performance gains, with continuous pretraining on interleaved article-image data further improving downstream tasks.
Key Results
- Models achieved an average accuracy of 87.48% on multiple-choice tasks, surpassing GPT-4o and some human experts, demonstrating strong scientific figure comprehension.
- Fine-tuning improved captioning and matching metrics, especially in complex images like schematic diagrams and microscopy visuals.
- Pretraining on combined article and figure data notably enhanced performance in materials science applications, validating the dataset’s diversity and utility.
Significance
This dataset addresses the limitations of prior works confined to simple charts, offering a comprehensive resource for training models capable of understanding complex scientific visuals across disciplines. It advances AI’s role in scientific research, enabling automated analysis, knowledge extraction, and hypothesis generation, thus bridging a critical gap in scientific AI development.
Technical Contribution
The paper introduces a multi-task framework integrating high-quality data collection, diverse figure classification, and advanced training strategies, including continual pretraining. It proposes novel evaluation metrics tailored for scientific figures and demonstrates that large-scale fine-tuning significantly enhances understanding capabilities, setting a new standard for multimodal scientific AI.
Novelty
This is the first large-scale, multi-disciplinary dataset encompassing diverse scientific figure types, combined with comprehensive benchmark tasks and evaluation protocols. It moves beyond simple chart interpretation, enabling models to grasp complex visual and contextual information in scientific literature, representing a significant leap forward.
Limitations
- Despite improvements, models still struggle with highly specialized or extremely complex figures requiring deep domain knowledge. The dataset’s focus on peer-reviewed articles may introduce disciplinary bias, limiting generalization. Computational costs for training and inference remain high, constraining real-time applications. Future work should incorporate knowledge graphs and reasoning modules to address these challenges.
Future Work
Future directions include expanding dataset scope to cover more disciplines and figure types, integrating external knowledge bases for enhanced reasoning, and developing more efficient models. Additionally, exploring zero-shot and few-shot capabilities for unseen scientific domains will be crucial for broader applicability. The ultimate goal is to create AI systems that can autonomously interpret and generate scientific visuals, accelerating research workflows.
AI Executive Summary
Understanding complex scientific figures is vital for AI to assist in research. Existing datasets mainly focus on simple charts, limiting models’ ability to interpret rich, diverse visuals found in scientific literature. To address this, we developed MMSci, a comprehensive dataset comprising over 131,000 peer-reviewed articles from Nature Communications, covering 72 disciplines and 742,000 figures. These figures include schematic diagrams, microscopy images, experimental results, and more, representing the complexity and diversity of real scientific visuals.
Leveraging this dataset, we designed two benchmark tasks: figure captioning and multiple-choice figure-caption matching. These tasks challenge models to generate detailed descriptions and correctly associate figures with captions, evaluated with traditional metrics and large-model-based tools like FACTSCORE and G-EVAL. Our experiments show that fine-tuning the open-source Qwen2-VL-7B model on task-specific data yields an accuracy of 87.48%, outperforming GPT-4o and even some human experts. Continuous pretraining on interleaved article and figure data further boosts downstream performance, especially in materials science.
This work significantly advances scientific AI by providing a high-quality, diverse dataset and robust evaluation framework. It demonstrates that large models can be trained to understand complex, domain-specific visuals, opening new avenues for automated scientific analysis, literature review, and knowledge extraction. Future efforts will focus on expanding dataset coverage, integrating reasoning capabilities, and deploying these models in real-world research environments, ultimately transforming how science is conducted and understood.
Deep Analysis
Background
The evolution of AI in scientific research has seen rapid progress with multimodal models like CLIP, Flamingo, and GPT-4V, enabling better understanding of visual data. Early datasets such as FigureQA and SciCap focused on synthetic or limited chart types, insufficient for real-world scientific visuals. Recent efforts include arXiv-based collections, but these lack peer review and comprehensive coverage across disciplines. Scientific figures are inherently complex, ranging from schematic diagrams to microscopy images, requiring domain expertise. High-quality, diverse datasets are essential for training models capable of deep understanding and reasoning about such visuals, which remains a significant challenge in AI research.
Core Problem
Current models underperform on complex scientific figures, especially in multi-disciplinary contexts requiring detailed understanding and reasoning. Existing datasets lack diversity and realism, limiting model generalization. The core issue is the scarcity of high-quality, annotated, multi-disciplinary data that captures the complexity of real scientific visuals. This hampers the development of AI systems capable of autonomous interpretation, which is crucial for automating literature analysis, hypothesis generation, and experimental planning in scientific workflows.
Innovation
This work introduces several innovations: 1) a large-scale, multi-disciplinary dataset with 72 fields and diverse figure types, 2) a comprehensive benchmark with figure captioning and matching tasks, 3) novel evaluation metrics tailored for scientific visuals, including large-model-based assessments, 4) a training pipeline combining fine-tuning and continual pretraining on interleaved article-image data. These innovations enable models to learn nuanced understanding of scientific visuals, surpassing prior datasets limited to simple charts or synthetic data, and establish new standards for scientific multimodal AI.
Methodology
- �� Data collection: Extracted 131,393 peer-reviewed articles from Nature Communications, including full texts, figures, and captions.
- �� Sub-figure extraction: Used regex to identify sub-figure labels, resulting in 514,054 sub-captions.
- �� Figure classification: Employed GPT-4o to categorize images into schematic, microscopic, experimental, etc.
- �� Benchmark design: Developed figure captioning and multiple-choice matching tasks, with detailed evaluation metrics.
- �� Model training: Fine-tuned Qwen2-VL-7B on task-specific datasets, incorporating multi-turn conversations generated via GPT-4.
- �� Pretraining: Conducted continual pretraining on combined article and figure data to enhance knowledge representation.
- �� Evaluation: Assessed models using BLEU, ROUGE, METEOR, BERTScore, CIDEr, FACTSCORE, and G-EVAL, comparing against human experts.
Experiments
The experimental setup involved training models on the collected dataset with multiple tasks, including figure captioning and matching. Baseline models included open-source options like LLaVA, Kosmos-2, and proprietary models like GPT-4V, Claude-3.5. Fine-tuning strategies included task-specific supervised learning and continual pretraining. Evaluation metrics covered accuracy, BLEU, ROUGE, CIDEr, and large-model-based scores. Ablation studies examined the impact of data diversity, multi-task learning, and pretraining. The dataset’s broad disciplinary coverage allowed testing across various scientific domains, ensuring robustness and generalization of the models.
Results
Fine-tuned Qwen2-VL-7B achieved 87.48% accuracy on multiple-choice tasks, outperforming GPT-4o and human experts. The model demonstrated superior performance in detailed figure captioning, with CIDEr scores significantly higher than baseline models. Pretraining on article-figure interleaved data improved downstream tasks in materials science, with notable gains in complex schematic and microscopic images. Ablation studies confirmed that diversity and multi-task training contributed substantially to performance improvements. These results validate the dataset’s effectiveness in training models for real-world scientific figure understanding.
Applications
The dataset and trained models can be applied in automated literature review, scientific knowledge extraction, and intelligent research assistants. They enable automatic interpretation of complex figures, aiding researchers in hypothesis formulation and data analysis. Industry applications include scientific publishing, data visualization, and educational tools, where automated figure understanding can streamline workflows and enhance comprehension. The models require domain-specific fine-tuning, but their potential to accelerate scientific discovery is substantial.
Limitations & Outlook
Despite progress, models still face challenges with highly specialized or extremely complex figures requiring deep domain knowledge. Computational costs for training and inference are high, limiting scalability. The dataset’s focus on peer-reviewed articles may introduce disciplinary bias, affecting generalization. Future work should incorporate external knowledge bases, improve reasoning capabilities, and expand dataset coverage to address these issues, aiming for more robust and efficient scientific AI systems.
Plain Language Accessible to non-experts
想象你在一家大型工厂工作,工厂里有各种各样的机器和流程图。有些图像很简单,比如一条生产线的流程图,但有些非常复杂,比如机械臂的结构或微观细胞的显微照片。以前,AI就像是个只会认简单机械图的小工,看到复杂的机械就不知道怎么理解。现在,这个新数据集就像给工厂配备了高清摄像头和详细说明书,让AI学会了看懂各种复杂的机械和流程。它可以帮科学家快速理解复杂的科研图片,就像工厂里的工程师能迅速找到问题所在一样。这让科学研究变得更快、更智能,也更容易发现新东西。
ELI14 Explained like you're 14
想象你在学校的科学实验室,老师让你看很多复杂的图片,比如显微镜下的细胞、化学反应的示意图,或者地理地图。这些图片都很专业,普通人可能看不懂,但科学家们需要理解它们的细节。以前,AI只能理解一些简单的图表,比如柱状图,但面对复杂的显微图或实验结果,就不行了。现在,这项研究就像给AI提供了很多高质量的科学图片和详细说明,让它学会了看懂各种复杂的科学图像。这样,AI就能帮科学家更快理解实验结果、分析数据,就像老师帮学生解答难题一样。未来,AI会变得越来越聪明,能在科学研究中帮上大忙!
Abstract
Scientific figure interpretation is a crucial capability for AI-driven scientific assistants built on advanced Large Vision Language Models. However, current datasets and benchmarks primarily focus on simple charts or other relatively straightforward figures from limited science domains. To address this gap, we present a comprehensive dataset compiled from peer-reviewed Nature Communications articles covering 72 scientific fields, encompassing complex visualizations such as schematic diagrams, microscopic images, and experimental data which require graduate-level expertise to interpret. We evaluated 19 proprietary and open-source models on two benchmark tasks, figure captioning and multiple-choice, and conducted human expert annotation. Our analysis revealed significant task challenges and performance gaps among models. Beyond serving as a benchmark, this dataset serves as a valuable resource for large-scale training. Fine-tuning Qwen2-VL-7B with our task-specific data achieved better performance than GPT-4o and even human experts in multiple-choice evaluations. Furthermore, continuous pre-training on our interleaved article and figure data substantially enhanced the model's downstream task performance in materials science. We have released our dataset to support further research.