🤖 AI Summary
Existing MMRAG methods lack interpretable reasoning modeling for the retrieval and generation processes, undermining result credibility. This paper proposes a two-stage reinforcement fine-tuning framework: Stage I employs rule-driven optimization of retrieval ranking; Stage II adopts reasoning-driven joint optimization of retrieval and generation, explicitly outputting structured reasoning chains. The framework introduces a novel synergistic mechanism—rule-based anchor-point ranking coupled with reasoning-based listwise ranking—enabling, for the first time, end-to-end interpretable joint optimization of multimodal retrieval and answer generation. Evaluated on WebQA and MultimodalQA, it achieves state-of-the-art performance. Ablation studies confirm the significant contributions of each module to both interpretability and accuracy.
📝 Abstract
Multi-modal Retrieval-Augmented Generation (MMRAG) enables highly credible generation by integrating external multi-modal knowledge, thus demonstrating impressive performance in complex multi-modal scenarios. However, existing MMRAG methods fail to clarify the reasoning logic behind retrieval and response generation, which limits the explainability of the results. To address this gap, we propose to introduce reinforcement learning into multi-modal retrieval-augmented generation, enhancing the reasoning capabilities of multi-modal large language models through a two-stage reinforcement fine-tuning framework to achieve explainable multi-modal retrieval-augmented generation. Specifically, in the first stage, rule-based reinforcement fine-tuning is employed to perform coarse-grained point-wise ranking of multi-modal documents, effectively filtering out those that are significantly irrelevant. In the second stage, reasoning-based reinforcement fine-tuning is utilized to jointly optimize fine-grained list-wise ranking and answer generation, guiding multi-modal large language models to output explainable reasoning logic in the MMRAG process. Our method achieves state-of-the-art results on WebQA and MultimodalQA, two benchmark datasets for multi-modal retrieval-augmented generation, and its effectiveness is validated through comprehensive ablation experiments.