Towards Faithful Reasoning in Comics for Small MLLMs
Chengcheng Feng, Haojie Yin, Yucheng Jin, Kaizhu Huang
TL;DR
This work identifies a paradox where naive Chain-of-Thought prompting can degrade CVQA performance for small multimodal models due to entanglement, irrelevant transitions, and inefficient exploration. It proposes MoCoT, a plan-execute-verify framework with typed subgoals, plus VERA, a structured reward for reinforcement fine-tuning, and GRPO to align outputs with faithful reasoning. The approach yields state-of-the-art results across five humor-centric and abstract CVQA benchmarks, with notable gains for compact models and demonstrated generalization to different backbones. By emphasizing trajectory-level faithfulness and modular reasoning, the work provides practical methods to improve robustness and transferability in resource-constrained multimodal reasoning tasks. The study also introduces faithfulness metrics USR and CAS to evaluate grounding and consistency beyond mere accuracy.
Abstract
Comic-based visual question answering (CVQA) poses distinct challenges to multimodal large language models (MLLMs) due to its reliance on symbolic abstraction, narrative logic, and humor, which differ from conventional VQA tasks. Although Chain-of-Thought (CoT) prompting is widely used to enhance MLLM reasoning, surprisingly, its direct application to CVQA often degrades performance, especially in small-scale models. Our theoretical and empirical analyses reveal that standard CoT in CVQA suffers from state entanglement, spurious transitions, and exploration inefficiency, with small models particularly vulnerable in resource-constrained settings. To address these issues, we propose a novel comic reasoning framework, designed to produce more faithful and transferable reasoning chains in small MLLMs. Specifically, our framework combines modular CoT generation with GRPO-based reinforcement fine-tuning and a novel structured reward. Beyond comic VQA, we further evaluate our approach on a broader class of humor-centric and abstract visual reasoning tasks, including meme understanding and editorial cartoon interpretation. Across five challenging benchmarks, our 3B model outperforms state-of-the-art methods, and plug-in experiments yield an additional average improvement of $\mathbf{12.1\%}$ across different MLLMs.
