paper-with-me

Papers

V-tableR1: Process-Supervised Multimodal Table Reasoning with Critic-Guided Policy Optimization

2026-04-22 · Yubo Jiang, Yitong An, Xin Yang, Abudukelimu Wuerkaixi, Xuxin Cheng, Fengying Xie, Zhiguo Jiang, Cao Liu, Ke Zeng, Haopeng Zhang arxiv

We introduce V-tableR1, a process-supervised reinforcement learning framework that elicits rigorous, verifiable reasoning from multimodal large language models (MLLMs). Current MLLMs trained solely on final outcomes often treat visual reasoning as a black box, relying on superficial pattern matching rather than performing rigorous multi-step inference. While Reinforcement Learning with Verifiable Rewards could enforce transparent reasoning trajectories, extending it to visual domains remains severely hindered by the ambiguity of grounding abstract logic into continuous pixel space. We solve this by leveraging the deterministic grid structure of tables as an ideal visual testbed. V-tableR1 employs a specialized critic VLM to provide dense, step-level feedback on the explicit visual chain-of-thought generated by a policy VLM. To optimize this system, we propose Process-Guided Direct Alignment Policy Optimization (PGPO), a novel RL algorithm integrating process rewards, decoupled policy constraints, and length-aware dynamic sampling. Extensive evaluations demonstrate that V-tableR1 explicitly penalizes visual hallucinations and shortcut guessing. By fundamentally shifting multimodal inference from black-box pattern matching to verifiable logical derivation, V-tableR1 4B establishes state-of-the-art accuracy among open-source models on complex tabular benchmarks, outperforming models up to 18x its size and improving over its SFT baseline

📄 PDF Abstract BibTeX arXiv:2604.20755

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningVisual Reasoning

Similar Papers 제목 키워드 기반

TableRAG: A Retrieval Augmented Generation Framework for Heterogeneous Document Reasoning

2025-06-12 · Xiaohan Yu, Pu Jian, Chong Chen

Retrieval-Augmented Generation (RAG) has demonstrated considerable effectiveness in open-domain question answering. However, when applied to heterogeneous documents, comprising both textual and tabular components, existi…

Answer GenerationChunkingOpen-Domain Question AnsweringQuestion Answering+4

TableReasoner: Advancing Table Reasoning Framework with Large Language Models

2025-07-10 · Sishi Xiong, Dakai Wang, Yu Zhao, Jie Zhang 외 arxiv

The paper presents our system developed for table question answering (TQA). TQA tasks face challenges due to the characteristics of real-world tabular data, such as large size, incomplete column semantics, and entity amb…

Question Answering

R1-Reward: Training Multimodal Reward Model Through Stable Reinforcement Learning

2025-05-05 · Yi-Fan Zhang, Xingyu Lu, Xiao Hu, Chaoyou Fu 외

Multimodal Reward Models (MRMs) play a crucial role in enhancing the performance of Multimodal Large Language Models (MLLMs). While recent advancements have primarily focused on improving the model structure and training…

Reinforcement Learning (RL)

Rule Learning for Knowledge Graph Reasoning under Agnostic Distribution Shift

2025-07-07 · Shixuan Liu, Yue He, Yunfei Wang, Hao Zou 외 arxiv

Logical rule learning, a prominent category of knowledge graph (KG) reasoning methods, constitutes a critical research area aimed at learning explicit rules from observed facts to infer missing knowledge. However, like a…

StableRep: Synthetic Images from Text-to-Image Models Make Strong Visual Representation Learners

2023-06-01 · NeurIPS 2023 11 · Yonglong Tian, Lijie Fan, Phillip Isola, Huiwen Chang 외

We investigate the potential of learning visual representations using synthetic images generated by text-to-image models. This is a natural question in the light of the excellent performance of such models in generating …

Contrastive Learning