paper-with-me

Papers

Rationale-Enhanced Decoding for Multi-modal Chain-of-Thought

2025-07-10 · Shin'ya Yamaguchi, Kosuke Nishida, Daiki Chijiwa arxiv

Large vision-language models (LVLMs) have demonstrated remarkable capabilities by integrating pre-trained vision encoders with large language models (LLMs). Similar to single-modal LLMs, chain-of-thought (CoT) prompting has been adapted for LVLMs to enhance multi-modal reasoning by generating intermediate rationales based on visual and textual inputs. While CoT is assumed to improve grounding and accuracy in LVLMs, our experiments reveal a key challenge: existing LVLMs often ignore the contents of generated rationales in CoT reasoning. To address this, we re-formulate multi-modal CoT reasoning as a KL-constrained reward maximization focused on rationale-conditional log-likelihood. As the optimal solution, we propose rationale-enhanced decoding (RED), a novel plug-and-play inference-time decoding strategy. RED harmonizes visual and rationale information by multiplying distinct image-conditional and rationale-conditional next token distributions. Extensive experiments show that RED consistently and significantly improves reasoning over standard CoT and other decoding methods across multiple benchmarks and LVLMs. Our work offers a practical and effective approach to improve both the faithfulness and accuracy of CoT reasoning in LVLMs, paving the way for more reliable rationale-grounded multi-modal systems. Code is available at https://github.com/yshinya6/red/.

📄 PDF Abstract BibTeX arXiv:2507.07685

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multimodal Chain-of-Thought Reasoning in Language Models

2023-02-02 · Zhuosheng Zhang, Aston Zhang, Mu Li, Hai Zhao 외

Large language models (LLMs) have shown impressive performance on complex reasoning by leveraging chain-of-thought (CoT) prompting to generate intermediate reasoning chains as the rationale to infer the answer. However, …

HallucinationLanguage ModellingScience Question Answering

Decoding Multimodal Cues: Unveiling the Implicit Meaning Behind Hateful Videos

2026-06-10 · Junyu Lu, Deyi Ji, Liqun Liu, Xiaokun Zhang 외 arxiv

Hateful videos have become prevalent on online platforms, highlighting an urgent need for effective detection. However, existing studies primarily focus on binary classification and fail to provide contextual rationales …

Binary ClassificationLogical Reasoning

MMAT-1M: A Large Reasoning Dataset for Multimodal Agent Tuning

2025-07-29 · Tianhong Gao, Yannian Fu, Weiqun Wu, Haixiao Yue 외 arxiv

Large Language Models (LLMs), enhanced through agent tuning, have demonstrated remarkable capabilities in Chain-of-Thought (CoT) and tool utilization, significantly surpassing the performance of standalone models. Howeve…

Multimodal Reasoning

Mixture of Rationale: Multi-Modal Reasoning Mixture for Visual Question Answering

2024-06-03 · Tao Li, Linjun Shou, Xuejun Liu

Zero-shot visual question answering (VQA) is a challenging task that requires reasoning across modalities. While some existing methods rely on a single rationale within the Chain of Thoughts (CoT) framework, they may fal…

DiversityQuestion AnsweringRetrievalVisual Question Answering+1

Enhancing Semantics in Multimodal Chain of Thought via Soft Negative Sampling

2024-05-16 · Guangmin Zheng, Jin Wang, Xiaobing Zhou, Xuejie Zhang

Chain of thought (CoT) has proven useful for problems requiring complex reasoning. Many of these problems are both textual and multimodal. Given the inputs in different modalities, a model generates a rationale and then …

Contrastive LearningHallucination