paper-with-me

홈 › Papers

Answer-Consistent Chain-of-thought Reinforcement Learning For Multi-modal Large Langauge Models

2025-10-11 · Minbin Huang, Runhui Huang, Chuanyang Zheng, Jingyao Li, Guoxuan Chen, Han Shi, Hong Cheng arxiv

Recent advances in large language models (LLMs) have demonstrated that reinforcement learning with verifiable rewards (RLVR) can significantly enhance reasoning abilities by directly optimizing correctness, rather than relying solely on supervised imitation. This paradigm has been extended to multimodal LLMs for complex video and image understanding tasks. However, while outcome-driven RL improves answer accuracy, it can inadvertently decouple the reasoning chain from the final answer, leading to situations where models produce inconsistency between the reasoning trace and final answer. In our experiments on multiple-choice visual question-answering tasks, the standard GRPO method yields only 79.7\% consistency on MMVU between the reasoning steps and the chosen answers, indicating frequent mismatches between answers and reasoning. To this end, we propose Answer-Consistent Reinforcement Learning (ACRE) that modifies the GRPO algorithm with an auxiliary consistency check. After the model generates a chain of thought and an initial answer for a given question, we shuffle the answer options and prompt the model again with the same reasoning trace to predict a second answer. We design a consistency-verification reward that grants a high reward only if both the original and the post-shuffle answers agree and are correct; otherwise, a lower reward is assigned accordingly. This mechanism penalizes reasoning-answer misalignment and discourages the model from relying on spurious patterns, such as option ordering biases. We evaluate ACRE on challenging Video Reasoning benchmarks and multimodal math reasoning benchmarks, achieving an average 2.2\% and 1.5\% improvement for Video Reasoning and Math Reasoning tasks over the GRPO baseline.

📄 PDF Abstract BibTeX arXiv:2510.10104

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

More Than the Final Answer: Improving Visual Extraction and Logical Consistency in Vision-Language Models

2025-12-13 · Hoang Anh Just, Yifei Fan, Handong Zhao, Jiuxiang Gu 외 arxiv

Reinforcement learning from verifiable rewards (RLVR) has recently been extended from text-only LLMs to vision-language models (VLMs) to elicit long-chain multimodal reasoning. However, RLVR-trained VLMs still exhibit tw…

Reinforcement LearningMultimodal Reasoning

Self-Consistency Improves Chain of Thought Reasoning in Language Models

2022-03-21 · Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc Le 외

Chain-of-thought prompting combined with pre-trained large language models has achieved encouraging results on complex reasoning tasks. In this paper, we propose a new decoding strategy, self-consistency, to replace the …

ARCArithmetic ReasoningGSM8KLanguage Modelling+2

Answering Questions by Meta-Reasoning over Multiple Chains of Thought

2023-04-25 · Ori Yoran, Tomer Wolfson, Ben Bogin, Uri Katz 외

Modern systems for multi-hop question answering (QA) typically break questions into a sequence of reasoning steps, termed chain-of-thought (CoT), before arriving at a final answer. Often, multiple chains are sampled and …

Multi-hop Question AnsweringQuestion Answering

Boosting Process-Correct CoT Reasoning by Modeling Solvability of Multiple-Choice QA

2025-09-30 · Raphael Schumann, Stefan Riezler arxiv

Reasoning quality in large language models depends not only on producing correct answers but also on generating valid intermediate steps. We study this through multiple-choice question answering (MCQA), which provides a …

Reinforcement LearningQuestion Answering

Visual Chain of Thought: Bridging Logical Gaps with Multimodal Infillings

2023-05-03 · Daniel Rose, Vaishnavi Himakunthala, Andy Ouyang, Ryan He 외

Recent advances in large language models elicit reasoning in a chain-of-thought that allows models to decompose problems in a human-like fashion. Though this paradigm improves multi-step reasoning ability in language mod…

Data AugmentationQuestion AnsweringVisual Storytelling