Exploring Generative Process Reward Modeling for Semi-Structured Data: A Case Study of Table Question Answering
Lei Tang, Wei Zhou, Mohsen Mesgar
TL;DR
This work evaluates generative PRMs for table question answering (TQA), highlighting challenges like irrelevant table content and weak step dependencies. It compares GenPRMs with textual and code verification, Multi-Dimensional Analysis, and Rephrase–React–Analysis against baselines across WTQ, TabFact, CRT, and SciTab. Findings show code verification improves both answer accuracy and step verification, but generalization to out-of-domain data remains a major hurdle, and better alignment between step verification and final answers is needed. The study provides actionable insights for building robust, process-aware verifiers in semi-structured reasoning tasks and suggests directions for stronger process-level evaluation.
Abstract
Process reward models (PRMs) improve complex reasoning in large language models (LLMs) by grading candidate solutions step-by-step and selecting answers via aggregated step scores. While effective in domains such as mathematics, their applicability to tasks involving semi-structured data, like table question answering (TQA) remains unexplored. TQA poses unique challenges for PRMs, including abundant irrelevant information, loosely connected reasoning steps, and domain-specific reasoning. This work presents the first systematic study of PRMs for TQA. We evaluate state-of-the-art generative PRMs on TQA from both answer and step perspectives. Results show that PRMs that combine textual and code verification can aid solution selection but struggle to generalize to out-of-domain data. Analysis reveals a weak correlation between performance in step-level verification and answer accuracy, possibly stemming from weak step dependencies and loose causal links. Our findings highlight limitations of current PRMs on TQA and offer valuable insights for building more robust, process-aware verifiers.
