CLMay 27, 2025

Rethinking Information Synthesis in Multimodal Question Answering A Multi-Agent Perspective

arXiv:2505.20816v12 citationsh-index: 6IJCNLP-AACL
Originality Incremental advance
AI Analysis

This work addresses multimodal QA for applications requiring high accuracy and transparency, though it is incremental as it builds on existing agent-based and multimodal methods.

The paper tackled the problem of limited accuracy and interpretability in multimodal question answering by proposing MAMMQA, a multi-agent framework with specialized agents for different modalities, which outperformed existing baselines on diverse benchmarks.

Recent advances in multimodal question answering have primarily focused on combining heterogeneous modalities or fine-tuning multimodal large language models. While these approaches have shown strong performance, they often rely on a single, generalized reasoning strategy, overlooking the unique characteristics of each modality ultimately limiting both accuracy and interpretability. To address these limitations, we propose MAMMQA, a multi-agent QA framework for multimodal inputs spanning text, tables, and images. Our system includes two Visual Language Model (VLM) agents and one text-based Large Language Model (LLM) agent. The first VLM decomposes the user query into sub-questions and sequentially retrieves partial answers from each modality. The second VLM synthesizes and refines these results through cross-modal reasoning. Finally, the LLM integrates the insights into a cohesive answer. This modular design enhances interpretability by making the reasoning process transparent and allows each agent to operate within its domain of expertise. Experiments on diverse multimodal QA benchmarks demonstrate that our cooperative, multi-agent framework consistently outperforms existing baselines in both accuracy and robustness.

Foundations

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

Your Notes