CVJul 8, 2025

Enhancing Scientific Visual Question Answering through Multimodal Reasoning and Ensemble Modeling

arXiv:2507.06183v12 citationsh-index: 1Proceedings of the Fifth Workshop on Scholarly Document Processing (SDP 2025)
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of interpreting scientific data in charts and figures for researchers and downstream tasks, but it is incremental as it focuses on optimizing existing models for a specific benchmark.

The paper tackled the problem of visual question answering for scientific figures, where current methods struggle with precision in numerical values and multi-step reasoning, and reported that their strongest individual model achieved ROUGE-1 and ROUGE-L F1 scores of 0.740 and a BERTScore of 0.983 on the SciVQA test split.

Technical reports and articles often contain valuable information in the form of semi-structured data like charts, and figures. Interpreting these and using the information from them is essential for downstream tasks such as question answering (QA). Current approaches to visual question answering often struggle with the precision required for scientific data interpretation, particularly in handling numerical values, multi-step reasoning over visual elements, and maintaining consistency between visual observation and textual reasoning. We present our approach to the SciVQA 2025 shared task, focusing on answering visual and non-visual questions grounded in scientific figures from scholarly articles. We conducted a series of experiments using models with 5B to 8B parameters. Our strongest individual model, InternVL3, achieved ROUGE-1 and ROUGE-L F1 scores of \textbf{0.740} and a BERTScore of \textbf{0.983} on the SciVQA test split. We also developed an ensemble model with multiple vision language models (VLMs). Through error analysis on the validation split, our ensemble approach improved performance compared to most individual models, though InternVL3 remained the strongest standalone performer. Our findings underscore the effectiveness of prompt optimization, chain-of-thought reasoning and ensemble modeling in improving the model's ability in visual question answering.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes