paper-with-me

홈 › Papers

Grounding the Score: Explicit Visual Premise Verification for Reliable Vision-Language Process Reward Models

2026-03-17 · Junxin Wang, Dai Guan, Weijie Qiu, Zhihang Li, Yongbo Gai, Zhengyi Yang, Mengyu Zhou, Erchao Zhao, Xiaoxi Jiang, Guanjun Jiang arxiv

Vision-language process reward models (VL-PRMs) are increasingly used to score intermediate reasoning steps and rerank candidates under test-time scaling. However, they often function as black-box judges: a low step score may reflect a genuine reasoning mistake or simply the verifier's misperception of the image. This entanglement between perception and reasoning leads to systematic false positives (rewarding hallucinated visual premises) and false negatives (penalizing correct grounded statements), undermining both reranking and error localization. We introduce Explicit Visual Premise Verification (EVPV), a lightweight verification interface that conditions step scoring on the reliability of the visual premises a step depends on. The policy is prompted to produce a step-wise visual checklist that makes required visual facts explicit, while a constraint extractor independently derives structured visual constraints from the input image. EVPV matches checklist claims against these constraints to compute a scalar visual reliability signal, and calibrates PRM step rewards via reliability gating: rewards for visually dependent steps are attenuated when reliability is low and preserved when reliability is high. This decouples perceptual uncertainty from logical evaluation without per-step tool calls. Experiments on VisualProcessBench and six multimodal reasoning benchmarks show that EVPV improves step-level verification and consistently boosts Best-of-N reranking accuracy over strong baselines. Furthermore, injecting controlled corruption into the extracted constraints produces monotonic performance degradation, providing causal evidence that the gains arise from constraint fidelity and explicit premise verification rather than incidental prompt effects. Code is available at: https://github.com/Qwen-Applications/EVPV-PRM

📄 PDF Abstract BibTeX arXiv:2603.16253

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

FVA-RAG: Falsification-Verification Alignment for Mitigating Sycophantic Hallucinations

2025-12-07 · Mayank Ravishankara arxiv

Retrieval-Augmented Generation (RAG) reduces hallucinations by grounding answers in retrieved evidence, yet standard retrievers often exhibit retrieval sycophancy: they preferentially surface evidence that supports a use…

Compartmentalised Agentic Reasoning for Clinical NLI

2025-09-12 · Maël Jullien, Lei Xu, Marco Valentino, André Freitas arxiv

Large language models can produce fluent judgments for clinical natural language inference, yet they frequently fail when the decision requires the correct inferential schema rather than surface matching. We introduce CA…

Natural Language Inference

Can Large Multimodal Models Actively Recognize Faulty Inputs? A Systematic Evaluation Framework of Their Input Scrutiny Ability

2025-08-06 · Haiqi Yang, Jinzhe Li, Gengxu Li, Yi Chang 외 arxiv

Large Multimodal Models (LMMs) have witnessed remarkable growth, showcasing formidable capabilities in handling intricate multimodal tasks with exceptional performance. Recent research has underscored the inclination of …

Logical Fallacies

InteGround: On the Evaluation of Verification and Retrieval Planning in Integrative Grounding

2025-09-20 · Cheng Jiayang, Qianqian Zhuang, Haoran Li, Chunkit Chan 외 arxiv

Grounding large language models (LLMs) in external knowledge sources is a promising method for faithful prediction. While existing grounding approaches work well for simple queries, many real-world information needs requ…

TIM-PRM: Verifying multimodal reasoning with Tool-Integrated PRM

2025-11-28 · Peng Kuang, Xiangxiang Wang, Wentao Liu, Jian Dong 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved impressive performances in mathematical reasoning, yet they remain vulnerable to visual hallucinations and logical inconsistencies that standard outcome-based superv…

Mathematical ReasoningMultimodal Reasoning