🤖 AI Summary
This work addresses the inconsistent response behaviors exhibited by multimodal large language models with hybrid reasoning modes—specifically, discrepancies between “thinking” and “non-thinking” inference pathways—where correctness alone is insufficient to assess response quality. The study introduces the first systematic formulation of the response pattern alignment problem and proposes PatternEval, a benchmark encompassing four representative failure modes. To align user-visible responses across reasoning modes, the authors develop PatternRM, a reward model, and PatternRL, a reinforcement learning framework that incorporates pattern-specific penalties. Experiments on Qwen3-VL-4B and Qwen3-VL-8B demonstrate that PatternRL substantially reduces failure rates in non-thinking mode, effectively mitigates cross-mode mismatch, and achieves these improvements with negligible impact on overall task performance.
📝 Abstract
Hybrid-thinking multimodal large language models (MLLMs) allow a single model to alternate between deliberative thinking and latency-efficient non-thinking inference. Although these modes differ in reasoning budget, their delivered responses should satisfy the same user-facing standard. Correctness alone may not characterize this response quality; we therefore evaluate task accuracy and response-pattern failures as complementary outcomes. We study this gap through \textbf{response-pattern alignment}: whether thinking and non-thinking interfaces preserve acceptable final-response behavior. We introduce \textbf{PatternEval}, a failure-enriched diagnostic benchmark comprising 2,415 multimodal prompts spanning visual perception and grounding, structured image understanding, and multimodal knowledge reasoning. PatternEval tests four recurrent failures: chain-of-thought leakage, response repetition, logical contradiction, and performative reasoning. Response-pattern failures are widespread across models from different providers, with non-thinking inference exhibiting substantially higher failure rates and thereby creating systematic misalignment between thinking and non-thinking interfaces. Motivated by this diagnosis, we develop \textbf{PatternRM}, a response-level reward model, and \textbf{PatternRL}, which introduces pattern-specific penalties during reinforcement learning. Experiments on Qwen3-VL-4B and Qwen3-VL-8B show that incorporating pattern-specific penalties into reinforcement learning can mitigate cross-mode misalignment while incurring a marginal task performance trade-off. Together, PatternEval and PatternRL provide an evaluation-and-training framework for aligning user-visible response patterns across hybrid-thinking interfaces.