Learn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering
Pan LuSwaroop MishraTony XiaLiang QiuKai-Wei ChangSong-Chun ZhuOyvind TafjordPeter ClarkAshwin Kalyan
Introduces ScienceQA, a multimodal benchmark of 21,000 science questions with annotated explanations, demonstrating that chain-of-thought reasoning significantly improves model accuracy and allows systems to match baseline performance using only forty percent of training data.
The article addresses the challenge of building AI systems that can reliably reason about science questions using multimodal inputs while revealing their thought processes, a gap that limits interpretability and generalization in current models. Existing science question datasets either omit explanations for answers or are confined to text-only formats, small scales, and narrow topics, making it hard to diagnose or improve multi-hop reasoning abilities.
The article set out to introduce a large-scale multimodal benchmark called SCIENCEQA and to test whether language models can generate lectures and explanations as a chain of thought to mimic human reasoning when answering questions.
Researchers assembled roughly 21,000 multiple-choice questions drawn from elementary and high school science curricula across natural, social, and language science, annotating most with lectures for background knowledge and explanations for specific reasoning steps. They benchmarked a range of vision-language models and large language models, then developed chain-of-thought variants: fine-tuning UnifiedQA to output answers plus lectures and explanations, and prompting GPT-3 with in-context examples that include reasoning chains.
The main results show that chain-of-thought generation raises UnifiedQA accuracy by 3.99 percentage points and GPT-3 by 1.20 points over baselines without explanations. Supplying gold explanations in the prompt lifts GPT-3 performance by nearly 19 points, while models using chain of thought reach equivalent accuracy with only 40 percent of the training data. Roughly 65 percent of GPT-3-generated explanations satisfy human standards for relevance, correctness, and completeness.
These outcomes indicate that explicit reasoning chains make large language models both more accurate and more data-efficient on complex multimodal tasks, narrowing the reliability gap with human performance and supporting applications that require traceable decisions.
The work recommends continued development of models that integrate visual and textual evidence more tightly and that generate higher-quality explanations before producing answers. Additional data collection, targeted error analysis on multimodal and domain-specific failures, and human-in-the-loop pilots would strengthen readiness for deployment.
Limitations include reliance on curriculum-sourced data that may not cover all real-world scenarios, dependence on image captions that lose fine-grained visual detail, and persistent model failures on uncommon terminology or complex reasoning chains; results should be viewed as promising but not yet general across all science domains.
- Paper: Chain-of-Thought Prompting Elicits Reasoning in Large Language Models, Jason Wei et al. (2022). This foundational paper establishes the chain-of-thought prompting methodology that the source directly adapts and evaluates in a multimodal science reasoning context.
- Paper: Large Language Models are Zero-Shot Reasoners, Takeshi Kojima et al. (2022). It introduces zero-shot chain-of-thought reasoning in language models, providing the baseline prompting strategies that the source builds on for multi-step scientific QA.
- Paper: Challenging BIG-Bench Tasks and Whether Chain-of-Thought Can Solve Them, Mirac Suzgun et al. (2022). It examines how chain-of-thought prompting overcomes model limitations on challenging multi-step benchmarks, framing the motivation for the source's evaluation on complex science curricula.
- Paper: Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge, Peter Clark et al. (2018). It introduces the AI2 Reasoning Challenge (ARC) benchmark for grade-school science QA, which underpins the motivation and curriculum design of the source's ScienceQA dataset.
- Paper: Measuring Massive Multitask Language Understanding, Dan Hendrycks et al. (2020). It establishes the multi-subject academic benchmark and evaluation methodology for large language models, including UnifiedQA, which the source fine-tunes and benchmarks.
- Paper: VQA: Visual Question Answering, Stanislaw Antol et al. (2015). It creates the standard visual question answering formulation that the source extends by adding multi-hop scientific reasoning and explicit explanatory rationales.
- Paper: Can a Suit of Armor Conduct Electricity? A New Dataset for Open Book Question Answering, Todor Mihaylov et al. (2018). It defines open-book multi-hop reasoning over elementary science facts, setting the conceptual foundation for structured knowledge integration in science question answering.
- Paper: CommonsenseQA: A Question Answering Challenge Targeting Commonsense Knowledge, Alon Talmor et al. (2019). It establishes question-answering challenges requiring implicit background knowledge, directly informing the source's incorporation of lecture and background context into question answering.
- Paper: LXMERT: Learning Cross-Modality Encoder Representations from Transformers, Hao Tan et al. (2019). It provides the foundational cross-modal transformer architecture for combining visual representations and textual questions prior to large-scale multimodal chain-of-thought models.
- Paper: Visual Instruction Tuning, Haotian Liu et al. (2023). It directly adopts the ScienceQA benchmark introduced by the source to evaluate end-to-end visual instruction tuning across multimodal reasoning tasks.
- Paper: Improved Baselines with Visual Instruction Tuning, Haotian Liu et al. (2024). It extends the visual instruction tuning paradigm established on benchmarks like ScienceQA by optimizing connectors and data mixtures for multimodal reasoning.
- Paper: MMMU: A Massive Multi-Discipline Multimodal Understanding and Reasoning Benchmark for Expert AGI, Xiang Yue et al. (2023). It scales multimodal science and domain reasoning from elementary and high-school curricula to college- and expert-level multidisciplinary benchmarks.
- Paper: Self-Consistency Improves Chain of Thought Reasoning in Language Models, Xuezhi Wang et al. (2023). It builds upon chain-of-thought generation by introducing self-consistency sampling across multiple reasoning paths to boost final answer accuracy.
- Paper: MiniGPT-4: Enhancing Vision-Language Understanding with Advanced Large Language Models, Deyao Zhu et al. (2024). It advances multimodal instruction-following by connecting large language models with visual encoders to explain complex imagery and generate detailed reasoning.
- Paper: Qwen-VL: A Versatile Vision-Language Model for Understanding, Localization, Text Reading, and Beyond, Jinze Bai et al. (2023). It develops advanced multimodal architecture and fine-grained visual perception to overcome the visual detail limitations noted in the source.
- Paper: LLaVA-OneVision: Easy Visual Task Transfer, Bo Li et al. (2024). It generalizes multimodal reasoning and task transfer across single-image, multi-image, and video domains within a unified architecture.
- Paper: MMBench: Is Your Multi-modal Model an All-around Player?, Yuanzhan Liu et al. (2023). It establishes a fine-grained evaluation framework to rigorously assess the perception and reasoning capabilities of multimodal models evaluated on datasets like ScienceQA.
- Paper: Innovator-VL: A Multimodal Large Language Model for Scientific Discovery, Zichen Wen et al. (2026). It applies multimodal reasoning and step-by-step rationales specifically to advanced scientific discovery tasks including chemistry, biology, and physics.
- Paper: GPQA: A Graduate-Level Google-Proof Q&A Benchmark, David Rein et al. (2023). It advances the evaluation of scientific question answering by introducing a graduate-level benchmark that pushes beyond standard curriculum questions.
